can not start tomcat and the jre_home var error

2010-03-04 Thread maven apache
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

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread David Smith
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

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread maven apache
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

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread Markus Schönhaber
04.03.2010 14:00, maven apache: 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

RE: can not start tomcat and the jre_home var error

2010-03-04 Thread Caldarale, Charles R
From: David Smith [mailto:d...@cornell.edu] Subject: Re: can not start tomcat and the jre_home var error 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

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread Markus Schönhaber
04.03.2010 14:44, maven apache: 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 Why do you start Tomcat as root? -- Regards mks

RE: can not start tomcat and the jre_home var error

2010-03-04 Thread Caldarale, Charles R
From: maven apache [mailto:apachemav...@gmail.com] Subject: Re: can not start tomcat and the jre_home var error In the terminal , I enter this the bin directory and run sudo ./startup.sh Try it without the sudo. You should never run Tomcat as root. - Chuck THIS COMMUNICATION MAY

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread maven apache
2010/3/4 Markus Schönhaber tomcat-us...@list-post.mks-mail.de 04.03.2010 14:44, maven apache: 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 Why do you start Tomcat as root? Ok, I tried it

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread Markus Schönhaber
04.03.2010 14:56, maven apache: 2010/3/4 Markus Schönhaber tomcat-us...@list-post.mks-mail.de Why do you start Tomcat as root? Ok, I tried it again. ? -- Regards mks - To unsubscribe, e-mail:

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread maven apache
2010/3/4 Caldarale, Charles R chuck.caldar...@unisys.com From: maven apache [mailto:apachemav...@gmail.com] Subject: Re: can not start tomcat and the jre_home var error In the terminal , I enter this the bin directory and run sudo ./startup.sh Try it without the sudo. You should

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread Markus Schönhaber
04.03.2010 15:01, maven apache: 2010/3/4 Caldarale, Charles R chuck.caldar...@unisys.com From: maven apache [mailto:apachemav...@gmail.com] Subject: Re: can not start tomcat and the jre_home var error In the terminal , I enter this the bin directory and run sudo ./startup.sh Try

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread maven apache
2010/3/4 Markus Schönhaber tomcat-us...@list-post.mks-mail.de 04.03.2010 15:01, maven apache: 2010/3/4 Caldarale, Charles R chuck.caldar...@unisys.com From: maven apache [mailto:apachemav...@gmail.com] Subject: Re: can not start tomcat and the jre_home var error In the terminal , I

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread maven apache
I have config the manager by adding user username=admin password=000 roles=role1/ Then I found that I can not enter the manager page by a 403 error. I restart the tomcat many times, and I am sure I enter the correct username and password. However I always got the 403 error page.

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread Philip Wigg
not start tomcat and the jre_home var error In the terminal , I enter this the bin directory and run sudo ./startup.sh Try it without the sudo.  You should never run Tomcat as root. Thanks, it works. But I wonder why? Because, by default, sudo resets the environment. Oh, thanks I

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread Markus Schönhaber
04.03.2010 15:13, maven apache: Now I found there is something wrong with the apr component because I got the info: INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path:

RE: can not start tomcat and the jre_home var error

2010-03-04 Thread Caldarale, Charles R
From: maven apache [mailto:apachemav...@gmail.com] Subject: Re: can not start tomcat and the jre_home var error I have config the manager by adding user username=admin password=000 roles=role1/ Did you remove the XML comment markers from around the list? - Chuck THIS COMMUNICATION

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread maven apache
2010/3/4 Caldarale, Charles R chuck.caldar...@unisys.com From: maven apache [mailto:apachemav...@gmail.com] Subject: Re: can not start tomcat and the jre_home var error I have config the manager by adding user username=admin password=000 roles=role1/ Did you remove the XML comment

RE: can not start tomcat and the jre_home var error

2010-03-04 Thread Caldarale, Charles R
From: maven apache [mailto:apachemav...@gmail.com] Subject: Re: can not start tomcat and the jre_home var error Did you remove the XML comment markers from around the list? Yes , I did . Clearly, you did not remove them. This is the file: tomcat-user.xml

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread maven apache
Ok, it works, thanks for all of you . :) 2010/3/5 Caldarale, Charles R chuck.caldar...@unisys.com From: maven apache [mailto:apachemav...@gmail.com] Subject: Re: can not start tomcat and the jre_home var error Did you remove the XML comment markers from around the list? Yes , I did