2010/3/4 David Smith <d...@cornell.edu> > On 3/4/2010 8:00 AM, maven apache wrote: > > Hi: > > I am using Ubuntu9.10. I have install jdk1.6 in > /home/kk/ProgramFiles/jdk1.6 > > , also I have set up a permanent environment variable JAVA_HOME which > link > > to the jdk directory. > > I just downloaded apache-tomcat-6.0.24.tar.gz and extact it to > > "/home/kk/ProgramFiles/apache-tomcat-6.0.24", since the JAVA_HOME env var > > existed, so I run the startup.sh directly,however I can not enter the " > > http://localhost:8080" and I got the following message: > > > > Using CATALINA_BASE: /home/kk/ProgramFiles/apache-tomcat-6.0.24 > > Using CATALINA_HOME: /home/kk/ProgramFiles/apache-tomcat-6.0.24 > > Using CATALINA_TMPDIR: /home/kk/ProgramFiles/apache-tomcat-6.0.24/temp > > Using JRE_HOME: /usr > > Using CLASSPATH: > > /home/kk/ProgramFiles/apache-tomcat-6.0.24/bin/bootstrap.jar > > > > It seems that tomcat did not identify the JAVA_HOME var, so how to do > next > > in my case? > > > > > How exactly are you starting tomcat? It's important to understand where > tomcat is getting it's environment from. > The tomcat directory is " /home/kk/ProgramFiles/apache-tomcat-6.0.24' In the terminal , I enter this the bin directory and run " sudo ./startup.sh"
> > --David > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >