Re: EOS for Apache Tomcat Versions

2015-11-16 Thread Mark Thomas
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: > > Apache Tomcat version 7.0.62 > Apache Tomcat version 7.0.65 > > Apache Tomcat version 8.0.23 > Apache T

EOS for Apache Tomcat Versions

2015-11-16 Thread Nikitha Benny
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: Apache Tomcat version 7.0.62 Apache Tomcat version 7.0.65 Apache Tomcat version 8.0.23 Apache Tomcat version 8.0.28 Kindly reply. Thanks & Regards, Nikitha

Re: Tomcat Application Stops Responding

2015-11-16 Thread Christopher Schultz
Larry, On 11/16/15 5:08 PM, Cohen, Laurence wrote: > Thank you Christopher. I'm going to start with the thread dump since we > are using jdk and that appears very straightforward. Part of my dilemma is > that the problem is occurring on a private network where I do not have > access to the inter

Re: Tomcat Application Stops Responding

2015-11-16 Thread Cohen, Laurence
Thanks for pointing out these tools. Larry Cohen On Mon, Nov 16, 2015 at 5:06 PM, Tauzell, Dave wrote: > A monitoring tool like App Dynamics will give you lots of info but some > quicker tests you can do with built-in tools: > > - Check that the CPU on your server is not at 100% > - Use jstack

Re: Tomcat Application Stops Responding

2015-11-16 Thread Cohen, Laurence
Thank you Christopher. I'm going to start with the thread dump since we are using jdk and that appears very straightforward. Part of my dilemma is that the problem is occurring on a private network where I do not have access to the internet. Our public facing application with the same exact buil

RE: Tomcat Application Stops Responding

2015-11-16 Thread Tauzell, Dave
A monitoring tool like App Dynamics will give you lots of info but some quicker tests you can do with built-in tools: - Check that the CPU on your server is not at 100% - Use jstack to get a stack dump: http://docs.oracle.com/javase/7/docs/technotes/tools/share/jstack.html .I will take a

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

2015-11-16 Thread Christopher Schultz
Amit, On 11/16/15 7:21 AM, Amit Rawat wrote: > Thanks for the reply. I understand that on changing browsers, a new > session would need to be established & that is indeed what I do . On > changing browsers , I login again , creating a new session . > As can be seen in the logs I pasted on stack ov

Re: Tomcat Application Stops Responding

2015-11-16 Thread Christopher Schultz
Larry, On 11/16/15 4:42 PM, Cohen, Laurence wrote: > Are there any tools that come with Java that I can use to troubleshoot an > intermittent problem we are having? The problem is that several times a > day, our Tomcat applications will stop responding and I'll have to restart > them to get them

Tomcat Application Stops Responding

2015-11-16 Thread Cohen, Laurence
Hi Everyone, Are there any tools that come with Java that I can use to troubleshoot an intermittent problem we are having? The problem is that several times a day, our Tomcat applications will stop responding and I'll have to restart them to get them working again. It's gotten to the point where

RE: Access application without giving port number and context root

2015-11-16 Thread Tauzell, Dave
That's pretty neat. Good to know about. -Dave Dave Tauzell | Senior Software Engineer | Surescripts O: 651.855.3042 | www.surescripts.com | dave.tauz...@surescripts.com Connect with us: Twitter I LinkedIn I Facebook I YouTube -Original Message- From: Christopher Schultz [mailto:ch...

Re: Tomcat caching

2015-11-16 Thread Christopher Schultz
David, On 11/16/15 10:08 AM, David E. Filip wrote: > None of those numbers alarming, unless you see Eden regularly > increase beyond 90% and stay there, especially when you are seeing > slowness, as then you might want to consider increasing your heap. > In my view — and others may disagree! — und

Re: Access application without giving port number and context root

2015-11-16 Thread Christopher Schultz
Dave, On 11/16/15 10:26 AM, Tauzell, Dave wrote: > Yes, you can use IIS as a reverse proxy. I haven't done it, but > looked into this in the past and found a few solutions. You can > google "IIS Reverse Proxy". Some things to consider with a reverse > proxy: > > 1. Your application cannot be

RE: Access application without giving port number and context root

2015-11-16 Thread Kikkeri, Amith
Thank you.. I will try IIS reverse proxy and update the status once I am successful. Regards, Amith Kikkeri -Original Message- From: Tauzell, Dave [mailto:dave.tauz...@surescripts.com] Sent: Monday, November 16, 2015 10:26 AM To: Tomcat Users List Subject: RE: Access application wit

RE: Access application without giving port number and context root

