• 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

Best web hosting server recommendation...

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

I have a web application that includes: java/jsp, struts, spring, and hibernate. For development, I used a IBM's trial Websphere server.

However, to publish the web application on a host server, I'm wondering what's the best web server to use. It looks like Websphere server is very very expensive.

Does anyone have suggestions on affordable and good performing web servers? The hosting companies I called suggested Tomcat and Resin. I've never used these.

I would appreciate your insights...
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Servlet FAQ has a list of Java hosting companies. They mostly support Tomcat, Resin and/or JBoss (those being the major open source servlet containers). WebSphere is a commercial product, and so any hosting plan that offers it will be significantly more expensive.
 
reply
    Bookmark Topic Watch Topic
  • New Topic