kills my webapps.

2015-05-11 Thread Daniel Migowski
Hello, I have an application deployed to a Tomcat 8.0.22 using jre1.8.0_05 which uses the ServletContextListener to do something when Tomcat stops. This task takes about 45 seconds. This wasn't a problem until I learned that I could speed up the Tomcat 8 startup time by parallel instantiation o

RE: Tomcat 7.0.57 - Deployment Issue

2015-05-11 Thread Prabhu Mannu
-Original Message- From: Kiran Badi [mailto:ki...@poonam.org] Sent: Tuesday, 12 May, 2015 10:54 AM To: Tomcat Users List Subject: Re: Tomcat 7.0.57 - Deployment Issue for some reasons it's not going well. Its getting deployed as single app www.mywebapp1.com\mywebapp2\ rather than 2 sep

Re: Tomcat 7.0.57 - Deployment Issue

2015-05-11 Thread Kiran Badi
for some reasons it's not going well. Its getting deployed as single app www.mywebapp1.com\mywebapp2\ rather than 2 seperate sites. mywebapp1 is deployed as root.war and I uploaded the webapp2.war in webapps folder and edited server.xml with below details, www.webapps2.com

Re: Access Log Value Timestamp Format

2015-05-11 Thread Igal @ Lucee.org
ok, I figured it out: %{-MM-dd'T'HH:mm:ss.SSSZ}t thanks, Igal Sapir Lucee Core Developer Lucee.org On 5/11/2015 4:08 PM, Igal @ Lucee.org wrote: > hi, > > is it possible to format the timestamp in the AccessLogValues in ISO8601? > > thanks, > > -- > > Igal Sapir > Lucee

Access Log Value Timestamp Format

2015-05-11 Thread Igal @ Lucee.org
hi, is it possible to format the timestamp in the AccessLogValues in ISO8601? thanks, -- Igal Sapir Lucee Core Developer Lucee.org

Re: SSL Handshake Exceptions

2015-05-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andy, On 5/11/15 4:50 PM, Andy Wang wrote: > Honestly, I'm going to be a little purposefully obtuse here. > Manipulating your trust store is a security step. You really need > to understand what you're doing and why, so I'd suggest you do some > g

Re: SSL Handshake Exceptions

2015-05-11 Thread Andy Wang
Honestly, I'm going to be a little purposefully obtuse here. Manipulating your trust store is a security step. You really need to understand what you're doing and why, so I'd suggest you do some google searches to read up on it using keywords pulled out of my original response. I will add one

Re: SSL Handshake Exceptions

2015-05-11 Thread jairaj kamal
Hi, Can you share the steps to import the certificate into the jssecacerts truststore, my client is webserver. *Jairaj Kamal* On Mon, May 11, 2015 at 2:16 PM, Andy Wang wrote: > > > On 05/11/2015 01:24 PM, jairaj kamal wrote: > >> javax.net.ssl.SSLHandshakeException: >> sun.security.validator

Re: SSL Handshake Exceptions

2015-05-11 Thread Andy Wang
On 05/11/2015 01:24 PM, jairaj kamal wrote: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target This usually means tha

SSL Handshake Exceptions

2015-05-11 Thread jairaj kamal
Hi, I had earlier configured Self Sign certs to the tomcat version6 appserver and was able to navigate with https. Now when I try accessing above appserver url via Load Balancer Web server I see handshake exceptions in logs. Is there any setting required at webserver end ? *I get below Exceptions

Re: Setting Content-Type for a static resource

2015-05-11 Thread Peter Rifel
David and Chris, On 5/11/15, 10:25 AM, "Christopher Schultz" wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA256 > >David, > >On 5/8/15 1:02 PM, David kerber wrote: >> On 5/8/2015 12:48 PM, Peter Rifel wrote: >>> Chris, >>> >>> Thanks for the advice but that doesn't seem to help. It lo

Re: Setting Content-Type for a static resource

2015-05-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 5/8/15 1:02 PM, David kerber wrote: > On 5/8/2015 12:48 PM, Peter Rifel wrote: >> Chris, >> >> Thanks for the advice but that doesn't seem to help. It looks >> like ApplicationContext.getMimeType(String) extracts the >> extension from th