RE: maxParameterCount with Tomcat 5.5.23

2012-05-24 Thread Haenni, Tia
nt: Friday, May 11, 2012 3:51 PM To: Tomcat Users List Subject: RE: maxParameterCount with Tomcat 5.5.23 > From: Haenni, Tia [mailto:thae...@burnsmcd.com] > Subject: RE: maxParameterCount with Tomcat 5.5.23 > I read some posts where it was apparently ignored and the default used >

RE: maxParameterCount with Tomcat 5.5.23

2012-05-11 Thread Caldarale, Charles R
> From: Haenni, Tia [mailto:thae...@burnsmcd.com] > Subject: RE: maxParameterCount with Tomcat 5.5.23 > I read some posts where it was apparently ignored and the default > used instead. It would be interesting to know who's publishing such garbage. > Can you

RE: maxParameterCount with Tomcat 5.5.23

2012-05-11 Thread Haenni, Tia
: maxParameterCount with Tomcat 5.5.23 2012/5/12 Haenni, Tia : > Chuck, > > Thank you for your response. Unfortunately, due to some company policies on > supporting packages as supplied by Red Hat, I am stuck with 5.5.23 for now. > > I've read the docs and I am aware of the setting for m

Re: maxParameterCount with Tomcat 5.5.23

2012-05-11 Thread Konstantin Kolinko
2012/5/12 Haenni, Tia : > Chuck, > > Thank you for your response. Unfortunately, due to some company policies on > supporting packages as supplied by Red Hat, I am stuck with 5.5.23 for now. > > I've read the docs and I am aware of the setting for maxParameterCount, which > is not set at all in m

RE: maxParameterCount with Tomcat 5.5.23

2012-05-11 Thread Haenni, Tia
uck.caldar...@unisys.com] Sent: Friday, May 11, 2012 3:19 PM To: Tomcat Users List Subject: RE: maxParameterCount with Tomcat 5.5.23 > From: Haenni, Tia [mailto:thae...@burnsmcd.com] > Subject: maxParameterCount with Tomcat 5.5.23 > A recent RHEL patch supplied the following Tomcat packages Note

RE: maxParameterCount with Tomcat 5.5.23

2012-05-11 Thread Caldarale, Charles R
> From: Haenni, Tia [mailto:thae...@burnsmcd.com] > Subject: maxParameterCount with Tomcat 5.5.23 > A recent RHEL patch supplied the following Tomcat packages Note that 5.5.23 is over five years old... You might want to consider installing a real Tomcat from tomcat.apache.org ins

maxParameterCount with Tomcat 5.5.23

2012-05-11 Thread Haenni, Tia
A recent RHEL patch supplied the following Tomcat packages which attempt to address a possible DoS attack as outlines at the link below: tomcat5-jasper-5.5.23-0jpp.31.el5_8 tomcat5-server-lib-5.5.23-0jpp.31.el5_8 tomcat5-servlet-2.4-api-5.5.23-0jpp.31.el5_8 tomcat5-jsp-2.0-api-5.5.23-0jpp.31.el5_

Re: problem with session replication in tomcat 5.5.23

2011-10-05 Thread Mark Eggers
- Original Message - > From: Gabriele Faelli > To: users@tomcat.apache.org > Cc: > Sent: Wednesday, October 5, 2011 1:17 AM > Subject: Re: problem with session replication in tomcat 5.5.23 > > Really any idea? > Il giorno 04/ott/2011 19:13, "Gabriele Fae

Re: problem with session replication in tomcat 5.5.23

2011-10-05 Thread Gabriele Faelli
Really any idea? Il giorno 04/ott/2011 19:13, "Gabriele Faelli" ha scritto: > Hi all, > I'm running tomcat 5.5.23 on two RHEL 5.6. > I'm having big trouble making the session replication working across these > two nodes. > I configured a cluster and it looks li

problem with session replication in tomcat 5.5.23

2011-10-04 Thread Gabriele Faelli
Hi all, I'm running tomcat 5.5.23 on two RHEL 5.6. I'm having big trouble making the session replication working across these two nodes. I configured a cluster and it looks like working: each node discovers the other one, I can see in the logs every received and transmitted ping. We

RE: Tomcat 5.5.23 installation issues

2011-04-18 Thread Caldarale, Charles R
From: Venkata Surapaneni [mailto:vsurapan...@imedx.com] Subject: RE: Tomcat 5.5.23 installation issues > > Is there any particular reason to use that version? > There is no particular reason to use this version. I just need to > stick to Tomcat 5 and so I downloaded the la

Re: Tomcat 5.5.23 installation issues

2011-04-18 Thread André Warnier
Venkata Surapaneni wrote: Hi, I have installed Tomcat 5.5.23 on Windows 2008,32 bit and Java 1.6.0_23 . The installation completed fine. When I typed in localhost:8080 on the web page Tomcat home page is displayed indicating that Tomcat installation is done. Where is the

RE: Tomcat 5.5.23 installation issues

2011-04-18 Thread Venkata Surapaneni
mcat Users List Subject: Re: Tomcat 5.5.23 installation issues On 18 April 2011 11:48, Venkata Surapaneni wrote: > I have installed Tomcat 5.5.23 on Windows 2008,32 bit > and Java 1.6.0_23 . The installation completed fine. > > When I typed in localhost:8080 on the w

Re: Tomcat 5.5.23 installation issues

2011-04-18 Thread Peter Crowther
On 18 April 2011 11:48, Venkata Surapaneni wrote: >I have installed Tomcat 5.5.23 on Windows 2008,32 bit and > Java 1.6.0_23 . The installation completed fine. > > When I typed in localhost:8080 on the web page Tomcat home page is > displayed indicating that Tomc

Tomcat 5.5.23 installation issues

2011-04-18 Thread Venkata Surapaneni
Hi, I have installed Tomcat 5.5.23 on Windows 2008,32 bit and Java 1.6.0_23 . The installation completed fine. When I typed in localhost:8080 on the web page Tomcat home page is displayed indicating that Tomcat installation is done. But when I type the ip address of the

Re: Tomcat 5.5.23 with SSL

2011-02-14 Thread Crypto Sal
Hi Alexander, As Mark has previously mentioned, there's no entry type of 'privateKeyEntry' which is *required* for the certificate to work. I suspect what has happened is that you might not have been in the directory with your keystore file or you did not specify the right keystore as keytool

RE: Tomcat 5.5.23 with SSL

2011-02-14 Thread Shaun Farrugia
: Tomcat 5.5.23 with SSL On 14/02/2011 15:45, Alexander Mills wrote: > For reference, > > keytool -list -keystore keystore.kdb > [root@localhost tomcat5]# keytool -list -keystore keystore.kdb Enter > keystore password: > > Keystore type: JKS > Keystore provider: SUN >

Re: Tomcat 5.5.23 with SSL

2011-02-14 Thread Mark Thomas
On 14/02/2011 15:45, Alexander Mills wrote: > For reference, > > keytool -list -keystore keystore.kdb > [root@localhost tomcat5]# keytool -list -keystore keystore.kdb > Enter keystore password: > > Keystore type: JKS > Keystore provider: SUN > > Your keystore contains 1 entry > > tomcat, Feb 14

Re: Tomcat 5.5.23 with SSL

2011-02-14 Thread Alexander Mills
AM To: users@tomcat.apache.org Subject: Tomcat 5.5.23 with SSL Hi I'm having issues with using a signed SSL certificate from thawte.com with tomcat 5.5.23. My server.xml contains the following: /var/log/tomcat5/catalina.out reports the following: LifecycleException: service.ge

Re: Tomcat 5.5.23 with SSL

2011-02-14 Thread Alexander Mills
, February 14, 2011 8:04 AM To: users@tomcat.apache.org Subject: Tomcat 5.5.23 with SSL Hi I'm having issues with using a signed SSL certificate from thawte.com with tomcat 5.5.23. My server.xml contains the following: /var/log/tomcat5/catalina.out reports the foll

