RE: heap thrashing

2015-09-11 Thread Caldarale, Charles R
> From: Leo Donahue [mailto:donahu...@gmail.com] > Subject: Re: heap thrashing > I see this topic come up from time to time on the list. Can someone point > me to what heap thrashing looks like? > Is heap thrashing a very "closely spaced" saw tooth pattern? Should have mentioned that "heap

Re: I'm searching for a parser of JSP

2015-09-11 Thread Mark Thomas
On 11/09/2015 10:06, 侯树成 wrote: > Hi Kaori, > May be you need write a parser manually. Use JavaCC or Antlr will help you > complete it. > You can define your custom syntax checker. Or just use what Tomcat already provides... org.apache.japser.compiler.Parser

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread Martijn Bos
What happens if you do not use a symbolic link? Are you deploying with the manager web-app? Best regards, Martijn On 11-09-15 03:31, prashant gothi wrote: > Tomcat version: 8.0.24 > OS RHEL 6.6 > > > Just one war file (ascws.war) is deployed under it. We are seeing > intermittent failure

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread Mark Thomas
On 11/09/2015 08:38, Martijn Bos wrote: > What happens if you do not use a symbolic link? > Are you deploying with the manager web-app? Good questions. Slow uploads directly to the appBase can cause this sort of issue. Mark > > Best regards, > Martijn > > > > On 11-09-15 03:31, prashant

Re: I'm searching for a parser of JSP

2015-09-11 Thread 侯树成
Hi Kaori, May be you need write a parser manually. Use JavaCC or Antlr will help you complete it. You can define your custom syntax checker. 2015-09-10 13:49 GMT+08:00 Mark Lovatt : > Hi Kaori > > I don't know a parser for traditional jsp but if you use jspx then you can

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread prashant gothi
Hi Mark, what is slow uploads? I google it couldn't find anything relevant. Regards, Prashant On Fri, Sep 11, 2015 at 1:11 AM, Mark Thomas wrote: > On 11/09/2015 08:38, Martijn Bos wrote: > > What happens if you do not use a symbolic link? > > Are you deploying with the

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread David kerber
On 9/11/2015 2:51 PM, prashant gothi wrote: Hi Mark, what is slow uploads? I google it couldn't find anything relevant. It means the process of copying the .war file to the appBase location is slow enough that TC tries to load it before the copy is done. Regards, Prashant On Fri, Sep

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread Mark Thomas
On 11/09/2015 19:50, prashant gothi wrote: > Thanks Martijn and Markt for reply. > >> What happens if you do not use a symbolic link? > Not tried, as issue is intermittent its would be hard to say. For upgrade > purpose we want to use symbolic link. > > Is there a known issue with symbolic link,

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread prashant gothi
Its on local disk. On Fri, Sep 11, 2015 at 12:31 PM, Mark Thomas wrote: > On 11/09/2015 19:50, prashant gothi wrote: > > Thanks Martijn and Markt for reply. > > > >> What happens if you do not use a symbolic link? > > Not tried, as issue is intermittent its would be hard to

Re: Intermittent failure while deploying war file on Tomcat 8.0.24

2015-09-11 Thread prashant gothi
Thanks Martijn and Markt for reply. > What happens if you do not use a symbolic link? Not tried, as issue is intermittent its would be hard to say. For upgrade purpose we want to use symbolic link. Is there a known issue with symbolic link, or symbolic link is discouraged? > Are you deploying

Re: Multiple JSESSIONID cookies being presented.

2015-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeff, On 9/11/15 10:09 AM, Jeffrey Janner wrote: >> -Original Message- From: Christopher Schultz >> [mailto:ch...@christopherschultz.net] Sent: Thursday, September >> 10, 2015 2:24 PM To: Tomcat Users List >>

RE: Multiple JSESSIONID cookies being presented.

2015-09-11 Thread Jeffrey Janner
> -Original Message- > From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com] > Sent: Thursday, September 10, 2015 12:01 PM > To: Tomcat Users List > Subject: RE: Multiple JSESSIONID cookies being presented. > > > From: Jeffrey Janner

RE: Multiple JSESSIONID cookies being presented.

2015-09-11 Thread Jeffrey Janner
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Thursday, September 10, 2015 2:24 PM > To: Tomcat Users List > Subject: Re: Multiple JSESSIONID cookies being presented. > > -BEGIN PGP SIGNED MESSAGE- > Hash:

heap thrashing

2015-09-11 Thread Leo Donahue
Good day, I see this topic come up from time to time on the list. Can someone point me to what heap thrashing looks like? Googled java heap thrashing and looked at the images, but there isn't much to look at. I also tried googling for ventricular tachycardia to see if I could find a similar

Re: heap thrashing

2015-09-11 Thread Leo Donahue
On Fri, Sep 11, 2015 at 9:36 AM, Leo Donahue wrote: > Good day, > > I see this topic come up from time to time on the list. Can someone point > me to what heap thrashing looks like? > > Googled java heap thrashing and looked at the images, but there isn't much > to look at.

RE: heap thrashing

2015-09-11 Thread Caldarale, Charles R
> From: Leo Donahue [mailto:donahu...@gmail.com] > Subject: Re: heap thrashing > > I see this topic come up from time to time on the list. Can someone point > > me to what heap thrashing looks like? > > Is heap thrashing a very "closely spaced" saw tooth pattern? Very often. > This is about

Re: heap thrashing

2015-09-11 Thread Mark Thomas
On 11/09/2015 15:43, Leo Donahue wrote: > On Fri, Sep 11, 2015 at 9:36 AM, Leo Donahue wrote: > >> Good day, >> >> I see this topic come up from time to time on the list. Can someone point >> me to what heap thrashing looks like? >> >> Googled java heap thrashing and looked