A single Apache virtual host again multi-WAS application
alvin yeung
Greenhorn
Joined: Sep 11, 2002
Posts: 6
posted
0
Does anyone know how to associate a single apache host to multiple WAS Application?
alvin yeung
Greenhorn
Joined: Sep 11, 2002
Posts: 6
posted
0
Ooops. I mean virtual host. Does anyone know how to associate a single apache virtual host to multiple WAS Application? Thanks.
nallagangu
Greenhorn
Joined: Oct 25, 2001
Posts: 3
posted
0
You mean to associate single Apache Vhost to multiple WAS applications or multiple WAS servers. Assocation to Multiple applications: No tricks involved as long as each application has seperate context-root and WAS plugin will redirect req appropriately. Assocation to Multiple app servers: As long as these multiple app servers are part of "clustered group" you can do it. From WAS server side create a group plug-in file and copy it over to Apache VS. If app servers are not clustered a single Apache VS cannot assocate to both. you might actually need seperate Apache VHosts or seperate Apache instances Thanks Sudhir Nallagangu
alvin yeung
Greenhorn
Joined: Sep 11, 2002
Posts: 6
posted
0
Thanks for the input. Do you have an example of how the Apache should look like. Thanks again.