• 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

support for jsp

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone know about some free servers that support jsp?
 
sharp shooter, and author
Posts: 1913
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tomcat from the Apache Group is the free reference implementation of the JSP and Java Servlet specifications. It is very easy to setup and can be downloaded from http://jakarta.apache.org .
Simon
------------------
Simon Brown
Author of Professional JSP 2nd Edition
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is also a java container called resin. It's supposed to be really fast. I have used it before and I think it is great. You can download it at www.caucho.com
 
Ranch Hand
Posts: 76
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Dan Lund:
Does anyone know about some free servers that support jsp?


I think I might be reading the question a little differently but if you are looking at other JSP HOSTS, then the two that I know of are http://www.webappcabaret.com and then there's www.mycgiserver.com
Both have SQL access. They're relatively decent considering they are of course free. They dont want to be used exclusively for actual websites but for development.
Otherwise, if you just want a JSP/servlet server of your own, there's Allaire JRun, Apache (with Jserv module), Jakarta. These are the ones that run off the top of my head.
 
reply
    Bookmark Topic Watch Topic
  • New Topic