problem with virtual hosting with tomcat

2001-06-20 Thread Nick Stoianov
Hi, I'm using Apache 1.3.9, Tomcat 3.2 , Linux I want to setup a virtual host (let's say vh1.test.com) so that I will be able to call servlets from http://vh1.test.com/servlets/ What should I put in httpd.conf , mod_jk and server.xml? I will really appreciate any helpful advice on this

Re: problem with virtual hosting with tomcat

2001-06-20 Thread Dmitri Colebatch
What I've done is taken a copy of the mod_jk.conf-auto and extracted the LoadModule etc (global info) from it into one file. I include this file (using the Include directive) in the httpd.conf. I then insert into each VirtualHost directive the JkMount directives. I'm not sure if its

problem with virtual hosting

2001-04-02 Thread Christopher Shade
I tried to map www.domain.com to www.domain.com/webapp by using ServerName and ServerAlias in the config file, but it's not working. Below is what I tried in my-tomcat-apache.conf. What am I doing wrong? Is there a better way to map a domain to a webapp? Thanks! ...Christopher

Re: problem with virtual hosting

2001-04-02 Thread Kieran Barry
On Mon, 2 Apr 2001, Christopher Shade wrote: I tried to map www.domain.com to www.domain.com/webapp by using ServerName and ServerAlias in the config file, but it's not working. Below is what I tried in my-tomcat-apache.conf. What am I doing wrong? Is there a better way to map a domain to a

Re: problem with virtual hosting

2001-04-02 Thread Kieran Barry
Doh! On Mon, 2 Apr 2001, Kieran Barry wrote: On Mon, 2 Apr 2001, Christopher Shade wrote: I tried to map www.domain.com to www.domain.com/webapp by using ServerName and ServerAlias in the config file, but it's not working. Below is what I tried in my-tomcat-apache.conf. What am I