Computing.Net > Forums > Solaris > how to install the tomcat on solaris x86

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

how to install the tomcat on solaris x86

Reply to Message Icon

Name: beller
Date: April 23, 2002 at 02:34:56 Pacific
Comment:

pls tell me how to install the tomcat on solaris8 x86?I need this system test a project.Pls tell me!
thanks...



Sponsored Link
Ads by Google

Response Number 1
Name: Zahid Khan
Date: April 23, 2002 at 07:36:44 Pacific
Reply:

Although we recommend the standard installation but u can install them in desired folder.
In our case the default installation directories listed below

Java : /usr/j2se No need to install (Default)
Apache : /usr/apache
Copy the Jakarta-tomcat-4.0.3.tar in Tomcat: /usr/httpd/
Untar it.
Set java_home in in Catalina.sh follow:-
a. Go to /usr/httpd/tomcat/bin
b. Edit the Catalina.sh file through editor
c. Place these entries under “Restore Environment Variables” in following manner:
JAVA_HOME=/usr/j2se;export JAVA_HOME

1. Manual start Tomcat with Apache.
With following commands
For apache
/etc/init.d/apache start
for tomcat
$tomcat/bin/startup.sh or catalina.sh run

In order to check it is working
Write this code in

$tomcat/webapps/examples/hello.jsp


Hello

2. Open your browser to http://localhost:8080/examples/hello.jsp If you see "it worked" on the screen then you are in business.

Zahid Khan


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: how to install the tomcat on solaris x86

how to install oracle 8i on solaris 8 www.computing.net/answers/solaris/how-to-install-oracle-8i-on-solaris-8/2260.html

How to install oracle 8i in solaris 8 www.computing.net/answers/solaris/how-to-install-oracle-8i-in-solaris-8/925.html

How to install jdbc driver on solaris 7 www.computing.net/answers/solaris/how-to-install-jdbc-driver-on-solaris-7/494.html