Help coderanch get a
new server
by contributing to the fundraiser
  • 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

J2EE Application Hosting

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

I am planning to host a big J2EE application with servlets and JSP only. it does not use EJB.

My choice is: Tomcat 5.x+, Mysql 5.x+, Jdk 1.5

I have beel looking for dedicated hosting and always found 2 solutions. Windows or Linux/Unix. Which one is better? I am expecting heavy load and concurrency.

Is windows 2003 a better choice for concurrency and security? it is easier to manage things on windows though.

Also please let me know any good economic managed dedicated hosting company, if you know about one.


Thanks a lot.

Regards,

Vikas Aggarwal
 
author and deputy
Posts: 3150
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Vikas Aggarwal:

I have beel looking for dedicated hosting and always found 2 solutions. Windows or Linux/Unix. Which one is better? I am expecting heavy load and concurrency.


Security is a broad topic. When its comes to system level security then either latest Linux or windows 2003 server is better. Application level security and concurrency is more depended on the application you gonna implement than the system itself.

hosting company:
www.dailyrazor.com seems to supoort latest tomcat and mysql versions for $11 permonth. I never tried it though.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

it is easier to manage things on windows though.

Can you elaborate on what you mean by that? It's hard to give recommendations when so little is known about your requirements. E.g., what is the relative importance of scalability, ease of manageability and price?

A list of Java hosting companies can be found in the Servlet Faq.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic