• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

GlassFish Virtual Hosting

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I am working on some virtual hosting thing using glassfish server. Is there anybody knows that how to host multiple web applications in a single glassfish like Virtual Private Server(VPS). In the DNS server we can only give the IPs without any port number as the domain name listens 80 port by default. How can I configure to access different webapplications which may use different port numbers to access the port 80 so i dont need to give the port number at the end of the domain name.

Hope to have a reply as soon as possible,

Thanks in advance

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

To use glassfish in virtual hosting environment you have to front end your glassfish server with apache using mode_jk.
Have a Look at this


Virtual Hosting Support In glassfish
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic