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
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
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
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
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
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
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
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