I downloaded a
jsf (adf jsf) from orcle and was able to run it on apache
tomcat, but the same war file is not working on weblogic 8.1 with sp4?
does any one encountered this problem ever before?
Here is a part of web.xml.. (FacesServlet configuration)
<
servlet>
<servlet-name>faces</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>faces</servlet-name>
<url-pattern>/faces/*</url-pattern>
</servlet-mapping>
when i tried to access the index page with below url, i am getting the problem.
http://localhost:17191/faces_demo/faces/index.jspx Many thanks in advance.
[ December 27, 2005: Message edited by: krishna tokala ]