>Anton Andreev antonandreev at fmi.uni-sofia.bg
>Thu May 21 17:23:41 PDT 2009
>
>
>Hi,
>
>Is there a way to use tomcat on Nexenta Core 2 RC3?
>
>Cheers,
>Anton

Hi Anton,

I posted this reply on the users list, as it seems more appropriate
here than on the developers list.

Although there is no tomcat package in Nexenta, after reading your
post, I though I'd test out a Nexenta tomcat install:

(1) As root, install sunwlibc. Although this isn't a dependency of the
Nexenta Sun Java package, it should be, and you must install it for
Java to work properly.

apt-get install sunwlibc

(2) As root, install sun-java6-jdk

apt-get install sun-java6-jdk

(3) As  a non-root user, install tomcat to some convenient location
and start it up, e.g:

mkdir ~/catalinahome
cd ~/catalinahome
wget 
http://apache.mirror.infiniteconflict.com/tomcat/tomcat-6/v6.0.20/bin/apache-tomcat-6.0.20.tar.gz
tar -zxvf apache-tomcat-6.0.20.tar.gz
cd apache-tomcat-6.0.20/bin
./startup.sh

Hopefully you'll now be able to point a web browser at port 8080 and
see the Tomcat welcome page.

I should also mention that there are ways of making this setup more
secure, such as running tomcat as a user with no shell, but hopefully
this will get you up and running.

Best Regards,

--Robin
_______________________________________________
gnusol-users mailing list
gnusol-users@lists.sonic.net
http://lists.sonic.net/mailman/listinfo/gnusol-users

Reply via email to