Re: Tomcat 8 fails to deploy applications with uppercase context paths

2014-09-08 Thread Mark Thomas
On 09/09/2014 00:17, Austin Jones wrote: > Hello, > I am having a problem with Tomcat 8 (v8.0.12), and uppercase context paths. > I am using the manager interface (text) to deploy apps on Linux with the > J2SE HotSpot JVM. > > I deploy my application as a compressed WAR, and context.xml config.

PKCS 12 issues in apache tomcat

2014-09-08 Thread Siva K Chittamuru
Hello, I am using Apache tomcat version 7 and trying to configure SSL. Here is what I did so far. 1. Generated CSR using OpenSSL and purchased certificate from geotrust. 2. Imported the cert from Geotrust to the PEM keystore. 3. Converted keystore to PKCS 12. 4. Configured SSL connector in ser

Tomcat 8 fails to deploy applications with uppercase context paths

2014-09-08 Thread Austin Jones
Hello, I am having a problem with Tomcat 8 (v8.0.12), and uppercase context paths. I am using the manager interface (text) to deploy apps on Linux with the J2SE HotSpot JVM. I deploy my application as a compressed WAR, and context.xml config. I have tomcat configured to decompress the WAR in the

Re: web.xml authentication and Tomcat Realm

2014-09-08 Thread Ja kub
Christopher, could You please explain why: Note that using JDBCRealm will give you terrible performance: use a DataSourceRealm instead with a JNDI DataSource. Is this because JDBCRealm will create a new connection to database each time (will it?), and DataSourceRealm will use a connection pool