Hi,

I have an Apache that redirects via JkMount to two tomcat instances.

They are accessed through different virtualhosts:

<VirtualHost *:80>

ServerName appnode1

JkMount /app node1

</VirtualHost>

<VirtualHost *:80>

ServerName appnode2

JkMount /app node2

</VirtualHost>

I would like to make single virtualhost and access the two nodes, is it 
possible? 

Thanks,
André





---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to