Re: Criticat Bug in Tomcat7.0.42 produces Deadlock (org.apache.catalina.websocket.WsOutbound)

2013-09-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern, On 9/4/13 6:23 PM, Steffi Müller wrote: > I found that when you use Websockets with Tomcat 7.0.42 sometimes > thread will become to a deadlock state during websockt write > operation. > > A detailed discussion can be found h

Re: Heap recommendations for Tomcat 7

2013-09-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John, On 9/6/13 1:43 PM, John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: > Is there a good formula for JDK Heap parameters for Tomcat 7 as it > relates to hardware, or should ergonomics be allowed to define, or > i

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

2013-09-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sabari, On 9/6/13 2:01 PM, Sabari Gandhi wrote: > Thanks for the response. The issue we were facing is when we are > tying to access a simple index.jsp file which is deployed on > tomcat. > > I am sure java handles the libraries properly since t

Re: Heap recommendations for Tomcat 7

2013-09-06 Thread David kerber
On 9/6/2013 1:43 PM, John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco) wrote: Hello, Is there a good formula for JDK Heap parameters for Tomcat 7 as it relates to hardware, or should ergonomics be allowed to define, or is it more application driven? OS: RHEL 5.5 Ker

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

2013-09-06 Thread Sabari Gandhi
Mark: Thanks for the response. The issue we were facing is when we are tying to access a simple index.jsp file which is deployed on tomcat. I am sure java handles the libraries properly since tomcat is a component in our system and all other components are working fine. This issue is very par

Heap recommendations for Tomcat 7

2013-09-06 Thread John Beaulaurier -X (jbeaulau - ADVANCED NETWORK INFORMATION INC at Cisco)
Hello, Is there a good formula for JDK Heap parameters for Tomcat 7 as it relates to hardware, or should ergonomics be allowed to define, or is it more application driven? OS: RHEL 5.5 Kernel: 2.6.18-194.8.1.el5 Apache Tomcat: 7.0.39 JDK: 1.6.0_45 Thank you -John

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

2013-09-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mike, On 9/6/13 9:17 AM, Mike Abernethy wrote: > So was this a bug then? The service.bat not being present in the > zip file wasn't the core issue - it was the classpath not finding > the tomcat-juli.jar in the right location. Right: that's why I

Resources Usage Question

2013-09-06 Thread Daniel Mikusa
I'm looking at the new resources implementation in Tomcat 8 and I see that there are three ways to define a resource in a Context. With a PreResources, JarResources or PostResources tag. My question, what is the difference between JarResources and PostResources? From the docs, the main dif

Re: psi probe exceptioion

2013-09-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Vicky, On 9/6/13 11:41 AM, vicky wrote: > I'm getting the below error while deploying the application using > PSI-PROBE UI screen Kindly suggest how to fix this > ++ > > E

Re: Resources Usage Question

2013-09-06 Thread Mark Thomas
On 06/09/2013 17:15, Daniel Mikusa wrote: > I'm looking at the new resources implementation in Tomcat 8 and I see > that there are three ways to define a resource in a Context. With a > PreResources, JarResources or PostResources tag. > > My question, what is the difference between JarResources a

psi probe exceptioion

2013-09-06 Thread vicky
hi,   I'm getting the below error while deploying the application using PSI-PROBE UI screen Kindly suggest how to fix this ++  ERROR com.googlecode.psiprobe.controllers.deploy.UploadWarController  - Could not process fi

Thomas MC-GOWAN est absent.

2013-09-06 Thread Thomas MC-GOWAN
Je serai absent(e) du 06/09/2013 au 23/09/2013. En cas de demande concernant la GED CONCERTO, vous pouvez vous adresser à Julien CASCARINO. Pour une question de support sur une application, veuillez vous adresser votre demande à la boite DSP-CSPIT-CELLULEDI avec "[GED]" dans l'objet de votre

Re: Tomcat 8 Resources Question

2013-09-06 Thread Daniel Mikusa
On Sep 6, 2013, at 10:20 AM, Mark Thomas wrote: > On 06/09/2013 11:18, Mark Thomas wrote: >> On 29/08/2013 21:09, Daniel Mikusa wrote: >> >> >>> I believe that I'm setting the internalPath attribute correctly, but it >>> doesn't seem to be taking. Any thoughts? >> >> I plan to start looking

Re: Tomcat 8 Resources Question

2013-09-06 Thread Mark Thomas
On 06/09/2013 11:18, Mark Thomas wrote: > On 29/08/2013 21:09, Daniel Mikusa wrote: > > >> I believe that I'm setting the internalPath attribute correctly, but it >> doesn't seem to be taking. Any thoughts? > > I plan to start looking at this today. That was embarrassing. No way that was ever

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

2013-09-06 Thread Bob DeRemer
> -Original Message- > From: Bob DeRemer [mailto:bob.dere...@thingworx.com] > Sent: Friday, September 06, 2013 9:45 AM > To: Tomcat Users List > Subject: RE: (7.0.40) Seeing deadlock followed by maxThread usage using a > Async Servlet AsyncContext.dispatch with BIO > > > > > -Origi

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

2013-09-06 Thread Bob DeRemer
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Friday, September 06, 2013 9:25 AM > To: users@tomcat.apache.org > Subject: Re: (7.0.40) Seeing deadlock followed by maxThread usage using a > Async Servlet AsyncContext.dispatch with BIO > > On 06/09/2013 13:28,

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

2013-09-06 Thread Mark Thomas
On 06/09/2013 13:28, Daniel Mikusa wrote: > On Sep 5, 2013, at 3:30 PM, Bob DeRemer wrote: > >> 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: 7.0.42 - tomcat-juli.jar not found on classpath

2013-09-06 Thread Mike Abernethy
So was this a bug then?  The service.bat not being present in the zip file wasn't the core issue - it was the classpath not finding the tomcat-juli.jar in the right location. From: "Caldarale, Charles R" To: Tomcat Users List ; Mike Abernethy Sent: Thurs

Re: Classpath issues

2013-09-06 Thread Ankit Kumar
I've deployed the web service as a .aar file on axis 2 , axis 2 is deployed on tomcat 7 as a .war file On Fri, Sep 6, 2013 at 6:12 PM, Daniel Mikusa wrote: > On Sep 6, 2013, at 7:40 AM, Ankit Kumar > wrote: > > > I've deployed a web service as a .aar file in axis 2, and i've deployed > > axis

Re: Classpath issues

2013-09-06 Thread Daniel Mikusa
On Sep 6, 2013, at 7:40 AM, Ankit Kumar wrote: > I've deployed a web service as a .aar file in axis 2, and i've deployed > axis2 on tomcat , I'm going to assume you're deploying this as a WAR file. If not, please specify. > now my service need to read some xml files that has to be > in the cl

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

2013-09-06 Thread Daniel Mikusa
On Sep 5, 2013, at 3:30 PM, Bob DeRemer wrote: > 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

Classpath issues

2013-09-06 Thread Ankit Kumar
I've deployed a web service as a .aar file in axis 2, and i've deployed axis2 on tomcat , now my service need to read some xml files that has to be in the classpath . Also i need to make a metainf folder in the classpath how do i do it ??? http://uima.apache.org/d/uimafit-current/tools.uimafit.boo

Re: Tomcat 8 Resources Question

2013-09-06 Thread Mark Thomas
On 29/08/2013 21:09, Daniel Mikusa wrote: > I believe that I'm setting the internalPath attribute correctly, but it > doesn't seem to be taking. Any thoughts? I plan to start looking at this today. Mark - To unsubscribe, e-