Web Hosting Talk







View Full Version : Cpanel JSP Plugin ??


ckizer
07-21-2001, 08:50 PM
at cpanel.net they are offering a JSP plugin for free? does it let you run jsp apps? I'm curious, has anybody used it? And why don't these guys ever bother to post information. For all we know it could be a freaking virus!

teck
07-21-2001, 09:32 PM
Cool! I never knew this was out. C'mon, someone be a guinnea pig and try it :)

Palm
07-21-2001, 10:05 PM
Yes it is free.It doesn't let you run JSP it makes JSP easy to install for you.You must have Tomcat or anyother software that runs JSP to get this plugin working.

bdraco
07-22-2001, 08:13 PM
Originally posted by Palm
Yes it is free.It doesn't let you run JSP it makes JSP easy to install for you.You must have Tomcat or anyother software that runs JSP to get this plugin working.

Actually it will install tomcat for you..

tar xfzv jsp-install.tar.gz
cd jsp-install
sh install.sh

..wait..
follow instructions

bteeter
07-22-2001, 09:28 PM
Originally posted by bdraco


Actually it will install tomcat for you..

tar xfzv jsp-install.tar.gz
cd jsp-install
sh install.sh

..wait..
follow instructions

Does this JSP package include support for Servlets as well? I assume that this is something you can setup for all of your clients...

Take care,

Brian

bdraco
07-22-2001, 09:32 PM
Originally posted by bteeter


Does this JSP package include support for Servlets as well? I assume that this is something you can setup for all of your clients...

Take care,

Brian

Yup.. however you are on your own support wise ....

bteeter
07-22-2001, 09:44 PM
Originally posted by bdraco


Yup.. however you are on your own support wise ....

So that is to say, this is a Beta release? Do you have any data on the stability of this patch?

Take care,

Brian

bdraco
07-22-2001, 10:11 PM
No its quite stable. Its just not supported.

bteeter
07-22-2001, 10:12 PM
Originally posted by bdraco
No its quite stable. Its just not supported.

Cool. I just installed it and I'm looking forward to playing with it.

Take care,

Brian

teck
07-22-2001, 10:52 PM
Does any docs on it exist?

Palm
07-22-2001, 11:28 PM
You might run in into few problems with servlets because its not the same as making .jps file and run it.

bteeter
07-23-2001, 07:51 AM
Originally posted by teck
Does any docs on it exist?

http://java.apache.org

Look under the Tomcat Servlet/JSP engine.

Take care,

Brian