Re: Parse and SSL issue

2015-07-19 Thread uzair rashid
Konstantin: Thank you for your information. Could you please comment on the parse error are well? You helped a lot in understanding all other errors. I really appreciate. To remind of the error: at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:455) Jul 16, 2015 3:54:02 PM org.apache

Parallel Deployment: Can I request a specific webapp version?

2015-07-19 Thread Hartmut Honisch
Hi everyone, I'm using Tomcat's parallel deployment feature, and I wonder whether there's a way to request a specific version of my webapp. Let's say I have a WAR named myapp##001.war deployed on my server and just deployed a new WAR myapp##002.war. Requests to http:/myserver/myapp/.. are transpa

Re: Tomcat 7.0.27 and Tomcat 7.0.50 - Valve - Dead thread and Crawlers

2015-07-19 Thread Kiran Badi
yes its StuckThreadDetectionValve for Tomcat 7.0.27. I made the change and its working fine now.Thanks On Sat, Jul 18, 2015 at 4:29 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Kiran, > > On 7/17/15 10:35 AM, Kiran Badi wro

Re: Tomcat 7.0.34 - Lifecycle listener is not catching the events before the before_start vent

2015-07-19 Thread Konstantin Kolinko
2015-07-19 9:26 GMT+03:00 Manuri Amaya Perera : > Hi, > > I am using tomcat 7.0.34. I've written a simple Lifecycle listener > implementing org.apache.catalina.LifecycleListener. > > I am simply overriding the lifecycleEvent method and printing the event > type. When a web application is being depl

programatically manipulating a JSP

2015-07-19 Thread Sandro Boehme
Hello, I have a use case where I have to programatically add HTML and/or Scriptlet code to a JSP. It has to be placed beside an HTML tag with a known id or at the end or the beginning within an HTML tag with a known id. I would like to use Jasper 6.0.14 (or a newer version if that helps) but