Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, April 10, 2001 11:44 AM
Subject: Re: apache vhost->mod_jk->servlet container & ResourceBundle
problem
> Thanks to Jeff Kilbride for his post! I ended up using his suggestions
> posted earlier on virtual hosting and it works well. It see
Thanks to Jeff Kilbride for his post! I ended up using his suggestions
posted earlier on virtual hosting and it works well. It seems like a
better solution from a security standpoint. But I am just so glad to get
something that works after struggling with it for a week.
Also on the ResourceBundl
Brendon,
I am having problems establishing the same configuration that you are
trying to do:
/home/domain1.com/servlet
/home/domain2.com/servlet
And accessing the jsps for each domain from the document root or below.
This way all the servlets and jsps are under the domain's doc root.
Being pret
Here's an example of the setup I have running (info changed to be
generic...)
httpd.conf:
ServerName www.tld.com
DocumentRoot "/home/websites/tld"
JkMount /servlet/* ajp13
JkMount /*.jsp ajp13
Alias /mywebapp "/path/to/your/webapp/mywebapp"