How To JSP Container with Apache2 on Ubuntu 5.10?

Michael P. Soulier msoulier at gmail.com
Sat Dec 31 19:29:27 UTC 2005


On 12/28/05, Soo-Hyun Choi <soohyunc at users.sourceforge.net> wrote:
> I have just installed Sun Java JDK (J2SE Development Kit) with the
> instructions in http://www.debian-administration.org/articles/142.
>
> But JSP still doesn't work.
>
> Am I still missing something? Maybe, Tomcat 5? Then, would there
> somebody to tell me how to install and get it to work?

Difficult to get jsp working without a servlet container.
Jakarta-tomcat is a good choice for one, being free, and the reference
implementation.

You don't need anything from ubuntu for this, you can just download
the tarballs of the binaries, unpack them in /usr/local or even
/home/<your userid> and then just set JAVA_HOME and go. You might also
want ANT. Same comments apply.

Works fine for me.

Mike
--
Michael P. Soulier <msoulier at digitaltorque.ca>
"Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction."
--Albert Einstein




More information about the ubuntu-users mailing list