Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-15 Thread testwreq wreq
="/usr/share/tomcat5" CATALINA_TMPDIR="/usr/share/tomcat5/temp" JAVA_ENDORSED_DIRS="/usr/share/tomcat5/common/endorsed" On Mon, Mar 15, 2010 at 9:17 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: testwreq wreq [mailto:testw...@gmail.

RE: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-15 Thread Caldarale, Charles R
> From: testwreq wreq [mailto:testw...@gmail.com] > Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3 > > In server.xml file, the tomcat_home which is probably called > catlina_home is set to the root of where tomcat is installed. Please elaborate on that statement; s

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-15 Thread testwreq wreq
r/lib/tomcat5/webapps lrwxrwxrwx 1 tomcat root 23 Mar 10 09:27 work -> /var/cache/tomcat5/work Thanks,vm On Mon, Mar 15, 2010 at 8:46 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: testwreq wreq [mailto:testw...@gmail.com] > > Subject: Re: How do

RE: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-15 Thread Caldarale, Charles R
> From: testwreq wreq [mailto:testw...@gmail.com] > Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3 > > /var/lib/tomcat5/webapps is empty. Which could be why you get a blank page. However, your ps output shows Tomcat running from /usr/share/tomcat5, not /var/lib/

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-15 Thread testwreq wreq
> > > Try it on 8080; it's the connector that you want to connect to. > > > D > > > >> there are no errors logged in the /var/log/tomcat5 ; The server.xml file >> has >> The file is showing Server port="8005" and mailto:testw...@gmail.com

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-15 Thread testwreq wreq
Hello Andrea, [r...@webtest tomcat5]# netstat -anp|grep LISTEN|grep 6980 tcp0 0 :::127.0.0.1:8005 :::* LISTEN 6980/java tcp0 0 :::8009 :::* LISTEN 6980/java tcp0 0 :::8080 :::* LISTEN 6980/java

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-12 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hassan, On 3/10/2010 3:04 PM, Hassan Schroeder wrote: On Wed, Mar 10, 2010 at 11:19 AM, testwreq wreq wrote: Unfortunately, I cannot use 6.0 because my boss believes that we should use the one that comes with the centos

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-12 Thread André Warnier
testwreq wreq wrote: I see 8080 running as follows: tcp0 0 :::8080 :::* LISTEN 6980/java Ok, that /might/ be Tomcat, and it /might/ be the Tomcat we are talking about. But it is not sure yet, because it seems that there may be more running on that system

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hassan, On 3/10/2010 3:04 PM, Hassan Schroeder wrote: > On Wed, Mar 10, 2010 at 11:19 AM, testwreq wreq wrote: >> Unfortunately, I cannot use 6.0 because my boss believes that we should use >> the one that comes with the centos built as this is teste

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-12 Thread testwreq wreq
I see 8080 running as follows: tcp0 0 :::8080 :::* LISTEN 6980/java On Fri, Mar 12, 2010 at 2:27 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: testwreq wreq [mailto:testw...@gmail.com] > > Subject: Re: How do I set

RE: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-12 Thread Caldarale, Charles R
> From: testwreq wreq [mailto:testw...@gmail.com] > Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3 > netstat -ano showed the following for 8080 Sorry, I should have said netstat -anp (-ano is for Windows). The -p option will display the pid numbers, which should

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-12 Thread testwreq wreq
om: testwreq wreq [mailto:testw...@gmail.com] > > Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3 > > > > 8080 does not work either. And, there are no logs generated. > > Firewall? Do a netstat -ano and verify that Tomcat is listening on 8080. > > -

RE: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-12 Thread Caldarale, Charles R
> From: testwreq wreq [mailto:testw...@gmail.com] > Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3 > > 8080 does not work either. And, there are no logs generated. Firewall? Do a netstat -ano and verify that Tomcat is listening on 8080. - Chuck THIS COMMUNICATION

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-12 Thread testwreq wreq
ct to. > > > D > > > >> there are no errors logged in the /var/log/tomcat5 ; The server.xml file >> has >> The file is showing Server port="8005" and mailto:testw...@gmail.com] >>>> >>>>> Subject: Re: How do I set up and run T

RE: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-12 Thread Caldarale, Charles R
> From: testwreq wreq [mailto:testw...@gmail.com] > Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3 > > I cannot bring up the tomcat page http://serverhost:8005 As David K pointed out, you shouldn't be able to. > The file is showing Server p

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-12 Thread David kerber
rale, Charles R wrote: From: testwreq wreq [mailto:testw...@gmail.com] Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3 1/I already have apache running on port 80. If I start the tomcat service, I think it will probably start on port 80 as well. The standard Tomcat downloads are co

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-12 Thread testwreq wreq
I cannot bring up the tomcat page http://serverhost:8005 there are no errors logged in the /var/log/tomcat5 ; The server.xml file has The file is showing Server port="8005" and mailto:testw...@gmail.com] >>> Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3 >&

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread André Warnier
Caldarale, Charles R wrote: From: testwreq wreq [mailto:testw...@gmail.com] Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3 1/I already have apache running on port 80. If I start the tomcat service, I think it will probably start on port 80 as well. The standard Tomcat

RE: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread Caldarale, Charles R
> From: testwreq wreq [mailto:testw...@gmail.com] > Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3 > > 1/I already have apache running on port 80. If I start the tomcat > service, I think it will probably start on port 80 as well. The standard Tomcat downloads ar

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread testwreq wreq
It is not running yet. There are a few things. 1/I already have apache running on port 80. If I start the tomcat service, I think it will probably start on port 80 as well. Will it not clash? 2/ I have setup the following environment variables JAVA_HOME=/usr/lib/jvm/java CATALINA_HOME = /usr/sha

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread Hassan Schroeder
On Wed, Mar 10, 2010 at 11:19 AM, testwreq wreq wrote: > Unfortunately, I cannot use 6.0 because my boss believes that we should use > the one that comes with the centos built as this is tested. I love the smell of delusional thinking in the morning ... :-) -- Hassan Schroeder

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread André Warnier
testwreq wreq wrote: Hello, I do not know much on setting up tomcat on linux. I am new to both. However, I ran yum install tomcat5 to install tomcat from centos5 built. I could see the version with the below command. # /etc/init.d/tomcat5 version Server version: Apache Tomcat/5.5.23 Server buil

RE: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread Caldarale, Charles R
> From: testwreq wreq [mailto:testw...@gmail.com] > Subject: Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3 > > I cannot use 6.0 because my boss believes that we should use > the one that comes with the centos built as this is tested. Not nearly as well as the testing

Re: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread testwreq wreq
mailto:testw...@gmail.com] > > Subject: How do I set up and run Tomcat 5.5.23 on Cetos5.3 > > > > I need help to proceed further. Please guide me how to set-up > > TOMCAT on centos5? > > Since you're using a non-standard version of Tomcat, the instructions on > the

RE: How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread Caldarale, Charles R
> From: testwreq wreq [mailto:testw...@gmail.com] > Subject: How do I set up and run Tomcat 5.5.23 on Cetos5.3 > > I need help to proceed further. Please guide me how to set-up > TOMCAT on centos5? Since you're using a non-standard version of Tomcat, the instructions on

How do I set up and run Tomcat 5.5.23 on Cetos5.3

2010-03-10 Thread testwreq wreq
Hello, I do not know much on setting up tomcat on linux. I am new to both. However, I ran yum install tomcat5 to install tomcat from centos5 built. I could see the version with the below command. # /etc/init.d/tomcat5 version Server version: Apache Tomcat/5.5.23 Server built: Jul 27 2009 05:23: