Is webapps installed??? in my windows configuration, I have tomcat-XXX ---server ------webapps ------lib ------classes
On 8/23/06, kaustubh shinde <[EMAIL PROTECTED]> wrote:
tomcat is installed on 8080. apache is on 80. so there is no conflict. On 8/23/06, Lung Chan <[EMAIL PROTECTED]> wrote: > > Is tomcat install on the port 8080?? > How about Apache, is it on port 8080 too?? > > maybe a conflit. > > On 8/23/06, kaustubh shinde <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I am trying to install tomcat 5.5.17 on suse 9.2 > > I have jdk 1.5 which is required by tomcat 5.5.17 > > After following the steps mentioned in docs I do following. > > > > ./startup.sh > > Using CATALINA_BASE: /usr/local/apache-tomcat-5.5.17 > > Using CATALINA_HOME: /usr/local/apache-tomcat-5.5.17 > > Using CATALINA_TMPDIR: /usr/local/apache-tomcat-5.5.17/temp > > Using JRE_HOME: /usr/local/jdk1.5.0_08 > > > > It seems to be working as I don't get any error msg. > > Also ps -def|grep tomcat gives > > > > tomcat 19597 1 0 20:20 pts/3 00:00:03 > > /usr/local/jdk1.5.0_08/bin/java > > -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager > > - > > > Djava.util.logging.config.file=/usr/local/apache-tomcat-5.5.17/conf/logging.properties > > -Djava.endorsed.dirs=/usr/local/apache-tomcat-5.5.17/common/endorsed > > -classpath :/usr/local/apache-tomcat-5.5.17 > > /bin/bootstrap.jar:/usr/local/apache-tomcat-5.5.17/bin/commons- > > logging-api.jar > > -Dcatalina.base=/usr/local/apache-tomcat-5.5.17 > > -Dcatalina.home=/usr/local/apache-tomcat-5.5.17 > > -Djava.io.tmpdir=/usr/local/apache-tomcat-5.5.17/temp > > org.apache.catalina.startup.Bootstrap start > > > > But when I try to point to http://my-machine-ip:8080 I get nothing. > > > > Trying to shutdown also seems to be working without any probs. > > > > > > ./shutdown.sh > > Using CATALINA_BASE: /usr/local/apache-tomcat-5.5.17 > > Using CATALINA_HOME: /usr/local/apache-tomcat-5.5.17 > > Using CATALINA_TMPDIR: /usr/local/apache-tomcat-5.5.17/temp > > Using JRE_HOME: /usr/local/jdk1.5.0_08 > > > > > > I have apache2 running on the machine but I haven't integrated tomcat > > yet with it. As far as I understand, it shouldn't be a prob. > > I tried shutting down apache2 but tomcat still doesn't work. > > > > I am not sure what the problem is and would really appreciate any > ideas. > > Thank you, > > Kaustubh > > > > > >