tomcat7 - tomcat does not start on linux -
this have done far
- downloaded tomcat 7
- installed java
- set java_home , catalina_home
now running startup.sh , nothing display this
bash-4.1$ pwd /scratch/user/installs/apache-tomcat-7.0.42/bin bash-4.1$ ./startup.sh using catalina_base: /scratch/user/installs/apache-tomcat-7.0.42 using catalina_home: /scratch/user/installs/apache-tomcat-7.0.42 using catalina_tmpdir: /scratch/user/installs/apache-tomcat-7.0.42/temp using jre_home: /scratch/user/installs/jdk1.7.0 using classpath: /scratch/user/installs/apache-tomcat-7.0.42/bin/bootstrap.jar:/scratch/user/installs/apache-tomcat-7.0.42/bin/tomcat-juli.jar
what missing here? pointers? want install tomcat on linux box , deploy simple application
i able resolve issue after taking @ logs. apparently, displayed when tomcat started. expect "tomcat running" not case.
Comments
Post a Comment