Re: Apache/Tomcat Configuration Problem

2003-05-29 Thread John Turner
DocumentRoot /usr/local/bin/tomcat/webapps/ROOT If "/" = ROOT, there shouldn't be any content in /usr/local/bin/tomcat/webapps at all, static or not. John On Wed, 28 May 2003 19:41:27 +0200, Johannes Lietz <[EMAIL PROTECTED]> wrote: Sorry, I was mistaken: I've got several webapps under tomca

Re: Apache/Tomcat Configuration Problem

2003-05-29 Thread Johannes Lietz
Sorry, I was mistaken: I've got several webapps under tomcat/webapps and one virtualhost. Let's say I've got app1 and app1/image.gif. If I call: http://localhost/app1/image.gif Apache will look for: /usr/local/bin/tomcat/webapps/app1/image.gif and everything is perfect. Then I've g

Re: Apache/Tomcat Configuration Problem

2003-05-29 Thread John Turner
You're saying that if you make your DocumentRoot "webapps/ROOT" that Apache doesn't serve content in that directory? What error message does Apache display? The ROOT webapp is "special" as far as Tomcat is concerned. John On Wed, 28 May 2003 17:28:57 +0200, Johannes Lietz <[EMAIL PROTECTED]>

Apache/Tomcat Configuration Problem

2003-05-29 Thread Johannes Lietz
This is a minor problem, but I have no idea yet: In httpd.conf I configured VirtualHosts with a DocumentRoot like this: ... DocumentRoot /usr/local/bin/tomcat/webapps ... JkUriSet worker ajp13:localhost:8009 JkUriSet worker ajp13:localhost:8009