RE: Creating virtual directory in Tomcat - HTTP Status 404 ...

2008-10-14 Thread uddav
Thank you both for those information, they were very helpful. Again, thank you so much. =) Caldarale, Charles R wrote: > >> From: uddav [mailto:[EMAIL PROTECTED] >> Subject: Creating virtual directory in Tomcat - HTTP Status 404 ... >> >>

RE: Creating virtual directory in Tomcat - HTTP Status 404 ...

2008-10-08 Thread Caldarale, Charles R
> From: uddav [mailto:[EMAIL PROTECTED] > Subject: Creating virtual directory in Tomcat - HTTP Status 404 ... > > docBase="/dirtest/prod_scrpts" > URL "http://:8080/test" i get the error: > HTTP Status 404 - /test/ Unless you

Re: Creating virtual directory in Tomcat - HTTP Status 404 ...

2008-10-08 Thread Scott Dunbar
What is in the directory /dirtest/prod_scrpts? If it doesn't have a file named index.jsp, index.html or index.htm (defaults set in conf/web.xml) then it will give a 404. Try a very small "hello world" html page for one of those files. The default is to disable file listings for directories w

Creating virtual directory in Tomcat - HTTP Status 404 ...

2008-10-08 Thread uddav
preciated. Thankyou uddav -- View this message in context: http://www.nabble.com/Creating-virtual-directory-in-Tomcat---HTTP-Status-404-...-tp19887681p19887681.html Sent from the Tomcat - User mailing list archive at Nabble.com.

Réf. : Virtual directory in Tomcat

2005-10-24 Thread Richard Leotard
Edit server.xml under /conf folder and add a contex ___ The integrity of this message cannot be guaranteed on the internet .Therefore EXANE cannot be considered responsible for the contents. If you are not the intended recipient of this message ,ple

Virtual directory in Tomcat

2005-10-24 Thread Eider Iturbe
Hi all, I'm new on working with Tomcat. I've deployed a webapp in a Tomcat container, but now I need to define a virtual directory in order to show images. How can I do that? Thanks in advance, Eider - To unsubscribe, e-mai