Re: css files served as application/x-pointplus with java8

2014-08-05 Thread Sergio Fernández
Hi, On 25/07/14 17:10, Christopher Schultz wrote: Therefore, is it possible there is an issue with Tomcat (embedded via maven or not) and Java 8? I'm not really sure what to tell you, because Tomcat simply does not have a MIME mapping for application/x-pointplus. Not at all. AFAIK, Tomcat's

passing JAVA_OPTS to tomcat6 service (Windows 7) - catalina.bat?

2014-08-05 Thread Christoph P.U. Kukulies
I'm running tomncat 6.0.32 under Windows 7. Some system I want to run (OpenCMS) requires set JAVA_OPTS=%JAVA_OPTS%-Djava.awt.headless=true in catalina.bat. I'm not sure whether catalina.bat is invoked at all when tomcat6 is run as a service under Windows. How can I pass this JVM parameter

Re: passing JAVA_OPTS to tomcat6 service (Windows 7) - catalina.bat?

2014-08-05 Thread Christoph P.U. Kukulies
Am 05.08.2014 11:12, schrieb Christoph P.U. Kukulies: I'm running tomncat 6.0.32 under Windows 7. Some system I want to run (OpenCMS) requires set JAVA_OPTS=%JAVA_OPTS%-Djava.awt.headless=true in catalina.bat. I'm not sure whether catalina.bat is invoked at all when tomcat6 is run as a

Re: Increasing incoming connection request in a queue

2014-08-05 Thread Dhaval Jaiswal
After reviewing your comments found that in below tags i have not defined the maxThreads limit in Connector Port 8080. While the same exists with the connector port 8009. Default limit of maxThreads is 200. LB is communicating with tomcat on port 8080. I think by increasing maxThreads limit will

Re: Increasing incoming connection request in a queue

2014-08-05 Thread David kerber
On 8/5/2014 8:49 AM, Dhaval Jaiswal wrote: After reviewing your comments found that in below tags i have not defined the maxThreads limit in Connector Port 8080. While the same exists with the connector port 8009. Default limit of maxThreads is 200. LB is communicating with tomcat on port 8080.

Re: Restricting SSL access within webapp

2014-08-05 Thread John Smith
All, Thanks for the thoughtful advice and replies. To answer a few questions, belatedly, yes it would be an option to move the admin tools to another instance of TC, as Leo suggested -- in a way a better one, since it wouldn't need session replication, could exist on a single server since the

Unable to deploy MBeans in Tomcat 7 using Modeler API

2014-08-05 Thread Yogesh Rao
Hi, I am trying to write a MBean using the Modeler API in tomcat. The details of my environment are as below:- Tomcat version : 7.0.54 JDK version : 1.7 OS : windows 7 The MBean written using Modeler API is not getting deployed and hence not showing up on JConsole. Following is the simple

Re: JKS keystore password Encryption

2014-08-05 Thread John Smith
You may find Wiki also useful: http://wiki.apache.org/tomcat/FAQ/Password -Ognjen Write your own datasource implementation which wraps your datasource and obscure your brains out (XOR http://en.wikipedia.org/wiki/XOR_cipher and ROT13 http://en.wikipedia.org/wiki/ROT13 are great

Re: Increasing incoming connection request in a queue

2014-08-05 Thread Dhaval Jaiswal
David, Resources are enough. what happened in current configurations, When I will receive more than 200 connections. Will it keep on hold or it will give the blank page. Connector port=8080 protocol=HTTP/1.1 connectionTimeout=2 redirectPort=8443 / On Tue,

Tomcat 7 to 8 Upgrade - Performance Degradation

2014-08-05 Thread Peter Rifel
Hello, I am in the process of upgrading from Tomcat 7.0.54 to Tomcat 8.0.9 and am seeing some performance degradation in my webapp. Configuration info: Ubuntu 14.04.1 LTS java version 1.8.0_11 Java(TM) SE Runtime Environment (build 1.8.0_11-b12) Java HotSpot(TM) 64-Bit Server VM (build

Re: APR with PKCS11 support

2014-08-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sunaullah, On 7/26/14, 4:50 AM, Sanaullah wrote: I tried that configuration but getting errrors. I just want you to know that you haven't been forgotten: I'm on vacation for a bit but I'd really like to take a look at this issue when I return.

Re: passing JAVA_OPTS to tomcat6 service (Windows 7) - catalina.bat?

2014-08-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 8/5/14, 5:12 AM, Christoph P.U. Kukulies wrote: I'm running tomncat 6.0.32 under Windows 7. Some system I want to run (OpenCMS) requires set JAVA_OPTS=%JAVA_OPTS%-Djava.awt.headless=true Don't use JAVA_OPTS. Use CATALINA_OPTS

Re: Unable to deploy MBeans in Tomcat 7 using Modeler API

2014-08-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Yogesh, On 8/5/14, 10:18 AM, Yogesh Rao wrote: I am trying to write a MBean using the Modeler API in tomcat. The details of my environment are as below:- Tomcat version : 7.0.54 JDK version : 1.7 OS : windows 7 The MBean written using

Re: JKS keystore password Encryption

2014-08-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Sanaullah, On 8/4/14, 9:19 PM, Sanaullah wrote: Thanks to all. I was looking something similar to this [1] which is implemented in JBoss. [1]

Re: Increasing incoming connection request in a queue

2014-08-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dhaval, On 8/5/14, 12:41 PM, Dhaval Jaiswal wrote: David, Resources are enough. what happened in current configurations, When I will receive more than 200 connections. Will it keep on hold or it will give the blank page. Connector

Re: Unable to deploy MBeans in Tomcat 7 using Modeler API

2014-08-05 Thread Yogesh Rao
Hi chris, Thank you for the quick reply. I will certainly look at the link mentioned by you... Also let me know if you planning to upload the source code anytime soon. Meanwhile any tomcat developers on the mailing list can help me with this ??? I can slso volunteer in contributing to this part

Error on end users Windows PC

2014-08-05 Thread mickie.vest
When trying to click on a streaming video file she gets: Error Apache 6.0.35 but nothing further. It has to be her PC since we aren't seeing the error anywhere else. I don't have server access to logs and whatnot but I sure would appreciate any ideas I can do over the phone with the user. What

Re: JKS keystore password Encryption

2014-08-05 Thread Sanaullah
Hi Chris, I don't want to pass the audit. I am just curious why Jboss implemented that ? and whats the purpose of SRP protocol implementation just to pass the audit? [1]