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 > > 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? > &

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: >

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread maven apache
2010/3/4 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 " > > > > Did you remove the XML comment markers from aro

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 " > Did you remove the XML comment markers from around the list? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENT

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: > /home/kk/ProgramF

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread Philip Wigg
On 4 March 2010 14:13, maven apache wrote: > 2010/3/4 Markus Schönhaber > >> 04.03.2010 15:01, maven apache: >> >> > 2010/3/4 Caldarale, Charles R >> > >> >>> From: maven apache [mailto:apachemav...@gmail.com] >> >>> Subject: Re

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread maven apache
I have config the manager by adding " 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 maven apache
2010/3/4 Markus Schönhaber > 04.03.2010 15:01, maven apache: > > > 2010/3/4 Caldarale, Charles R > > > >>> From: maven apache [mailto:apachemav...@gmail.com] > >>> Subject: Re: can not start tomcat and the jre_home var error > >>> > >

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 > >>> 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

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread maven apache
2010/3/4 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" > >

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 >> Why do you start Tomcat as root? >> > Ok, I tried it again. ? -- Regards mks - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional comm

Re: can not start tomcat and the jre_home var error

2010-03-04 Thread maven apache
2010/3/4 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? > Ok, I tried it again. > > -- > Reg

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. - C

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: 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

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 > "/home/kk/ProgramFi

Re: can not start tomcat and the jre_home var error

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

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 > "/hom

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 JA