I´m stuck with it.
Can you help me?
Thanks,
André
- Original Message
From: André Warnier
To: users@httpd.apache.org
Sent: Monday, October 5, 2009 11:31:48 AM
Subject: Re: [us...@httpd] Direct access to nodes via single virtualhost
Krist van Besien wrote:
> On Mon, Oct 5, 2009 a
Andre Rodrigues wrote:
...
Have a look at
http://tomcat.apache.org/connectors-doc/reference/apache.html
at the very end, the section :
Using SetHandler and Environment Variables
By using a judicious combination of RewriteCond and RewriteRule,
, SetEnv, SetEnvIf etc.., you can do just about anyth
Krist van Besien wrote:
On Mon, Oct 5, 2009 at 3:19 PM, Andre Rodrigues
wrote:
I would like to make single virtualhost and access the two nodes, is it
possible?
One way you could do this is to use plain http between your apache and
your tomcat (in stead of mod JK). That has two advantages:
en
To: users@httpd.apache.org
Sent: Monday, October 5, 2009 10:25:57 AM
Subject: Re: [us...@httpd] Direct access to nodes via single virtualhost
On Mon, Oct 5, 2009 at 3:19 PM, Andre Rodrigues
wrote:
> I would like to make single virtualhost and access the two nodes, is it
> possible
On Mon, Oct 5, 2009 at 3:19 PM, Andre Rodrigues
wrote:
> I would like to make single virtualhost and access the two nodes, is it
> possible?
One way you could do this is to use plain http between your apache and
your tomcat (in stead of mod JK). That has two advantages:
1) Your configuration be
Hi,
I have an Apache that redirects via JkMount to two tomcat instances.
They are accessed through different virtualhosts:
ServerName appnode1
JkMount /app node1
ServerName appnode2
JkMount /app node2
I would like to make single virtualhost and access the two nodes, is it
possible?