Re: endpoint.warn.unlockAcceptorFailed

2011-09-28 Thread Konstantin Kolinko
2011/9/27 Konstantin Kolinko knst.koli...@gmail.com: 2011/9/27 Konstantin Kolinko knst.koli...@gmail.com: 2011/9/27 Leo Donahue - PLANDEVX leodona...@mail.maricopa.gov: Tomcat 6.0.32 and 6.0.33 32-bit windows zip - Windows XP Pro Running the shutdown.bat script, on .32 and .33, hung at trying

2 servlets on tomcat.

2011-09-28 Thread ilyal levin
Hi I have installed tomcat v6 on port 8080, wrote a simple java program (eclipse 3.7) and now i have my servlet running. now i want to write another servlet, how can i define tomcat so that i can run both servlets at the same time? or maybe it is not possible. Thanks a lot.

Re: 2 servlets on tomcat.

2011-09-28 Thread André Warnier
ilyal levin wrote: Hi I have installed tomcat v6 on port 8080, wrote a simple java program (eclipse 3.7) and now i have my servlet running. now i want to write another servlet, how can i define tomcat so that i can run both servlets at the same time? or maybe it is not possible. You really do

RE: 2 servlets on tomcat.

2011-09-28 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: 2 servlets on tomcat. ilyal levin wrote: I have installed tomcat v6 on port 8080, wrote a simple java program (eclipse 3.7) and now i have my servlet running. now i want to write another servlet, how can i define tomcat so

Re: 2 servlets on tomcat.

2011-09-28 Thread André Warnier
Caldarale, Charles R wrote: From: André Warnier [mailto:a...@ice-sa.com] Subject: Re: 2 servlets on tomcat. ilyal levin wrote: I have installed tomcat v6 on port 8080, wrote a simple java program (eclipse 3.7) and now i have my servlet running. now i want to write another servlet, how can i

Using namespaces within XML documents produced from JSPXs

2011-09-28 Thread Paul Wilson
Hi there, I'm trying use taglibs with a JSPX page, but also specify a namespace declaration for elements rendered by the JSP. An example: foo:xyz xmlns:foo=path/to/foo/ns xmlns:bar=path/to/bar/ns foo:p/ bar:q/ /foo:xyz In the above example, I have a taglib registered for only 'foo',

TOMCAT-7.0 and SSL issues

2011-09-28 Thread Alexandre Adao
I have a CAS server on Apache-Tomcat-7.0.19 on Windows 2008 and I need to apply the SSL. I followed this instructions ( https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method ),but when Apache restarts, I have the follwing error:  

Re: TOMCAT-7.0 and SSL issues

