Re: Apache Default Document is .jsp?

2001-06-20 Thread Stephane Meier
Hello, Before doing anything else, switch to Tomcat 3.2.2. It seems a few bugs in this area were corrected. Stephane

Re: Apache Default Document is .jsp?

2001-06-19 Thread Scott Jones
PROTECTED] Sent: Monday, June 18, 2001 7:24 PM Subject: Re: Apache Default Document is .jsp? I would have thought that if you change the DirectoryIndex instruction (I think thats it) in the httpd.conf to use index.jsp first, and you have mounted *.jsp to go to tomcat then it should work. haven't

Re: Apache Default Document is .jsp?

2001-06-19 Thread Jason Koeninger
PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 18, 2001 7:24 PM Subject: Re: Apache Default Document is .jsp? I would have thought that if you change the DirectoryIndex instruction (I think thats it) in the httpd.conf to use index.jsp first, and you have mounted *.jsp to go to tomcat

Re: Apache Default Document is .jsp?

2001-06-19 Thread Jeff Kilbride
: Jason Koeninger [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 18, 2001 6:25 PM Subject: Re: Apache Default Document is .jsp? Dig through the documentation on mod_rewrite and/or look at the Redirect command for Apache. One or both of those two should be capable of accomplishing what

Apache Default Document is .jsp?

2001-06-18 Thread Scott Jones
Hello, I'm getting ready to setup tomcat and Apache on seperate machines. Before getting started on that project, on my development machine, I set the default DocumentRoot for apache to a different directory (for static content) than my webapp (which will eventually sit on a different machine).

Re: Apache Default Document is .jsp?

2001-06-18 Thread Jason Koeninger
Dig through the documentation on mod_rewrite and/or look at the Redirect command for Apache. One or both of those two should be capable of accomplishing what you want. Best Regards, Jason Koeninger JJ Computer Consulting http://www.jjcc.com On Mon, 18 Jun 2001 17:40:02 -0700, Scott Jones

Re: Apache Default Document is .jsp?

2001-06-18 Thread Dmitri Colebatch
I would have thought that if you change the DirectoryIndex instruction (I think thats it) in the httpd.conf to use index.jsp first, and you have mounted *.jsp to go to tomcat then it should work. haven't done it myself though. cheers dim On Tue, 19 Jun 2001 10:40, you wrote: Hello, I'm