Re: Tomcat class loading with index.list - invalid jar index exception

2013-09-05 Thread Mark Thomas
On 05/09/2013 22:00, Sabari Gandhi wrote: > All: > > I am facing an invalid jar index exception in both tomcat 5.5.x and > 7.0.39 . After some investigation , we figured out this is because of > class loading in tomcat which uses index.list file in jar files. I > have two jars with same package n

Re: JVM options (where to configure)

2013-09-05 Thread Neven Cvetkovic
On Thu, Sep 5, 2013 at 5:55 PM, John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: > Hello, > > I would like to know where to place JVM HostSpot parameter flags in the > Tomcat config files. I have read that > a file named setenv.sh should be created in CATALINA_HO

Re: JVM options (where to configure)

2013-09-05 Thread Mark Thomas
On 05/09/2013 22:55, John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: > Hello, > > I would like to know where to place JVM HostSpot parameter flags in the > Tomcat config files. I have read that > a file named setenv.sh should be created in CATALINA_HOME/bin, and

JVM options (where to configure)

2013-09-05 Thread John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco)
Hello, I would like to know where to place JVM HostSpot parameter flags in the Tomcat config files. I have read that a file named setenv.sh should be created in CATALINA_HOME/bin, and there you place the configs, yet I've also read that you simply place them in catalina.sh. Which is the preferr

Tomcat class loading with index.list - invalid jar index exception

2013-09-05 Thread Sabari Gandhi
All: I am facing an invalid jar index exception in both tomcat 5.5.x and 7.0.39 . After some investigation , we figured out this is because of class loading in tomcat which uses index.list file in jar files. I have two jars with same package names but classes in those package are different. Si

RE: 7.0.42 - tomcat-juli.jar not found on classpath

2013-09-05 Thread Caldarale, Charles R
> From: Mike Abernethy [mailto:maberne...@yahoo.com] > Subject: Re: 7.0.42 - tomcat-juli.jar not found on classpath > I downloaded this file again and it's in the bin directory. > 64-bit Windows zip It's not present in the plain .zip file since the service wrapper programs aren't included in t

Re: 7.0.42 - tomcat-juli.jar not found on classpath

2013-09-05 Thread Mike Abernethy
Chris, I'm not clear on what you're specifying.  First you suggest that there shouldn't be a file tomcat7/bin/service.bat  but then later cut text from it.  The file exists on the 7.0.42.zip that I have on my laptop and on my server. Here is the line from that file that I was looking at to pro

RE: 7.0.42 - tomcat-juli.jar not found on classpath

2013-09-05 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Subject: Re: 7.0.42 - tomcat-juli.jar not found on classpath > - From a freshly-downloaded apache-tomcat-7.0.42.zip file: > I don't see service.bat in there. This appears to be a regression specific to 7.0.42; all previous 7.0.

(7.0.40) Seeing deadlock followed by maxThread usage using a Async Servlet AsyncContext.dispatch with BIO

2013-09-05 Thread Bob DeRemer
I'm trying to determine if there are any known issues using an Async servlet with the default BIO connector in Tomcat 7.0.40 on windows server 2008. PROBLEM: We have a situation where we're occasionally getting a deadlock (according to Java Melody). When this happens, it's just a matter of time

RE: Does JSR-356 provide a way for a client to pass security info on connect?

2013-09-05 Thread Bob DeRemer
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Thursday, September 05, 2013 1:33 PM > To: Tomcat Users List > Subject: Re: Does JSR-356 provide a way for a client to pass security info on > connect? > > -BEGIN PGP SIGNED MESSAGE- >

Re: 7.0.42 - tomcat-juli.jar not found on classpath

2013-09-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mike, On 9/4/13 4:42 PM, Mike Abernethy wrote: > I installed Tomcat 7.0.42 on my Windows 2008 server. I have Tomcat > 6 installed already and host multiple instances of tomcat in > separate folders. I repeated this same process for Tomcat 7. > > 1.