RE: Tomcat 5.5.23 with SSL

2011-02-14 Thread Shaun Farrugia
Is the keystore file available to be read/executed by the user running tomcat? -Original Message- From: Alexander Mills [mailto:alexander.mi...@psycle.com] Sent: Monday, February 14, 2011 8:04 AM To: users@tomcat.apache.org Subject: Tomcat 5.5.23 with SSL Hi I'm having issues

Tomcat 5.5.23 with SSL

2011-02-14 Thread Alexander Mills
Hi I'm having issues with using a signed SSL certificate from thawte.com with tomcat 5.5.23. My server.xml contains the following: /var/log/tomcat5/catalina.out reports the following: LifecycleException: service.getName(): "Catalina"; Protocol handler

RE: Cannot connect to tomcat 5.5.23 on RedHat Linux

2011-02-02 Thread Caldarale, Charles R
> From: Sanford Stein [mailto:sanford.st...@cybertools.biz] > Subject: Cannot connect to tomcat 5.5.23 on RedHat Linux > After updating to Red Hat's latest version of tomcat 5 Unfortunate that you're not using a real Tomcat from tomcat.apache.org. >   at gnu.java.net.P

Re: Cannot connect to tomcat 5.5.23 on RedHat Linux

2011-02-02 Thread Konstantin Kolinko
2011/2/2 Sanford Stein > > After updating to Red Hat's latest version of tomcat 5 What version (x.y.z) of Tomcat is that? >    at gnu.java.net.PlainSocketImpl.connect(libgcj.so.7rh) GNU's Java isn't usable. Throw it away. You may search the list archives for "libgcj" --

Re: Tomcat 5.5.23 request.getAttribute("foo") returns unexpected NULL

2010-08-23 Thread Thomas Treitlinger
Hello Chris and Konstantin, thanks for all your suggestions - we finally tracked down the issue, and it turns out the root cause here was a flawed deployment process. In order to preserve the application's context.xml file during software upgrades, our service engineers stop Tomcat, then remove t

Re: Tomcat 5.5.23 request.getAttribute("foo") returns unexpected NULL

2010-08-19 Thread Konstantin Kolinko
uest.getAttribute("foo") > Maybe somebody calls your page directly? The usual solution to avoid that is to move the page into WEB-INF directory. You can , but nobody can call it directly. Also there is one more possible catch: if 'c:' prefix is not associated with a tagli

Re: Tomcat 5.5.23 request.getAttribute("foo") returns unexpected NULL

2010-08-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas, On 8/13/2010 8:23 AM, Thomas Treitlinger wrote: > <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"; %> Something just occurred to me: do you have a servlet "2.5" version declared in your webapp's web.xml file? If not, I think you

Re: Tomcat 5.5.23 request.getAttribute("foo") returns unexpected NULL

2010-08-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas, On 8/13/2010 8:23 AM, Thomas Treitlinger wrote: > Using your code, I get the same output, and > unable to print the value using , but that's not what I'm > trying to do. Right: I was just wondering if there was some other misconfiguration or

Re: Tomcat 5.5.23 request.getAttribute("foo") returns unexpected NULL

2010-08-13 Thread Thomas Treitlinger
Hi Chris, thanks for your reply. Using your code, I get the same output, and unable to print the value using , but that's not what I'm trying to do. Most of the time this application works as intended, here is some more detail: * The JSPs are dumb landing pages - only used to track which URL was

Re: Tomcat 5.5.23 request.getAttribute("foo") returns unexpected NULL

2010-08-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 8/12/2010 9:25 AM, Thomas Treitlinger wrote: > Hello, > > I have a number of JSP pages which use the JSTL core library to set a > request attribute like this: > FOO-VALUE > > The JSPs then forward to a Servlet like this: > > > The Servlet late

Tomcat 5.5.23 request.getAttribute("foo") returns unexpected NULL

2010-08-12 Thread Thomas Treitlinger
VALUE". However after running without any problem for days, request.getAttribute("foo") suddenly starts returning NULL, causing NullPointerExceptions later on. The application was running in Tomcat 5.5.23 (Linux/Slackware) for approx 10 days until these exceptions started occurring

