I have a simple test application based on the ICEfaces tutorial found here:
http://www.myeclipseide.com/documentation/quickstarts/icefaces/
I would like to deploy it to WebLogic 10.1.3. It works fine with the MyEclipse Tomcat server.
When I attempt to deploy it to WebLogic, I get the following error:
Caused By: java.lang.ClassNotFoundException: javax.faces.webapp.FacesServlet
at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
What do I need to do to get it working with WebLogic?
Thanks,
Dave