Hi All, We are running two instances of tomcat on a Solaris 8 server We are having problems with the second instance not recognising jsp files and returning a 404 Error. (but not all jsp files) so far, only one jsp file works. /myapp/Test.jsp which dsiplays its output fine All the others are returning a 404 error as Not Found (404) Original request: /myapp/testfile.jsp Not found request: /myapp/testfile.jsp Below is the output and the directory listings of the file that I am trying to access. Any ideas would be greatly appreciated Regards Ramon. bash-2.03$ pwd /usr/local/tomcat-2/webapps/myapp bash-2.03$ ls -al home total 8 drwxrwxr-x 2 user1 www 512 Jun 13 13:11 . drwxrwxr-x 17 user2 www 1024 Jun 13 13:20 .. -rw-rw-r-- 1 user2 www 1599 Jun 13 13:04 index.jsp bash-2.03$ 2001-06-13 01:32:25 - Ctx( /myapp ): Get real path /home/index.jsp /usr/local/tomcat-2/webapps/myapp/home/index.jsp /usr/local/tomcat-2/webapps/myapp 2001-06-13 01:32:25 - Ctx( /myapp ): Get real path /home/index.jsp /usr/local/tomcat-2/webapps/myapp/home/index.jsp /usr/local/tomcat-2/webapps/myapp 2001-06-13 01:32:25 - Ctx( /myapp ): Get real path /home/index.jsp /usr/local/tomcat-2/webapps/myapp/home/index.jsp /usr/local/tomcat-2/webapps/myapp 2001-06-13 01:32:25 - Ctx( /myapp ): Get real path /home/index.jsp /usr/local/tomcat-2/webapps/myapp/home/index.jsp /usr/local/tomcat-2/webapps/myapp 2001-06-13 01:32:25 - Ctx( /myapp ): Get real path /home/index.jsp /usr/local/tomcat-2/webapps/myapp/home/index.jsp /usr/local/tomcat-2/webapps/myapp 2001-06-13 01:32:25 - Ctx( /myapp ): Get real path /home/index.jsp /usr/local/tomcat-2/webapps/myapp/home/index.jsp /usr/local/tomcat-2/webapps/myapp 2001-06-13 01:32:25 - Ctx( /myapp ): Get real path /home/index.jsp /usr/local/tomcat-2/webapps/myapp/home/index.jsp /usr/local/tomcat-2/webapps/myapp 2001-06-13 01:32:25 - Ctx( /myapp ): 404 R( /myapp + /home/index.jsp + null) JSP file not found
