• 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

Multiple application servers on Express 5.1

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it possible to run several application servers simultaneously using WebSphere Express 5.1? We would like to run 4 instances of an application on the same physical server, but Express 5.1 does not seem to support multiple application servers, just multiple virtual hosts. The problem is that the different virtual hosts seem to share the same server-level classpath (and maybe other resources), preventing us from patching one instance without effecting the others. Any ideas would be greatly appreciated. Thanks in advance.

-Nate
reply
    Bookmark Topic Watch Topic
  • New Topic