Web Hosting Talk







View Full Version : java servlets ?


Vortech
02-23-2001, 01:09 PM
Do you need any thing to run java servlets for customers. I have not messed with java servlets at all yet and had a custmer ask me about them. Was looking in to Jrun Ent. but if i don't need i don't want to wast 3,000 bucks on it.

We run windows 2000 if that halps.

Thanks for you help.

MattF
02-23-2001, 01:18 PM
You need a servlet engine. I suggest Resin, although JRun is another option, or Orion Application Server.

Resin is a JSP/XSLT/EJB/Servlet engine. It can work with IIS and Apache or standalone. I presume you are running IIS, Resin runs continously as a service on your server, when IIS receives a request for *.jsp or /servlet/* then it forwards it on to Resin which processes it and then send it back to IIS to serve. Its a very, very fast setup, much faster than CGI.

Resin is $500 for a deployment license and it is extremely stable and fast; better than Tomcat etc..

Vortech
05-11-2001, 08:43 PM
Matt do you know Resin web address i tryed www.Resin.com but no luck there. Do you know if this one will run with FreeBSD and Plesk? If not if there is any for FreeBSD

mpkapadia
05-13-2001, 02:23 AM
Resin url is www.caucho.com

Regards
Manish Kapadia