RE: Tomcat 6 web root directory

2007-04-03 Thread Thai Dang Vu
If you want to access your application with http://your.server/your-app-file.jsp, then I don't know any way to not have the web files in ROOT. But if accessing your app with http://your.server/your-app-name/your-app-file.jsp, then your web files don't need to be in ROOT. -Original Message-

Re: Tomcat 6 web root directory

2007-04-03 Thread Hoa Doan
Thank you, can you tell me where i can read more on configuring the tag for Tomcat? Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: Filip Hoa Doan wrote: > Hi, I am trying to direct Tomcat to my own web root director, and I know you > can do that by changing the host tag in server.xml

Re: Tomcat 6 web root directory

2007-04-02 Thread Filip Hanik - Dev Lists
Filip Hoa Doan wrote: Hi, I am trying to direct Tomcat to my own web root director, and I know you can do that by changing the host tag in server.xml. But Tomcat wont read any of my web file unless they are in a folder name 'ROOT'. Kind of confusing but here is an example of what i did.