Re: Fwd: Embedded Tomcat could not find keystone file

2015-06-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Harit, On 6/9/15 5:08 PM, Harit Himanshu wrote: > This is interesting, one of our project I work with has this > keystore inside jar file, just curious how that works Conceptually, it's quite simple: just use the ClassLoader to grab the file from t

Re: Fwd: Embedded Tomcat could not find keystone file

2015-06-09 Thread Harit Himanshu
This is interesting, one of our project I work with has this keystore inside jar file, just curious how that works On Tue, Jun 9, 2015 at 12:44 PM, Mark Thomas wrote: > On 09/06/2015 20:18, Harit Himanshu wrote: > > Hello there > > > > My tomcat dependency is > > > > > > org.apache.tomcat

Re: Fwd: Embedded Tomcat could not find keystone file

2015-06-09 Thread Mark Thomas
On 09/06/2015 20:18, Harit Himanshu wrote: > Hello there > > My tomcat dependency is > > > org.apache.tomcat.embed > tomcat-embed-core > 7.0.57 > > > In my code, I set the connector properties as > > LOGGER.debug("ksPath=>" + ksPath); > httpsConnector.setAttribute("keyst

Fwd: Embedded Tomcat could not find keystone file

2015-06-09 Thread Harit Himanshu
Hello there My tomcat dependency is org.apache.tomcat.embed tomcat-embed-core 7.0.57 In my code, I set the connector properties as LOGGER.debug("ksPath=>" + ksPath); httpsConnector.setAttribute("keystoreFile",ksPath); httpsConnector.setAttribute("keystorePass", key

Re: Choosing a Connector Protocol

2015-06-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 6/9/15 9:47 AM, Mark Thomas wrote: > On 09/06/2015 14:38, Kevin Hale Boyes wrote: >> I'm having trouble figuring out what protocol to use for a >> . I'm using Tomcat 8 and Java 8. >> >> The production system that Tomcat will be running on

Re: Tomcat losing request parameters

2015-06-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ravi, On 6/9/15 1:48 PM, Ravi Kiran wrote: > Few things we tried: - Changed mod_jk to mod_proxy where requests > are passed to tomcat as http:8080 instead of AJP but we still get > the same issue intermittently. - Enabled failed request filter and >

Re: Tomcat losing request parameters

2015-06-09 Thread Ravi Kiran
Few things we tried: - Changed mod_jk to mod_proxy where requests are passed to tomcat as http:8080 instead of AJP but we still get the same issue intermittently. - Enabled failed request filter and it doesn't report anything nor stop the requests stating bad requests unfortunately, running out of

Re: Tomcat losing request parameters

2015-06-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Konstantin, On 6/9/15 5:04 AM, Konstantin Kolinko wrote: > 2015-06-04 18:40 GMT+03:00 Ravi Kiran : >> Hi, >> >> I am writing to get some pointers on a strange issue which are >> facing in tomcat in one of our client environments. >> >> Setup: 4 We

Re: Choosing a Connector Protocol

2015-06-09 Thread Kevin Hale Boyes
Thanks for you help! On 9 June 2015 at 07:47, Mark Thomas wrote: > On 09/06/2015 14:38, Kevin Hale Boyes wrote: > > I'm having trouble figuring out what protocol to use for a . > > I'm using Tomcat 8 and Java 8. > > > > The production system that Tomcat will be running on is Solaris 11 and > I'm

Re: Choosing a Connector Protocol

2015-06-09 Thread Mark Thomas
On 09/06/2015 14:38, Kevin Hale Boyes wrote: > I'm having trouble figuring out what protocol to use for a . > I'm using Tomcat 8 and Java 8. > > The production system that Tomcat will be running on is Solaris 11 and I'm > not yet sure if I'll be able to build the tomcat native library. > So, I'm c

Choosing a Connector Protocol

2015-06-09 Thread Kevin Hale Boyes
I'm having trouble figuring out what protocol to use for a . I'm using Tomcat 8 and Java 8. The production system that Tomcat will be running on is Solaris 11 and I'm not yet sure if I'll be able to build the tomcat native library. So, I'm choosing between the Http11NioProtocol and Http11Nio2Proto

Re: Tomcat losing request parameters

2015-06-09 Thread Konstantin Kolinko
2015-06-04 18:40 GMT+03:00 Ravi Kiran : > Hi, > > I am writing to get some pointers on a strange issue which are facing in > tomcat in one of our client environments. > > Setup: 4 Webservers connecting to 2 tomcat using mod_jk (load balanced) > > Issue: Request parameters GET/POST are coming as nul