| Author |
settings for jakarta tomcat 4.1.27
|
shelly sharma
Ranch Hand
Joined: Sep 17, 2003
Posts: 32
|
|
Can anybody tell me about the settings for tomcat 4.1.27. What all system variables and user variables i should set.I had set these variables but it is not working. in user variables: JAVA_HOME C:\jdk1.3 In system variables: CATALINA_HOME C:\Tomcat 4.1 But tomcat is not starting.Please can anyone tell me all the settings or if there is any classpath settings. Before installing tomcat i had run SimpleAxisServer on port 8080. Can i have to change the port of SimpleAxisServer before starting Tomcat.
|
 |
Mike Curwen
Ranch Hand
Joined: Feb 20, 2001
Posts: 3695
|
|
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/RUNNING.txt And yes, you need to either configure Tomcat to use a different port, or the AxisServer.
|
 |
cKunal
Greenhorn
Joined: Nov 03, 2003
Posts: 4
|
|
|
Hey shelly i think u have to change the port of tomcat from 8080 to 80 as one of the application u mentioned is already running on this port.You can make this change in server.xml file.
|
 |
 |
|
|
subject: settings for jakarta tomcat 4.1.27
|
|
|