I have downloaded Tomcat 4.0 for Linux. Suggest me which file i have to configure for setting the run time envoirenment? How to use startup/shutdown. (Where to put these files,etc); What changes i have to make in httpd.conf file of Linux?
Michael Burke
Ranch Hand
Joined: Jul 29, 2000
Posts: 103
posted
0
I suggest reading the user's guide.
Avinash Choudhary
Greenhorn
Joined: Aug 28, 2001
Posts: 4
posted
0
I read user guide but not able to locate the file where i have to set the enviromental variables(JAVA_HOME etc). Can you suggest me the name of the file (which is equivalent(just like) autoexe.bat file in windows).
Michael Burke
Ranch Hand
Joined: Jul 29, 2000
Posts: 103
posted
0
After you extract tomcat, type TOMCAT_HOME=yourinstallation directory/jakarta-tomcat-4.0(I'm using tomcat 3.2.1 so I'm assuming that's the numbering for tomcat 4); export TOMCAT_HOME. set JAVA_HOME=your root directory for the jdk. Add java interpreter to your PATH environment variable. [This message has been edited by Michael Burke (edited November 07, 2001).]
Avinash Choudhary
Greenhorn
Joined: Aug 28, 2001
Posts: 4
posted
0
Thanks Michael for your suggestion,now My tomcat is running. I set the environmental varibles in etc/profile file. My Tomcat is in opt/tomcat directory. And i am able to see outputs in tomact/logs/catilina.out file.