Re: Virtual-Host issues on Apache-Tomcat

2008-02-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan, Jonathan Mast wrote: | It is a Tomcat 404 error. Okay, good. That means that Tomcat is handling the request (rather than Apache handling it) so we are probably not talking about fixing httpd configuration or your connector (mod_whatever).

Re: Virtual-Host issues on Apache-Tomcat

2008-02-29 Thread Jonathan Mast
Thanks for the notes. It is a Tomcat 404 error. So I take it that I can specify a file name (index.jsp) in the configuration and it will default to that file? On Fri, Feb 29, 2008 at 10:57 AM, Christopher Schultz < [EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > >

Re: Virtual-Host issues on Apache-Tomcat

2008-02-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan, Jonathan Mast wrote: | However it is usually linked, I'm obviously not an expert on this subject. | Perhaps you know a concise summary of how Tomcat and Apahce HTTPD work? Apache can be linked to Tomcat using either HTTP or AJP protocols.

Re: Virtual-Host issues on Apache-Tomcat

2008-02-29 Thread Jonathan Mast
However it is usually linked, I'm obviously not an expert on this subject. Perhaps you know a concise summary of how Tomcat and Apahce HTTPD work? thanks On Thu, Feb 28, 2008 at 1:51 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Jonathan Mast wrote: > > sorry > > > > Tomcat 5.5.1 > > Apache 1.3.3

Re: Virtual-Host issues on Apache-Tomcat

2008-02-28 Thread Mark Thomas
Jonathan Mast wrote: sorry Tomcat 5.5.1 Apache 1.3.33 Java 1.4.2 And you are linking httpd and Tomcat how? Mark - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: Virtual-Host issues on Apache-Tomcat

2008-02-28 Thread Jonathan Mast
sorry Tomcat 5.5.1 Apache 1.3.33 Java 1.4.2 On Thu, Feb 28, 2008 at 1:19 PM, Mark Thomas <[EMAIL PROTECTED]> wrote: > Jonathan Mast wrote: > > I'm trying to a subdomain to our site but Tomcat is not finding the > index > > page correctly. > > > > Here are my entries into httpd.conf and server.x

Re: Virtual-Host issues on Apache-Tomcat

2008-02-28 Thread Mark Thomas
Jonathan Mast wrote: I'm trying to a subdomain to our site but Tomcat is not finding the index page correctly. Here are my entries into httpd.conf and server.xml: ServerName foo.site.com DocumentRoot /usr/local/apache/htdocs/foo CustomLog /usr/local/apache/logs/foo.site.com_acc