Tomcat 5.5.9: Resource not found

2005-08-17 Thread Deepak Joshi
Hi, I have setup Tomcat 5.5.9 on Linux ES3. Initial configurations are completed. I'm also able to access the HTML files which are under the $CATALINA_HOME/webapps/jsp-examples through the web-server. But, if I put some HTMLs under my own directory under $CATALINA_HOME/webapps , I cannot access

Re: Tomcat 5.5.9: Resource not found

2005-08-17 Thread Litty Preeth
Hi Deepak, I had same problem with servlets. That can be resolved by adding servlet and servlet-mapping elements to the web.xml file. But i never faced a problem with the jsp or static content files. With Regards Litty Preeth --- Deepak Joshi [EMAIL PROTECTED] wrote: Hi, I have setup

RE: Tomcat 5.5.9: Resource not found

2005-08-17 Thread Sharma, Tripurari
You need to configure the server.xml and web.xml file Under conf folder -Original Message- From: Litty Preeth [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 17, 2005 6:26 AM To: Tomcat Users List Subject: Re: Tomcat 5.5.9: Resource not found Hi Deepak, I had same problem

Re: Tomcat 5.5.9: Resource not found

2005-08-17 Thread Litty Preeth
Deepak , I forgot to tell smthing. U wont be able to access the resources directly if u r puttng them in the WEB-INF dir. But u wud be able to access them if u r putting them directly under ur appln dir. --- Litty Preeth [EMAIL PROTECTED] wrote: Hi Deepak, I had same problem with