Re: 7.0.42 - tomcat-juli.jar not found on classpath

2013-09-05 Thread Mike Abernethy
I downloaded this file again and it's in the bin directory. 64-bit Windows zip - Original Message - From: Christopher Schultz To: Tomcat Users List Cc: Sent: Thursday, September 5, 2013 1:43 PM Subject: Re: 7.0.42 - tomcat-juli.jar not found on classpath -BEGIN PGP SIGNED MESSA

Re: 7.0.42 - tomcat-juli.jar not found on classpath

2013-09-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mike, On 9/5/13 1:57 PM, Mike Abernethy wrote: > I'm not clear on what you're specifying. First you suggest that > there shouldn't be a file tomcat7/bin/service.bat but then later > cut text from it. The file exists on the 7.0.42.zip that I have

Re: Does JSR-356 provide a way for a client to pass security info on connect?

2013-09-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Bob, On 9/5/13 12:32 PM, Bob DeRemer wrote: >> -Original Message- From: André Warnier >> [mailto:a...@ice-sa.com] Sent: Thursday, September 05, 2013 10:04 >> AM To: Tomcat Users List Subject: Re: Does JSR-356 provide a way >> for a client to

RE: Does JSR-356 provide a way for a client to pass security info on connect?

2013-09-05 Thread Bob DeRemer
> -Original Message- > From: André Warnier [mailto:a...@ice-sa.com] > Sent: Thursday, September 05, 2013 10:04 AM > To: Tomcat Users List > Subject: Re: Does JSR-356 provide a way for a client to pass security info on > connect? > > Bob DeRemer wrote: > > > >> -Original Message-

Re: JspTagException- Stream closed

2013-09-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Babu, On 9/5/13 12:09 AM, Babu, Tinu wrote: > Here is the body of the method doEndTag(). The exception is thrown > for line number 146, which is this.iter = null; of the reset > method. > > public int doEndTag() throws JspException { if > (this.jd

Re: Tomcat session replication with static membership

2013-09-05 Thread Willem Fibbe - Realworks BV
To answer my own questions: On 04/09/2013 14:18, Willem Fibbe wrote: > ... > Now I was wondering 2 things: > - if a Tomcat node restarts, will it be possible that it is trying to receive > sessions from itself, rather than one or more of the other nodes? Or: should > I configure a different serv

Re: Does JSR-356 provide a way for a client to pass security info on connect?

2013-09-05 Thread André Warnier
Bob DeRemer wrote: -Original Message- From: Niki Dokovski [mailto:nick...@gmail.com] Sent: Thursday, September 05, 2013 7:22 AM To: Tomcat Users List Subject: Re: Does JSR-356 provide a way for a client to pass security info on connect? On Thu, Sep 5, 2013 at 8:48 AM, Niki Dokovski wr

RE: Does JSR-356 provide a way for a client to pass security info on connect?

2013-09-05 Thread Bob DeRemer
> -Original Message- > From: Niki Dokovski [mailto:nick...@gmail.com] > Sent: Thursday, September 05, 2013 7:22 AM > To: Tomcat Users List > Subject: Re: Does JSR-356 provide a way for a client to pass security info on > connect? > > On Thu, Sep 5, 2013 at 8:48 AM, Niki Dokovski wrote:

RE: JspTagException- Stream closed

2013-09-05 Thread Martin Gainty
where is the iter attribute declaration for selection HTML tag? http://www.w3schools.com/tags/tag_select.asp Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitt

Re: Does JSR-356 provide a way for a client to pass security info on connect?

2013-09-05 Thread Niki Dokovski
On Thu, Sep 5, 2013 at 8:48 AM, Niki Dokovski wrote: > > > > On Thu, Sep 5, 2013 at 12:44 AM, Bob DeRemer wrote: > >> >> >> > -Original Message- >> > From: André Warnier [mailto:a...@ice-sa.com] >> > Sent: Wednesday, September 04, 2013 3:59 PM >> > To: Tomcat Users List >> > Subject: Re: