Re: custom classloader missing root

2014-11-11 Thread Mark Thomas
On 11/11/2014 17:20, Ed Rouse wrote: >> -Original Message- >> From: Mark Thomas [mailto:ma...@apache.org] >> Sent: Tuesday, November 11, 2014 12:14 PM >> To: Tomcat Users List >> Subject: Re: custom classloader missing root >> >> On 11/11/2014 17:01, Ed Rouse wrote: >>> I already tried g

Re: Windows Service won't start

2014-11-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 11/11/14 4:15 AM, Konstantin Kolinko wrote: > 2014-11-10 21:04 GMT+03:00 Christopher Schultz >> When a Tomcat Windows Service won't start (with the >> super-helpful "a service-specific error occurred"), where can I >> look for detaile

Re: custom classloader missing root

2014-11-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ed, On 11/11/14 10:34 AM, Ed Rouse wrote: > I am trying to convert a custom class loader from version 5.5 to > version 8.0.11, running under ubuntu. > > I have the following line in my context.xml file. > > I have tried the delegate as both true

Re: mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 William, On 11/11/14 6:41 AM, William Moore wrote: > It turns out this was happening because the upgrade to Yosemite > had deleted all the files in /usr/include. I removed the replaced > the folder /usr/include with a link to > /Applications/Xcode.

Re: Trailing dot in hostname causes TLS handshake to fail

2014-11-11 Thread Peter Robbins
I have SNI extension disabled with -Djsse.enableSNIExtension=false and SSLv3 disabled with sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2". This should just be vanilla TLS. Peter On 11/11/14, 10:12 PM, "Konstantin Kolinko" wrote: >2014-11-12 0:03 GMT+03:00 Peter Robbins : >> Hi there, >> I’m run

Re: Trailing dot in hostname causes TLS handshake to fail

2014-11-11 Thread Konstantin Kolinko
2014-11-12 0:03 GMT+03:00 Peter Robbins : > Hi there, > I’m running into an issue with fully-qualified domain names and https > using Tomcat 8 and JDK 8. > Tomcat version: 8.0.14 > JDK Version: 1.8.0_25OS: Mac OS X 10.10 > > If you include the trailing dot in a request over https, the TLS handshake

Trailing dot in hostname causes TLS handshake to fail

2014-11-11 Thread Peter Robbins
Hi there, I’m running into an issue with fully-qualified domain names and https using Tomcat 8 and JDK 8. Tomcat version: 8.0.14 JDK Version: 1.8.0_25OS: Mac OS X 10.10 If you include the trailing dot in a request over https, the TLS handshake will fail. It appears that it tries to fall back to

Re: Need help with Tomcat SSL setup

2014-11-11 Thread Konstantin Kolinko
2014-11-11 20:10 GMT+03:00 Gadhiraju, Satish : > Hi, I am new to tomcat. I have installed tomcat binaries and created one > stand alone instance. > Tomcat is working fine with http port, I get the message It works. > But when I try to access with https port I am getting page cannot be found. > Bel

Re: Spurious Problem starting Tomcat7 (garbled class names)

2014-11-11 Thread Matthias Keller
On 08.11.2014 17:59, Konstantin Kolinko wrote: 2014-11-06 19:33 GMT+03:00 Matthias Keller : Hi We have a spurious problem which still happened quite a few times but is not really reproducible since it only occurs on every 1000. startup or something. The effect is that tomcat scans all class fi

RE: custom classloader missing root

2014-11-11 Thread Ed Rouse
> -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Tuesday, November 11, 2014 12:14 PM > To: Tomcat Users List > Subject: Re: custom classloader missing root > > On 11/11/2014 17:01, Ed Rouse wrote: > > > > > > -Original Message- From: Mark Thomas > [mailt

Re: custom classloader missing root

2014-11-11 Thread Mark Thomas
On 11/11/2014 17:01, Ed Rouse wrote: > > > -Original Message- From: Mark Thomas > [mailto:ma...@apache.org] Sent: Tuesday, November 11, 2014 11:49 AM > To: Tomcat Users List Subject: Re: custom classloader missing root > > On 11/11/2014 15:34, Ed Rouse wrote: >> I am trying to convert a

Need help with Tomcat SSL setup

2014-11-11 Thread Gadhiraju, Satish
Hi, I am new to tomcat. I have installed tomcat binaries and created one stand alone instance. Tomcat is working fine with http port, I get the message It works. But when I try to access with https port I am getting page cannot be found. Below is what I did ./keytool -genkey -alias tomcat -keyalg

RE: custom classloader missing root

2014-11-11 Thread Ed Rouse
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, November 11, 2014 11:49 AM To: Tomcat Users List Subject: Re: custom classloader missing root On 11/11/2014 15:34, Ed Rouse wrote: > I am trying to convert a custom class loader from version 5.5 to version >

Re: custom classloader missing root

2014-11-11 Thread Mark Thomas
On 11/11/2014 15:34, Ed Rouse wrote: > I am trying to convert a custom class loader from version 5.5 to version > 8.0.11, running under ubuntu. > I have the following line in my context.xml file. > loaderClass="com.comsquared.idw.catalina.ext.IDWMClassLoader" > delegate="false" /

RE: Windows Service won't start

2014-11-11 Thread Jeffrey Janner
> -Original Message- > From: David kerber [mailto:dcker...@verizon.net] > Sent: Monday, November 10, 2014 12:23 PM > To: Tomcat Users List > Subject: Re: Windows Service won't start > > On 11/10/2014 1:04 PM, Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA25

custom classloader missing root

2014-11-11 Thread Ed Rouse
I am trying to convert a custom class loader from version 5.5 to version 8.0.11, running under ubuntu. I have the following line in my context.xml file. I have tried the delegate as both true and false with no difference. I have found that the parent loader is java.net.URLClassL

Re: mod_jk on Mac OS X 10.10 (Yosemite)

2014-11-11 Thread William Moore
Chris It turns out this was happening because the upgrade to Yosemite had deleted all the files in /usr/include. I removed the replaced the folder /usr/include with a link to /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include and the

Re: Windows Service won't start

2014-11-11 Thread Konstantin Kolinko
2014-11-10 21:04 GMT+03:00 Christopher Schultz > When a Tomcat Windows Service won't start (with the super-helpful "a > service-specific error occurred"), where can I look for detailed > information about what happened? > > (Please be kind, I'm not an everyday Windows administrator) > > I installed

Re: Tomcat performance goes down after install apr.

2014-11-11 Thread André Warnier
杨华杰 wrote: Tomcat performance goes down after install apr. I followed this doc http://tomcat.apache.org/native-doc/, I think the different is I didn't set sslengine setting as I don't use it. And I saw the error in catilina.out, I simply ignore it as I don't use it. I fired 300 concurrent ca