Re: Struts App dispatcher error on Tomcat 5.5.23

2010-07-27 Thread Venkat Tanga
Thanks for your suggestion Kolinko. But it didn't help to solve my problem, on top of that, it was causing another issue in page re-directing when ever I click on home page link(my application is cache controlled). Best Regards, Venkat. Konstantin Kolinko wrote: 2010/7/27 Venkat Tanga :

Re: Struts App dispatcher error on Tomcat 5.5.23

2010-07-27 Thread Konstantin Kolinko
2010/7/27 Venkat Tanga : > I guess it is because of the servlet version changes from 2.3 to 2.4., from > Tomcat 5.0.18 to 5.5.23, isn't it ? No. Tomcat 5.0 and 5.5 both implement the same version of specifications (Servlet 2.4 / JSP 2.0). > > Any suggestions on this is highly appreciable. > 1. T

Re: Struts App dispatcher error on Tomcat 5.5.23

2010-07-27 Thread Venkat Tanga
stack trace. Can any one plz suggest me on this. Does any of my old libraries methods are leading to this problem in the new Tomcat 5.5.23 environment in application re-direction? Jul 27, 2010 11:45:03 AM org.apache.catalina.core.ApplicationDispatcher invoke SEVERE: Servlet.service() for servle

Struts App dispatcher error on Tomcat 5.5.23

2010-07-26 Thread Venkat Tanga
on :  Jdk 1.4 , Struts 1.1, Cocoon 2.0.4.           Plz find the below mentioned Error stack trace. Can any one plz suggest  me on this. Does any of my old libraries methods are leading to this problem in the new Tomcat 5.5.23 environment in application re-direction? Jul 27, 2010 11:45:03 AM

RE: Cocoon 2.0.4 with Tomcat 5.5.23

2010-07-26 Thread Caldarale, Charles R
> From: Venkat Tanga [mailto:venkateswararao.ta...@oracle.com] > Subject: Re: Cocoon 2.0.4 with Tomcat 5.5.23 > > But my application was developed on Jdk 1.4, that's why > because of the version compatibility constraints I cant > go ahead with Tomcat 6.x. Why not? Almo

Re: Cocoon 2.0.4 with Tomcat 5.5.23

2010-07-26 Thread Venkat Tanga
wrote: Hi All, Does Tomcat 5.5.23 supports Apache Cocoon 2.0.4 ., till now I am using Tomcat 5.0.18 which is working fine with Cocoon 2.0.4. Tomcat supports Servlet Spec compliant applications. ... and it's backwards compatible, so 99% of apps running on 5.0 will run o

Re: Cocoon 2.0.4 with Tomcat 5.5.23

2010-07-24 Thread Pid
On 23/07/2010 23:59, Pid wrote: > On 23 Jul 2010, at 19:51, Venkat Tanga > wrote: > >> Hi All, >> >> Does Tomcat 5.5.23 supports Apache Cocoon 2.0.4 ., till now I am using >> Tomcat 5.0.18 which is working fine with Cocoon 2.0.4. > > Tomcat suppo

Re: Cocoon 2.0.4 with Tomcat 5.5.23

2010-07-23 Thread Pid
On 23 Jul 2010, at 19:51, Venkat Tanga wrote: > Hi All, > > Does Tomcat 5.5.23 supports Apache Cocoon 2.0.4 ., till now I am using > Tomcat 5.0.18 which is working fine with Cocoon 2.0.4. Tomcat supports Servlet Spec compliant applications. p > -- >

Cocoon 2.0.4 with Tomcat 5.5.23

2010-07-23 Thread Venkat Tanga
Hi All, Does Tomcat 5.5.23 supports Apache Cocoon 2.0.4 ., till now I am using Tomcat 5.0.18 which is working fine with Cocoon 2.0.4. -- Regards, Venkat - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org

Re: Tomcat 5.5.23 server startup issue

