On Mon, 28 Jan 2002, Rafael wrote: > Okey.. > > Lets start now the second part of this issue. > > I've installed TOMCAT (downloaded from > http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ and I saw on > the documentation that I'm supposed to run the > CATALINA_HOME/bin/./startup.sh > > Well I did it. > > and look what I got back: > > root@omega:~/jakarta-tomcat-4.0/bin# ./startup.sh > Using CATALINA_BASE: /root/jakarta-tomcat-4.0 > Using CATALINA_HOME: /root/jakarta-tomcat-4.0 > Using CATALINA_TMPDIR: /root/jakarta-tomcat-4.0/temp > Using JAVA_HOME: /etc/jdk1.3.1_02 > root@omega:~/jakarta-tomcat-4.0/bin# > > Is it running?? How can I know?? grep tomcat doesnt show anything.. > > I'm still needing help, thank you all for helping me! >
Check out catalina.out in logs directory under $CATALINA_HOME. Check out other log files there also to get hang of how Tomcat works. The files in logs directory are created according to settings in server.xml in your $CATALINA_HOME/conf directory. To see whether the Tomcat is running check http://localhost:8080 You should see the Tomcat index.html page which is located in your $CATALINA_HOME/webapps/ROOT directory. --teemu > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> > > -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
