• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

A single Apache virtual host again multi-WAS application

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know how to associate a single apache host to multiple WAS Application?
 
alvin yeung
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ooops. I mean virtual host.
Does anyone know how to associate a single apache virtual host to multiple WAS Application?
Thanks.
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for the input.
Do you have an example of how the Apache should look like.
Thanks again.
reply
    Bookmark Topic Watch Topic
  • New Topic