2010-07-20 Thread Venkat Tanga
Hi Pid, Thanks for your reply, It seems that the problem is with some of the jars those which are I added from my older environment(tomcat 5.0.18). So I have freshly added jars one bye one & tested, now I am not facing this issue. Regards, Venkat Pid wrote: On 19/07/2010 17:23, Venka

Re: Tomcat 5.5.23 server startup issue

2010-07-19 Thread Pid
On 19/07/2010 17:23, Venkat Tanga wrote: > *Hi All, > > I am facing the below mentioned issues in the server startup. hence > the server is not starting up. > > Can any one plz help me how to resolve these issues. * > > Jul 19, 2010 9:41:30 PM org.apache.catalina.startup.HostConfig > de

Tomcat 5.5.23 server startup issue

2010-07-19 Thread Venkat Tanga
*Hi All, I am facing the below mentioned issues in the server startup. hence the server is not starting up. Can any one plz help me how to resolve these issues. * Jul 19, 2010 9:41:30 PM org.apache.catalina.startup.HostConfig deployDescriptor SEVERE: Error deploying configuration d

RE: Tomcat 5.0.18 to Tomcat 5.5.23 upgrade issues

2010-07-13 Thread Caldarale, Charles R
> From: Venkat Tanga [mailto:venkateswararao.ta...@oracle.com] > Subject: Tomcat 5.0.18 to Tomcat 5.5.23 upgrade issues > > I am upgrading the web server Tomcat 5.0.18 to Tomcat 5.5.23 Why would you "upgrade" to a version of Tomcat that's more than two years old? If

Tomcat 5.0.18 to Tomcat 5.5.23 upgrade issues

2010-07-13 Thread Venkat Tanga
Hi, I am upgrading the web server Tomcat 5.0.18 to Tomcat 5.5.23 for my Struts 1.1 based web application. I am facing JNDI configuration & Logging files creation issues in Tomcat 5.5.23. Till now I am using tomcat 5.0.18. Now I need to upgrade my J2SE 1.4 based

Re: el-api jar versions for tomcat 5.5.23

2010-06-14 Thread Mark Thomas
On 14/06/2010 14:27, Richard Nduka wrote: Hi, I am trying to deply an application to tomcat 5.5 running on Java 1.6. I want to know what versions of el-api.jar and el-impl.jar work with tomcat 5.5.23? Tomcat 5.5.x supports JSP 2.0 / EL 2.0. All the necessary JARs for EL support are provided

el-api jar versions for tomcat 5.5.23

2010-06-14 Thread Richard Nduka
Hi, I am trying to deply an application to tomcat 5.5 running on Java 1.6. I want to know what versions of el-api.jar and el-impl.jar work with tomcat 5.5.23? Thanks

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

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

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

Re: Tomcat 5.5.23 keeps starting threads until OS runs out of memory

2009-07-14 Thread Rahman Akhlaqur
les R" To: Tomcat Users List Sent: Tuesday, 14 July, 2009 13:00:53 Subject: RE: Tomcat 5.5.23 keeps starting threads until OS runs out of memory > From: Rahman Akhlaqur [mailto:aki...@yahoo.co.uk] > Subject: Re: Tomcat 5.5.23 keeps starting threads until OS runs out of > memory > &g

RE: Tomcat 5.5.23 keeps starting threads until OS runs out of memory

2009-07-14 Thread Caldarale, Charles R
> From: Rahman Akhlaqur [mailto:aki...@yahoo.co.uk] > Subject: Re: Tomcat 5.5.23 keeps starting threads until OS runs out of > memory > > I have some more info about the issue that I think is related. I found > our Tomcat executable is also establishing a lot of TCP connecti

Re: Tomcat 5.5.23 keeps starting threads until OS runs out of memory

2009-07-14 Thread Rahman Akhlaqur
stop all those selector threads from persisting? - Original Message From: "Caldarale, Charles R" To: Tomcat Users List Sent: Tuesday, 14 July, 2009 2:59:36 Subject: RE: Tomcat 5.5.23 keeps starting threads until OS runs out of memory > From: Christopher Schul

