RE: 2 VirtualHosts now work, mod_jk not

2003-08-26 Thread David Wynter
that effectively looks like ../rwtransform/*? thanks David -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: 22 August 2003 18:07 To: Tomcat Users List Subject: Re: 2 VirtualHosts now work, mod_jk not I would try setting: Alias /webappname /some/path/to/tomcat

Re: 2 VirtualHosts now work, mod_jk not

2003-08-26 Thread John Turner
a JkMount that effectively looks like ../rwtransform/*? thanks David -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: 22 August 2003 18:07 To: Tomcat Users List Subject: Re: 2 VirtualHosts now work, mod_jk not I would try setting: Alias /webappname /some/path/to/tomcat

RE: 2 VirtualHosts now work, mod_jk not

2003-08-26 Thread David Wynter
: Re: 2 VirtualHosts now work, mod_jk not The DocumentRoot is /. Host name=myHost appBase=myHost Context path= docBase=se ($CATALINA_HOME/myHost/se) Context path=/rwtransform docBase=rwtransform ($CATALINA_HOME/myHost/rwtransform) DocumentRoot /some/path/to/myHost Please understand

RE: 2 VirtualHosts now work, mod_jk not

2003-08-26 Thread David Wynter
domain and have a virtualhost just for that so, webapp2.stpenable.com is handled by a separate VirtualHost. Thanks David -Original Message- From: David Wynter [mailto:[EMAIL PROTECTED] Sent: 26 August 2003 15:13 To: Tomcat Users List Subject: RE: 2 VirtualHosts now work, mod_jk

Re: 2 VirtualHosts now work, mod_jk not

2003-08-26 Thread Fred Kreek
I did not get the mail, but i've got it working with more than 1: (part of) httpd.conf -- VirtualHost my.real.host ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/webmaster/www/v1/webapps ServerName my.first.virtualhost Port 80

RE: 2 VirtualHosts now work, mod_jk not

2003-08-22 Thread David Wynter
Now I am getting somewhere. I had left out the Directory directives in httpd.conf in my previous post because I had editted it from the Tomcat site vhost example, one that had a global directive, not for each VirtualHost. I found that the web.xml file for the rwsite ahd a different servlet name

Re: 2 VirtualHosts now work, mod_jk not

2003-08-22 Thread John Turner
David Wynter wrote: Now I am getting somewhere. I had left out the Directory directives in httpd.conf in my previous post because I had editted it from the Tomcat site vhost example, one that had a global directive, not for each VirtualHost. I found that the web.xml file for the rwsite ahd a

RE: 2 VirtualHosts now work, mod_jk not

2003-08-22 Thread David Wynter
I have long URLs because I am using the Apache Turbine project to develop my webapps. Here is an article on how to shorten them, which gives me the impression that i am stuck with these long URLs http://jakarta.apache.org/turbine/turbine-2.2.1/howto/url-rewriting-howto.ht ml unless I follow this

Re: 2 VirtualHosts now work, mod_jk not

2003-08-22 Thread John Turner
I would try setting: Alias /webappname /some/path/to/tomcat/webappname DocumentRoot /some/path/to/tomcat/webappname Then: JkMount /servlet/* ajp13 Then your URL of http://some.host.com//webappname/servlet/webappname/templates/index.vm should work. Even this should work: Alias /