Hi,
I am new to JSF. I have developed a very simple JSF application referred in the link "http://viralpatel.net/blogs/2009/02/tutorial-creating-javaserver-faces-jsf-application-in-eclipse-jsf-project-jsf-tutorial.html" . I have done everything as mentioned in the tutorial. But am getting 404 error if i try to run the application. Can anybody help me to solve this? Please let me know what might be the reason for this.
Bert Bertens
Greenhorn
Joined: Feb 16, 2010
Posts: 14
posted
0
Can you deploy the WAR file in Tomcat? Does Tomcat give an error?
Thank you Bert. Actually it was not getting deployed properly. I have removed the server configuration in Weblogic workshop and reconfigured everything and restarted. Now it is working fine. Thanks.