RE: Tomcat 5.5.23 keeps starting threads until OS runs out of memory

2009-07-13 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: Tomcat 5.5.23 keeps starting threads until OS runs out of > memory > > I'm surprised you're not hitting a thread maximum in the OS > and halting the JVM. I'm not aware of any

Re: Tomcat 5.5.23 keeps starting threads until OS runs out of memory

2009-07-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahman, On 7/13/2009 9:13 AM, Rahman Akhlaqur wrote: > Hi > > I am having an issue with Tomcat starting too many selector threads. > I have got some stack trace info about these threads as below: > > SelectorThread > sun.nio.ch.PollArrayWrapper.pol

Tomcat 5.5.23 keeps starting threads until OS runs out of memory

2009-07-13 Thread Rahman Akhlaqur
Hi I am having an issue with Tomcat starting too many selector threads. I have got some stack trace info about these threads as below: SelectorThread sun.nio.ch.PollArrayWrapper.poll0 ( native code ) sun.nio.ch.PollArrayWrapper.poll ( PollArrayWrapper.java:74 ) sun.nio.ch.WindowsSelectorImpl

Tomcat 5.5.23 disappearing web.xml on unstable NFS mount

2009-06-06 Thread Marco van Hattem
Hi, I've got a redhat system where seemingly at random, some applications are losing the WEB-INF/web.xml file. It looks like there is a problem with the NFS mount where the application lives, but I don't understand why the web.xml would disappear when there are timeouts on the nfs mount. The cata

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-05-02 Thread Rahman Akhlaqur
: Tomcat Users List Cc: p...@pidster.com Sent: Friday, 1 May, 2009 18:07:42 Subject: Re: Tomcat 5.5.23 stops listening to requests on SSL port -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahman, On 5/1/2009 9:24 AM, Rahman Akhlaqur wrote: > The SSL is terminated at the load balancers, so

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-05-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rahman, On 5/1/2009 9:24 AM, Rahman Akhlaqur wrote: > The SSL is terminated at the load balancers, so the request is then a > http request on port 8443 to our apache webserver (we use this to > resolve multiple hostnames to just a few virtual hosts) w

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-05-01 Thread Pid
t the request > is being sent at all? > > What method are you using to connect HTTPD to Tomcat? mod_jk or > mod_proxy (or something else)? > > Can you enable logs and a status worker to check on what happens when > the connection dies? > > > p > > > &g

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-05-01 Thread André Warnier
useful to also do a "ps -ef" to see the relationship between process-id and programs) - Original Message From: Pid To: Tomcat Users List Sent: Thursday, 30 April, 2009 16:59:25 Subject: Re: Tomcat 5.5.23 stops listening to requests on SSL port Rahman Akhlaqur wrote: H

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-05-01 Thread Pid
> - Original Message > From: Pid > To: Tomcat Users List > Sent: Thursday, 30 April, 2009 16:59:25 > Subject: Re: Tomcat 5.5.23 stops listening to requests on SSL port > > Rahman Akhlaqur wrote: >> Hi >> >> I am having an issue with

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-05-01 Thread Rahman Akhlaqur
log - this points to Tomcat not even listening properly on port 8443. The other port (8080) is working okay though. - Original Message From: Pid To: Tomcat Users List Sent: Thursday, 30 April, 2009 16:59:25 Subject: Re: Tomcat 5.5.23 stops listening to requests on SSL port Rahman

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-04-30 Thread André Warnier
Rahman Akhlaqur wrote: Hi I am having an issue with my Tomcat server not responding on the SSL port. I reported this as a possible bug but this was rejected as a config issue. More info as below: The Tomcat connector is configured as below The issue is that Tomcat stops listening o

Re: Tomcat 5.5.23 stops listening to requests on SSL port

2009-04-30 Thread Pid
Rahman Akhlaqur wrote: > Hi > > I am having an issue with my Tomcat server not responding on the SSL port. I > reported this as a possible bug but this was rejected as a config issue. More > info as below: > > The Tomcat connector is configured as below > > port="8080" maxHttpHeaderSize="

