Configuring apache start up at boot and apache Manager GUI

2011-04-25 Thread TSGX
Hi guys, I am currently using redhat enterprise linux version 4 update 6. I installed apache tomcat in my test server and it is working (it says that it is installed when i put localhost:8080 in my browser). Now I have 2 questions that I would like to ask. The first is, how do I configure my tom

RE: Tomcat 6 Context not created, deployment fails

2011-04-25 Thread Caldarale, Charles R
> From: John G. [mailto:unfolding...@gmail.com] > Subject: Re: Tomcat 6 Context not created, deployment fails > In regards to your recommendations, the documentation and > in line with multiple contexts sharing a single war file: > - the situation is like the one above Not sure what that means

RE: can't see GUI in Redhat Linux

2011-04-25 Thread Caldarale, Charles R
> From: TSGX [mailto:cy...@yahoo.com.sg] > Subject: Re: can't see GUI in Redhat Linux > i am not sure if this is the thread to address the problem It's not. > (im not sure of how to start a new thread) Rule 1: don't use nabble Rule 2: use an actual e-mail client Rule 3: start a new thread by

Re: can't see GUI in Redhat Linux

2011-04-25 Thread TSGX
i am not sure if this is the thread to address the problem (im not sure of how to start a new thread), so im posting the question here. I am using redhat enterprise linux version 4 update 6. I installed apache tomcat in my test server and it is working. I got 2 questions I would like to ask. The

Re: Tomcat 6 Context not created, deployment fails

2011-04-25 Thread John G .
Mark Thomas apache.org> writes: > > On 22/03/2011 21:53, Billy Bacon wrote: > > Awesome Mark, that worked perfectly! > > > > I'd like to actually run the app out of the war file without exploding it and I was able to accomplish this by > setting unpackWARs="false" in the server.xml. > > It s

RE: Applying Tomcat Patches

2011-04-25 Thread Asha K S
HI Chuck Oops Gotchya .. Thanks, Asha -Original Message- From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] Sent: Tuesday, April 26, 2011 6:49 AM To: Tomcat Users List Subject: RE: Applying Tomcat Patches > From: Asha K S [mailto:a...@adobe.com] > Subject: RE: Applying Tom

RE: Applying Tomcat Patches

2011-04-25 Thread Caldarale, Charles R
> From: Asha K S [mailto:a...@adobe.com] > Subject: RE: Applying Tomcat Patches > Can you please point me to the link where I can download > Tomcat patches from ? You missed the point: don't try to download patches, just get the tar or zip release files from the Tomcat download page; the patc

RE: Applying Tomcat Patches

2011-04-25 Thread Asha K S
HI Chuck, Thanks a lot for getting back on this. Can you please point me to the link where I can download Tomcat patches from ? Every time I searched for I only found .patch files like in http://people.apache.org/~rjung/patches/ or this link http://tomcat.apache.org/security-7.html#Fixed_in_Ap

CPing/CPong issue ever with mod_jk 1.2.31

2011-04-25 Thread Fernando Mercês
Hello. I'm having the error reported on ticket 49413 [1] but I'm using the newest mod_jk version. I also confirmed the patch explained in ticket by looking at source code. I'm using JBoss 4.2.3 AS with Tomcat 5.5. These lines are from mod_jk.log file. Can anyone help me on how to interpret these

Re: Facelets webapp can't start on Tomcat 6.0.32

2011-04-25 Thread Martin Grotzke
On 04/25/2011 10:39 PM, Fahmi Hachicha wrote: > INFO: Deploying web application archive FaceletTest1.war > 25 avr. 2011 18:53:08 org.apache.catalina.core.StandardContext start > SEVERE: Error listenerStart Such errors are logged with more details in $CATALINA_HOME/logs/localhost.*.log This should

Re: can't see GUI in Redhat Linux

2011-04-25 Thread André Warnier
TSGX wrote: wadi wadi wrote: Hi, I installed Apache tomcat 7.0.8 on my RedHat linux machine. When launching tomcat using ./startup.sh the following is displayed but I can't see the Tomcat gui window that displays the log information as on a Windows machine. Using CATALINA_BASE: /home/user

Facelets webapp can't start on Tomcat 6.0.32

2011-04-25 Thread Fahmi Hachicha
Hello, I am starting using Facelets. I prepare a simple webapp from a tutorial, when deploying the webapp, Tomcat 6.0.32 can't start the webapp and reports : INFO: Deploying web application archive FaceletTest1.war 25 avr. 2011 18:53:08 org.apache.catalina.core.StandardContext start SEVERE: Error

RE: Applying Tomcat Patches

2011-04-25 Thread Caldarale, Charles R
> From: Asha K S [mailto:a...@adobe.com] > Subject: Applying Tomcat Patches > Can someone please point me to the documentation which specifies > the steps to follow to patch the Tomcat server with the latest > security patches released. 1) download the latest .tar.gz or .zip file for the major

Re: Problems deploying a servlet on ubuntu

2011-04-25 Thread David Smith
Hi Karl. The tomcat service set's it's own JAVA_HOME and CATALINA_HOME environment variables. Just a quick look in /etc/init.d/tomcat6 will show that. My installation of tomcat 6 on Ubuntu has webapps deployed to /var/lib/tomcat6/webapps, not /usr/share/tomcat6/webapps. The later directory doe

Applying Tomcat Patches

2011-04-25 Thread Asha K S
Hi, Can someone please point me to the documentation which specifies the steps to follow to patch the Tomcat server with the latest security patches released. Thanks, Asha

Re: Problems deploying a servlet on ubuntu

2011-04-25 Thread Karl Schmitt
Dear Marin, thanks for your reply :-) please verify is one of those environment variable pointing to the wrong place? karl@sonoma:~$ sudo -s [sudo] password for karl: root@sonoma:~# echo $JAVA_HOME /usr/lib/jvm/java-1.6.0-openjdk root@sonoma:~# echo $CATALINA_HOME /usr/share/tomcat6 root@sonoma:

pure tomcat failover (no loadbalacing)

2011-04-25 Thread Guillaume Favier
Hi, I have 2 tomcat 5.5 server. Each of them handling a set (50+) of third party webapps name /ABC* and /DEF*. Each of these webapp is quite memory consumming when started (more than 300M). I would like all connection to ABC* webapps be handled by tomcat server 1, and connection to webapps DEF* to

Re: can't see GUI in Redhat Linux

2011-04-25 Thread TSGX
wadi wadi wrote: > > Hi, > > I installed Apache tomcat 7.0.8 on my RedHat linux machine. When launching > tomcat using ./startup.sh the following is displayed but I can't see the > Tomcat gui window that displays the log information as on a Windows > machine. > > > Using CATALINA_BASE: /ho