• 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

Unable to configure vitual hosting in WAS4.0.3

 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI,
Can anybody help me in configuring virtual hosting on WAS4.0.3. I have one application. I plan to deploy it as EnterpriseApplication under one application server (say TestServer) by creating two separate instances of EnterpriseApp. Now I would like to access the instances of two EnterpriseApp using two urls - like this -
http://app1/servlet/pageserverservlet
http://app2/servlet/pageserverservlet
What should I do, little confused on this. Should I create two diffrent virtual hosts or just one virtual host with two unique aliases. Can someone can give step-by-step approach, thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic