tomcat 8 startup issue

2015-11-17 Thread Vicky B
Hi All, I downloaded latest tomcat 8.20 version zip and extracted in my local. I have java 7 in my local machine . When i am trying to run tomecat in eclipse i get below stack trace java.lang.NoClassDefFoundError: org/apache/tomcat/util/digester/Rule at

Re: EOS for Apache Tomcat Versions

2015-11-17 Thread Nikitha Benny
Thank you Mark :) On Tue, Nov 17, 2015 at 1:05 PM, Mark Thomas wrote: > On 17/11/2015 05:23, Nikitha Benny wrote: > > Hello, > > > > I am not sure as to where to post this question, so I am posting it here. > > > > Please let me know the End of Support (EOS) dates for: > > > >

Re: Tomcat Application Stops Responding

2015-11-17 Thread Cohen, Laurence
Chris, that's what I'm planning on doing. But how do I get the pid since it will change each time I bounce the java process? Also, I'll have to figure out how to read the thread dump. Thanks for all of your help. Larry Cohen On Mon, Nov 16, 2015 at 5:48 PM, Christopher Schultz <

Deploying to root context with versioning

2015-11-17 Thread Andrew Hunt
Hey there, I'm trying to deploy a war of my application to the root context. I name it ROOT.war and it autodeployed fine. When I try to add versioning like ROOT##1.war and ROOT##2.war, it seems to see the context as ##1 and fail to deploy. For example, I get exceptions saying it couldn't find

Re: Tomcat Application Stops Responding

2015-11-17 Thread Christopher Schultz
Larry, On 11/17/15 10:13 AM, Cohen, Laurence wrote: > Chris, that's what I'm planning on doing. But how do I get the pid since > it will change each time I bounce the java process? Also, I'll have to > figure out how to read the thread dump. You should be able to use "ps" and "grep" to find

Re: Tomcat Application Stops Responding

2015-11-17 Thread Cohen, Laurence
Yep, I figured that out. Now I'm just waiting for the app to freeze. Unfortunately I can't email the thread dump to myself because it's on a private network. Well I can, but I can't move it from the private network. On Tue, Nov 17, 2015 at 1:43 PM, Christopher Schultz <

Re: Tomcat simple tcp cluster doesn't work on switching browser

2015-11-17 Thread Amit Rawat
Hi Chris, It might seem that both are going to SERVER-1 because I have set the jvmRoute for both instances of tomcat is set to SERVER-1. I had started with setting different jvmRoute for both and I faced the same issue . Then I tried setting them the same since I thought jvmRoute should be unique

Re: tomcat 8 startup issue

2015-11-17 Thread Christopher Schultz
Vicky, On 11/17/15 7:41 AM, Vicky B wrote: > I downloaded latest tomcat 8.20 version zip Latest Tomcat 8 is 8.0.28. > and extracted in my local. I > have java 7 in my local machine . When i am trying to run tomecat in > eclipse i get below stack trace > > java.lang.NoClassDefFoundError: