RE: Making a webapp the document root, help?

2002-09-26 Thread Donie Kelly
a webapp the document root, help? The webapp called ROOT has the behavior you desire. Is it possible for you to just use that one? I am afraid I don't know how to make something else behave like ROOT or even if it is possible. - Dan Is it possible, from Apache 1.3 and Tomcat 4.1.10 (tied

Making a webapp the document root, help?

2002-09-25 Thread Paul Tomsic
Is it possible, from Apache 1.3 and Tomcat 4.1.10 (tied together w/ mod_jk) to make a webapp the top-level (DocumentRoot) ?? For instance: /usr/local/tomcat/webapps/MYAPP I want MYAPP to be my document root and start serving JSPs immediately, only using Apache if a HTML file is requested and

Re: Making a webapp the document root, help?

2002-09-25 Thread Dan Lipofsky
The webapp called ROOT has the behavior you desire. Is it possible for you to just use that one? I am afraid I don't know how to make something else behave like ROOT or even if it is possible. - Dan Is it possible, from Apache 1.3 and Tomcat 4.1.10 (tied together w/ mod_jk) to make a webapp

Re: Making a webapp the document root, help?

2002-09-25 Thread Srinadh Karumuri
You can try defining an Alias in httpd.conf file of Apache. I am not sure your JSP code will work but you can try. Alias / /dir1/dir2/dir2/../webapps/MYAPP On the other hand you can have an 'index.html' filein the root directory and let users chose to get to your MYAPP. -Sri At 01:21 PM