Re: tomcat not finding servlet....

2006-08-31 Thread jmensinger
OK i fixed the warning. The second.xml file located in the >>> C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\Catalina\localhost\second needed to be changed to just say: Restarted Tomcat (no error message) but I am still getting a 404 on my servlets. I also wanted to mention that

RE: tomcat not finding servlet....

2006-08-31 Thread jmensinger
The only entries that look abnormal in the logs are as follows: >From catalina.xxx NFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Apache Software Foundation\Tomcat 5.5\bin;.;C:\WINDOWS\

tomcat not finding servlet....

2006-08-31 Thread jmensinger
Hello everyone I am running windows xp, tomcat 5.5.17, java jdk1.5.0_08. I have created an webapp called "second" have created the file: C:\Program Files\Apache Software Foundation\Tomcat 5.5\conf\Catalina\localhost\second which contains: In /webapps/second I have a index.jsp file which