Tomcat 5.5.23 stops listening to requests on SSL port

2009-04-30 Thread Rahman Akhlaqur
Hi   I am having an issue with my Tomcat server not responding on the SSL port. I reported this as a possible bug but this was rejected as a config issue. More info as below:   The Tomcat connector is configured as below The issue is that Tomcat stops listening on port 8443 after a wh

Re: Sessions not releasing for apache-tomcat 5.5.23

2008-12-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sudip, sudip pattanayak wrote: > We are using apache-tomcat for our Web Application. We do not allow > to same users to log on from two instances of the application. > So if the user is active from one session and then if he tries to log > on from ano

Re: Sessions not releasing for apache-tomcat 5.5.23

2008-12-21 Thread Kees Jan Koster
Dear Sudip, But recently there are couple of occasions where one or more users are failing to forcefully logoff the session.(thelogs shows clearly the pending sessions keeps on increasing and the value unbound is never called for the particular user failing to forcefully logoff. Well, we canno

Sessions not releasing for apache-tomcat 5.5.23

2008-12-18 Thread sudip pattanayak
Hi, We are using apache-tomcat for our Web Application. We do not allow to same users to log on from two instances of the application. So if the user is active from one session and then if he tries to log on from another session, we forcefully logoff the user from the previous session. But recent

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-13 Thread Filip Hanik - Dev Lists
50 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.23 13-Nov-08 2:01:50 PM org.apache.catalina.core.StandardHost start INFO: XML validation disabled 13-Nov-08 2:01:50 PM org.apache.catalina.cluster.tcp.SimpleTcpCluster start INFO: Cluster is about to start 13-Nov-08 2:01:

RE: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-13 Thread Caldarale, Charles R
> From: Gustavo Araujo [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared) > > Thanks for your response, but the cluster members continue to > disappear! =( > > java.library.path: /usr/lib64/gcj-4.1.2 Just a thought: you're not

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-13 Thread Gustavo Araujo
INFO: Starting service Catalina 13-Nov-08 2:01:50 PM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.23 13-Nov-08 2:01:50 PM org.apache.catalina.core.StandardHost start INFO: XML validation disabled 13-Nov-08 2:01:50 PM

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-12 Thread Filip Hanik - Dev Lists
increase mcastDropTime="3000" to mcastDropTime="3" Gustavo Araujo wrote: Hello! I'm trying to finish my configuration of the cluster. But i get the message of 'memberDisappeared' in both nodes: Node1: 12-Nov-08 5:30:36 PM org.apache.catalina.cluster.tcp.SimpleTcpCluster memberAdded I

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-12 Thread Gustavo Araujo
It is not working for me =[ 2008/11/12 Gustavo Araujo <[EMAIL PROTECTED]> > Alberto, > > Could you please send me the complete configurations of both nodes, this > that you sent to me is missing something. =( > > Thanks a lot for you fast reply! > > 2008/11/12 Alberto Jesus La Rosa Agramonte <[EM

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-12 Thread Gustavo Araujo
Alberto, Could you please send me the complete configurations of both nodes, this that you sent to me is missing something. =( Thanks a lot for you fast reply! 2008/11/12 Alberto Jesus La Rosa Agramonte <[EMAIL PROTECTED]> > hello thats my configurations files, and work without problems. > > cl

Re: Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-12 Thread Alberto Jesus La Rosa Agramonte
hello thats my configurations files, and work without problems. cluster 1 cluster 2

Tomcat 5.5.23 Cluster Problem - (memberDisappeared)

2008-11-12 Thread Gustavo Araujo
Hello! I'm trying to finish my configuration of the cluster. But i get the message of 'memberDisappeared' in both nodes: Node1: 12-Nov-08 5:30:36 PM org.apache.catalina.cluster.tcp.SimpleTcpCluster memberAdded INFO: Replication member added:org.apache.catalina.cluster.mcast.McastMember[tcp://172

  1   2   3   >