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:

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

2010-03-10 Thread testwreq wreq
script first or do I have to set some environment variables? Currently, I am logged to my test machine as root. But, I want to run tomcat as non privileged user. On Wed, Mar 10, 2010 at 2:04 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: testwreq wreq [

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

2010-03-10 Thread testwreq wreq
will start the service as root. It should be started as non privileged user on everystartup. I have seen some links on that, which I will read and follow. 4/ Is there anything else that should be done to setup tomcat? thanks. On Wed, Mar 10, 2010 at 2:58 PM, André Warnier wrote: > testwreq w

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 >>> >>> 1/I already have a

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

2010-03-12 Thread testwreq wreq
8080 does not work either. And, there are no logs generated. On Fri, Mar 12, 2010 at 1:27 PM, David kerber wrote: > testwreq wreq wrote: > >> I cannot bring up the tomcat page http://serverhost:8005 >> > > Try it on 8080; it's the connector that you want to conne

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

2010-03-12 Thread testwreq wreq
displays a blank page. Maybe the department firewal is blocking the access from other nets. How can I get to the tomcat home page, instead of it showing me a blank page? thanks again. On Fri, Mar 12, 2010 at 1:48 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > Fr

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-15 Thread testwreq wreq
was expecting a apache tomcat page. What could it be? regards, vm ===END == On Fri, Mar 12, 2010 at 3:55 PM, André Warnier wrote: > testwreq wreq wrote: > >> I see 8080 running as follows: >> tcp0 0 :::8080 :::* >> LISTEN

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

2010-03-15 Thread testwreq wreq
Shows a blank page. I was expecting some sort of tomcat/apache page. /var/lib/tomcat5/webapps is empty. where is tomcat index file located? On Fri, Mar 12, 2010 at 1:27 PM, David kerber wrote: > testwreq wreq wrote: > >> I cannot bring up the tomcat page http://serverhost:8005 >

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

tomcat administration

2010-05-07 Thread testwreq wreq
I have a new installation of tomcat on centos. My $CATALINA_HOME is /usr/share/tomcat5 and tomcat is running. http://localhost:8080 brings up the tomcat page & one of the option is "Administration". I would like to use this web interface and even give some of the test webapp users ability to resta

Re: tomcat administration

2010-05-07 Thread testwreq wreq
> wrote: > > From: testwreq wreq [mailto:testw...@gmail.com] > > Subject: tomcat administration > > > > I have a new installation of tomcat on centos. My $CATALINA_HOME is > > /usr/share/tomcat5 and tomcat is running. > > Care to tell us the *exact*

Re: tomcat administration

2010-05-07 Thread testwreq wreq
n (copy the new jar file to webapps folder), without > any further action required. > > I think you need to restart the whole server only when you want to update > some shared libraries. > > Massimo > > > > -Original Message- > From: testwreq wreq [mai

Re: tomcat administration

2010-05-07 Thread testwreq wreq
Thank you. I will read about virtua. hosting. On Fri, May 7, 2010 at 12:12 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: testwreq wreq [mailto:testw...@gmail.com] > > Subject: Re: tomcat administration > > > > I need ability for users to st

java.lang.NoSuchMethodError: method java.util.Collections.emptyMap with signature ()Ljava.util.Map; was not found.

2010-07-14 Thread testwreq wreq
I have a piece of code that retrieves data from oracle database XML type. It works on tomcat installation on ubuntu. But fails on CentOS. Any ideas? java.lang.NoSuchMethodError: method java.util.Collections.emptyMap with signature ()Ljava.util.Map; was not found. javax.xml.bind.JAXBContex

Re: java.lang.NoSuchMethodError: method java.util.Collections.emptyMap with signature ()Ljava.util.Map; was not found.

2010-07-14 Thread testwreq wreq
OS, would you? The > emptyMap method showed up in JDK 1.5... > > On Wed, Jul 14, 2010 at 9:35 AM, testwreq wreq wrote: > > I have a piece of code that retrieves data from oracle database XML type. > It > > works on tomcat installation on ubuntu. But fails on CentOS. Any idea

Re: java.lang.NoSuchMethodError: method java.util.Collections.emptyMap with signature ()Ljava.util.Map; was not found.

2010-07-14 Thread testwreq wreq
line of code being executed: > > return > newInstance(contextPath,classLoader,Collections.emptyMap()); > > Tomcat normally dumps out at least the value of its JRE_HOME env var > upon startup, can you verify that it's really using 1.6? > > On Wed, Jul 14, 2010 at 10:11 AM, tes

Re: java.lang.NoSuchMethodError: method java.util.Collections.emptyMap with signature ()Ljava.util.Map; was not found.

2010-07-14 Thread testwreq wreq
10 09:56:34 -0400 > > Subject: Re: java.lang.NoSuchMethodError: method > java.util.Collections.emptyMap with signature ()Ljava.util.Map; was not > found. > > From: kschnei...@gmail.com > > To: users@tomcat.apache.org > > > > You wouldn't happen to be using

Re: java.lang.NoSuchMethodError: method java.util.Collections.emptyMap with signature ()Ljava.util.Map; was not found.

2010-07-14 Thread testwreq wreq
It seems there is something wrong with the setup. How do I set the JRE_HOME? Also, /gcj-4.1.2 On Wed, Jul 14, 2010 at 10:46 AM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: testwreq wreq [mailto:testw...@gmail.com] > > Subject: Re: java.lang.NoSuchM

jsre_home is null

2010-07-14 Thread testwreq wreq
catalina logs are showing jre_home as null. Any ideas how to set it?

Re: jsre_home is null

2010-07-15 Thread testwreq wreq
ib/jvm/jre-1.4.2-gcj/bin/java * 2 /usr/lib/jvm/jre-1.6.0-openjdk.x86_64/bin/java + 3 /usr/local/jdk1.6.0_20/bin/java [r...@www2 conf]# echo $JAVA_HOME /usr/local/jdk1.6.0_20 On Wed, Jul 14, 2010 at 2:11 PM, Bob Hall wrote: > > > --- On Wed, 7/14/10 at 10:08 AM, t

Re: jsre_home is null

2010-07-15 Thread testwreq wreq
> Hash: SHA1 > > To whom it may concern, > > (Please set the name in your email client to something, or at least sign > your messages with your name.) > > On 7/15/2010 9:49 AM, testwreq wreq wrote: > > Hi, Thank you for responding. Below are the commands I used to check &g