Re: apache vhost->mod_jk->servlet container & ResourceBundle problem

2001-04-10 Thread Jeff Kilbride
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

Re: apache vhost->mod_jk->servlet container & ResourceBundle problem

2001-04-10 Thread Brian Elliott
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

Re: apache vhost->mod_jk->servlet container

2001-04-09 Thread Brian Elliott
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

Re: apache vhost->mod_jk->servlet container

2001-04-07 Thread Jeff Kilbride
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"