2011-09-28 Thread Konstantin Kolinko
2011/9/28 Alexandre Adao aad...@yahoo.com: I have a CAS server on Apache-Tomcat-7.0.19 on Windows 2008 and I need to apply the SSL. I followed this instructions ( https://wiki.jasig.org/display/CASUM/Best+Practice+-+Setting+Up+CAS+Locally+using+the+Maven2+WAR+Overlay+Method ),but when

Re: Using namespaces within XML documents produced from JSPXs

2011-09-28 Thread Konstantin Kolinko
2011/9/28 Paul Wilson paulalexwil...@gmail.com: Hi there, 1. What exactly build of Tomcat x.y.z you are using? I'm trying use taglibs with a JSPX page, but also specify a namespace declaration for elements rendered by the JSP. An example: foo:xyz xmlns:foo=path/to/foo/ns

Re: TOMCAT-7.0 and SSL issues

2011-09-28 Thread Marvin Addison
My  question is, why my first aproach didn't work ? Likely because you specified the APR connector somewhere in your connector config, yet the SSL instructions you cited for CAS describe the setup for the pure-java connectors. APR is a different (but friendly) beast. M

Re: TOMCAT-7.0 and SSL issues

2011-09-28 Thread Pid
On 28/09/2011 17:17, Alexandre Adao wrote: Please start a new email, rather than replying to an existing thread 2 servlets on tomcat. This is called thread hijacking. p signature.asc Description: OpenPGP digital signature

Re: Using namespaces within XML documents produced from JSPXs

2011-09-28 Thread Konstantin Kolinko
2011/9/28 Konstantin Kolinko knst.koli...@gmail.com: 2011/9/28 Paul Wilson paulalexwil...@gmail.com: Hi there, 1. What exactly build of Tomcat x.y.z  you are using? I'm trying use taglibs with a JSPX page, but also specify a namespace declaration for elements rendered by the JSP. An

Re: Incorporating changes and compiling Tomcat

2011-09-28 Thread Pid
On 27/09/2011 21:58, gilbert.be...@bcbssc.com wrote: Can any one please direct me to instructions on how to incorporate fixes and then recompile. Target OS is Windows Server 2003. Thanks! Note: Tomcat doesn't issue patches, a new version is released. Unless you are planning to write patches

RE: Incorporating changes and compiling Tomcat

2011-09-28 Thread Wilde, Bruce R.
So, what are security minded system administrators to do about mitigating CVE-2011-3190 against V6.0.33? From the http://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.34_( not_yet_released) page Mitigation options: Upgrade to Tomcat 6.0.34. [Ed. What is the expected

Re: Incorporating changes and compiling Tomcat

2011-09-28 Thread Konstantin Kolinko
2011/9/28 Wilde, Bruce R. bruce.r.wi...@saic.com: So, what are security minded system administrators to do about mitigating CVE-2011-3190 against V6.0.33? From the http://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.34_( not_yet_released) page Mitigation options:        

RE: Incorporating changes and compiling Tomcat

2011-09-28 Thread GILBERT.BERRY
Unfortunately, the government won't let we wait. Maybe patches is the wrong word. For instance the updated code for AjpAprProcessor.java and AjpProcessor.java needed to fix CVE-2011-3190 is available and has been incorporated into 6.0.34, they just haven't released it yet. So what I trying

RE: Incorporating changes and compiling Tomcat

2011-09-28 Thread GILBERT.BERRY
Thank you. I guess all I need now is caffeine. Gilbert Berry Blue Cross/Blue Shield of South Carolina Tricare Post Adjudication Reporting (803) 763-1873 x 31873 (803) 466-7282 cell gilbert.be...@mytricare.com THIS EMAIL IS CONFIDENTIAL http://www.bcbssc.com/confidentiality.htm -Original

connection pooling configuration for DB2 in tomcat

2011-09-28 Thread rad muthu
All, I am looking for DB2 connection pooling configuration used in DB2. Thanks Krish

Re: Incorporating changes and compiling Tomcat

2011-09-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruce, On 9/28/2011 1:44 PM, Wilde, Bruce R. wrote: So, what are security minded system administrators to do about mitigating CVE-2011-3190 against V6.0.33? This is the option I chose: (c) Configure both Tomcat and the reverse proxy to use a

Re: Incorporating changes and compiling Tomcat

2011-09-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gilbert, On 9/28/2011 1:58 PM, gilbert.be...@bcbssc.com wrote: Unfortunately, the government won't let we wait. Maybe patches is the wrong word. For instance the updated code for AjpAprProcessor.java and AjpProcessor.java needed to fix

Re: Incorporating changes and compiling Tomcat

2011-09-28 Thread Pid
On 28/09/2011 18:44, Wilde, Bruce R. wrote: So, what are security minded system administrators to do about mitigating CVE-2011-3190 against V6.0.33? From the http://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.34_( not_yet_released) page Mitigation options:

Seeking tips on multi-host, multi-context deployments

2011-09-28 Thread Sam Hokin
Hi, folks. I've got what I consider to be a fairly significant production implementation of Tomcat with, currently, 89 contexts in 30 hosts on two concurrent servers. Everything works fine ... except when it doesn't. As the number of contexts and hosts have increased, there have been more and

Re: Seeking tips on multi-host, multi-context deployments

2011-09-28 Thread David Kerber
On 9/28/2011 7:25 PM, Sam Hokin wrote: Hi, folks. I've got what I consider to be a fairly significant production implementation of Tomcat with, currently, 89 contexts in 30 hosts on two concurrent servers. Everything works fine ... except when it doesn't. As the number of contexts and hosts

Re: Seeking tips on multi-host, multi-context deployments

2011-09-28 Thread Igor Cicimov
If i was you i wouldnt even start without 8GB of RAM on each server! On Sep 29, 2011 9:26 AM, Sam Hokin s...@ims.net wrote: Hi, folks. I've got what I consider to be a fairly significant production implementation of Tomcat with, currently, 89 contexts in 30 hosts on two concurrent servers.

RE: Seeking tips on multi-host, multi-context deployments

2011-09-28 Thread Caldarale, Charles R
From: Sam Hokin [mailto:s...@ims.net] Subject: Seeking tips on multi-host, multi-context deployments I could post up all the various JVM and Tomcat parameters The devil is in the details. Without the specifics of the execution environment and the observed errors, it's really impossible to

RE: endpoint.warn.unlockAcceptorFailed

2011-09-28 Thread Leo Donahue - PLANDEVX
___ From: Konstantin Kolinko [knst.koli...@gmail.com] Subject: Re: endpoint.warn.unlockAcceptorFailed 2011/9/27 Konstantin Kolinko knst.koli...@gmail.com: 2011/9/27 Konstantin Kolinko knst.koli...@gmail.com: 2011/9/27 Leo Donahue - PLANDEVX

Re: catalina_pid file contains +1 pid number instead of correct pid

2011-09-28 Thread Raghu GS
Konstantin Kolinko wrote: 2011/9/27 Raghu GS raghu...@i10n.com: Hello Everybody We are using Tomcat 6.20 in CentOS 5.3 server. 6.0.20 ?? You should read http://tomcat.apache.org/security-6.html as well as all the fixed issues in changelog. I have recently enabled