ADAM FOWLER a �crit : > http://tomcatbook.sourceforge.net > > Adam. > > ----- Original Message ----- > From: "Rafael" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Monday, January 28, 2002 2:10 PM > Subject: Re: INSTALLING TOMCAT - PART II > > > 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! > > > > > > -- > > 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]>Hum...
Hum... Try a # ps -fe | grep java You should obtain smth like ../.. /usr/j2se/bin/../bin/sparc/native_threads/java -classpath /usr/local/Tomcat/bin according that /usr/local/Tomcat is the Dir where my bin distribution is installed... Hope this helps Jean-Luc B :O) -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
