Re: Tomcat JMX remote

2013-01-03 Thread Schadler Johann
I suggest the following additional params: -Dcom.sun.management.jmxremote.host= -Djava.rmi.server.hostname= For me, this (with the options below, of course) works as expected. wbr Johann From: Adrien RUFFIE Sent: Thursday, December 06, 2012 4:03 PM To: users@tomcat.apache.org Subject: Tomcat

AW: tomcat not working with HTTPS

2008-01-12 Thread Schadler Johann
As I unterstand the mails before, you are merging Java-Certificates with OpenSSL ones. In the Tomcat connector you should use a SUN-JKS keystore instead of PEM-Files (usually created by OpenSSL utilities). Enter "Tomcat SSL keystore" in Google to get the recommended how-to. Be aware of the foll

Re: tomcat 5.0.28 and SSL setup

2008-01-09 Thread Schadler Johann
If you are still looking for a solution: There is a mismatch in your informations: you wrote, the keystore file would be located in your home directory but in the connector properties the keystore is referenced to be located at /user/machine/.keystore: are you aware of this difference? Johann

Re: Setting Memory Limit per Virtual Host

2008-01-08 Thread Schadler Johann
We are running into some issues on a shared hosting machine. Basically Java is eating too much memory! :-) Is it possible to set the amount of memory that a virtual host is allowed to consume? Perhaps in the server.xml We have the overall JVM set to use 1024mb of ram, but it is getting

AW: Enhancing Tomcat Speed

2007-12-22 Thread Schadler Johann
Richard Reyes wrote: > I have not had the chance to try the heap size and class reloading > thing, but would still like to learn on other might be areas of > improvements. To be able to influence the memory consumption (e.g. to tune the PermGen-Space) is the main criteria and most efficient wa

Re: SSL problem with Tomcat 5.5

2007-11-26 Thread Schadler Johann
To ensure you have a valid keystore with the included private key and a refer to an alias 'tomcat' I recommend strongly to create a new keystore as described in the reference (see links in other answer mails). At least you can create a self-signed certificate if you don't need one signed by a t

Re: Tomcat 5.5 - Virtualhost - context configuration for the zero path

2007-11-20 Thread Schadler Johann
t;". Johann - Original Message - From: "Mark Thomas" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Sunday, November 18, 2007 4:43 PM Subject: Re: Tomcat 5.5 - Virtualhost - context configuration for the zero path > Schadler Johann

Tomcat 5.5 - Virtualhost - context configuration for the zero path

2007-11-18 Thread Schadler Johann
We usually use Tomcat instances without Apache connector and we could do this without problems with Tomcat 4.x until now by defining a docBase to the path="" in a context located in the server.xml. (Usually we configure virtualhosts for a service with the default path "" - no additional context mus