Hi,
I have created small application under webapps on
Tomcat. everything is fine like html files, web.xml, java/class files and application works prefect on my local machine. Now the problem appears when I create same application on Server (Sun solaris,
Java version is "1.4.2_04" ).
I modified the Server.xml file and restarted server. when I ran the application index.html page appears and after hitting the 'Submit' button,
on the next page its says 'Page cannot be found'. I looked into log files and I found out everytime tomcat server look for the page into
Doc root istead of under WEB-INF/classes/. Web server is suppose to look into web.xml and depending upon the entries there It should look into WEB-INF/classes but no its looking for file some where else (in Doc root).
can anyone let me know why ??
Regards,
Nandan