2015-11-16 Thread Tauzell, Dave
Yes, you can use IIS as a reverse proxy. I haven't done it, but looked into this in the past and found a few solutions. You can google "IIS Reverse Proxy". Some things to consider with a reverse proxy: 1. Your application cannot be sending back links with the hostname/port in it. 2. If your

RE: Access application without giving port number and context root

2015-11-16 Thread Kikkeri, Amith
Thanks. Ngnix is not an approved software in my company. Hence trying to see if there is a work around. Can IIS be used as a reverse proxy? I see IIS as an approved one. Regards, Amith Kikkeri -Original Message- From: Tauzell, Dave [mailto:dave.tauz...@surescripts.com] Sent: Monday, N

RE: Tomcat caching

2015-11-16 Thread Tauzell, Dave
If you can reproduce this problem in your development environment and you cannot track down the reason then try out the free version of App Dynamics: http://www.appdynamics.com/lite/. -Dave -Original Message- From: David E. Filip [mailto:dfi...@colornet.com] Sent: Monday, November 16, 2

RE: Access application without giving port number and context root

2015-11-16 Thread Tauzell, Dave
If you want to have multiple applications running on the same tomcat but each has a URL that hides this you need to use a reverse proxy server. End User > Reverse Proxy (NGINX for example ) -> App 1 http://foo.bar/

RE: Access application without giving port number and context root

2015-11-16 Thread Kikkeri, Amith
Hi, I don’t want to install my application as ROOT.war application. This will make it difficult if I want to deploy multiple applications in same tomcat instance. Please suggest. Regards, Amith Kikkeri -Original Message- From: Konstantin Kolinko [mailto:knst.koli...@gmail.com] Sent: Thu

Re: Tomcat caching

2015-11-16 Thread David E. Filip
None of those numbers alarming, unless you see Eden regularly increase beyond 90% and stay there, especially when you are seeing slowness, as then you might want to consider increasing your heap. In my view — and others may disagree! — understanding tuning JVM heap is more of an art than a scie

Re: Tomcat caching

2015-11-16 Thread Daniel Küppers
Am 16.11.2015 um 14:56 schrieb David E. Filip: In my experience, the most common explanation (but certainly not the only!) for an active webapp to be occasionally and sporadically running extremely slow, but run fine at other times, is running low on heap space. If you have not already, I wo

Re: Tomcat caching

2015-11-16 Thread David E. Filip
In my experience, the most common explanation (but certainly not the only!) for an active webapp to be occasionally and sporadically running extremely slow, but run fine at other times, is running low on heap space. If you have not already, I would suggest checking the Tomcat Server Status app

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

2015-11-16 Thread Amit Rawat
Hi André, Thanks for the reply. I understand that on changing browsers, a new session would need to be established & that is indeed what I do . On changing browsers , I login again , creating a new session . As can be seen in the logs I pasted on stack overflow : New Session ::: 6003A09956987A2035

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

2015-11-16 Thread tomcat
On 16.11.2015 11:36, Amit Rawat wrote: Hi, I'm observing some strange behaviour between two instances of apache-tomcat-7.0.41 running on the same server. Sessions are shared between the servers on multiple logins/logouts on the same browser , but when i switch browsers , the session sharing

Re: Tomcat caching

2015-11-16 Thread Konstantin Kolinko
2015-11-16 12:22 GMT+03:00 Daniel Küppers : > Hi, > i have a recurring issue, that tomcat caches my jsf webapp pages in a > strange manner. > Sometimes for multiple days/hours, one or two explict pages or the whole > webapp is loading very slowly. > My setup is a locally used tomcat 8.0.28 for debu

Tomcat simple tcp cluster doesn't work on switching browser

2015-11-16 Thread Amit Rawat
Hi, I'm observing some strange behaviour between two instances of apache-tomcat-7.0.41 running on the same server. Sessions are shared between the servers on multiple logins/logouts on the same browser , but when i switch browsers , the session sharing stops . I have posted a question on sta

Re: env-entry with mapped-name

2015-11-16 Thread Andrei Ivanov
Anybody? :-/ On Thu, Nov 12, 2015 at 1:10 PM, Andrei Ivanov wrote: > Hi, > After reading https://bitbucket.org/sgarlick/demo/wiki/JNDI, I tried to > apply that to my app deployed on Tomcat: > > Tomcat context.xml has this entry: > > > The application web.xml has this entry: > > spr

Tomcat caching

2015-11-16 Thread Daniel Küppers
Hi, i have a recurring issue, that tomcat caches my jsf webapp pages in a strange manner. Sometimes for multiple days/hours, one or two explict pages or the whole webapp is loading very slowly. My setup is a locally used tomcat 8.0.28 for debugging in Eclipse and a local database. The behaviour