RE: Error importing SSL certificate

2007-03-28 Thread Jean-Sebastien Pilon
What is the command you are using to import the certificate ? > -Original Message- > From: Reis, Tom [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 28, 2007 1:36 PM > To: users@tomcat.apache.org > Subject: Error importing SSL certificate > > I receive the following error when t

Replacing tomcat-users.xml

2007-03-27 Thread Jean-Sebastien Pilon
Hello, I would like to replace the tomcat-users.xml file with something like auth_ldap on apache's httpd. I want to integrate the tomcat access to the manager, etc.. To Active directory. If any one has any hints, it would be appreciated. TIA NOTICE: This email contains privileged and c

RE: Application resources, where ??

2007-03-23 Thread Jean-Sebastien Pilon
. Si vous n'ĂȘtes pas le destinataire de > ce document, nous vous signalons qu'il est strictement > interdit de le diffuser, de le distribuer ou de le reproduire. > - Original Message - > From: "Jean-Sebastien Pilon" <[EMAIL PROTECTED]> > To: "

Application resources, where ??

2007-03-23 Thread Jean-Sebastien Pilon
Hello, I run applications that requires to save have files such as PDF. It was first located within the webapp's directory, but that caused a problem since the files were deleted each time the application was re-deployed. Where should I put those files ? Is there any configurations for avoid

Monitoring JVM using JMX + manager's jmxproxy

2007-03-22 Thread Jean-Sebastien Pilon
Hello, I am working on some plugins and templates for Nagios and Cacti to monitor JVM on our tomcat servers I am seeking some help to understand how I can get only the Usage values off the following MBean query. http://hostname:8080/manager/jmxproxy/?qry=*%3Atype%3DMemoryPool%2Cname% 3DCode%20C

Connector thread settings

2007-03-22 Thread Jean-Sebastien Pilon
Hello, I am running tomcat with multiple connectors ( 8080, 80, 443 ). 80 is a redirect to -> 8080. Since no one will stay connected to port 80 since they are redirected, should I lower the Min and Max spare threads settings to lower memory usage ? Will it make a difference ? Max threads: 150 M

java.lang.OutOfMemoryError: Java heap space

2007-03-20 Thread Jean-Sebastien Pilon
Hello, I have been experiencing issues with a Tomcat server. Everyday we get the following error: java.lang.OutOfMemoryError: Java heap space This machine runs tomcat with 2 webapps and some java based cronjobs. I start tomcat with the following java options: -Xms128m -Xmx512m Tomcat Version

RE: Redirect question - SOLVED

2007-03-07 Thread Jean-Sebastien Pilon
Thanks, the connector did it for me. > -Original Message- > From: Caldarale, Charles R > Sent: Tuesday, March 06, 2007 5:44 PM > To: Tomcat Users List > Subject: RE: Redirect question > > > From: Jean-Sebastien Pilon > > Subject: Redirect question > &

Redirect question

2007-03-06 Thread Jean-Sebastien Pilon
Hello, I am migrating an application to a new server. The web application is installed on the new server, I still need to serve it on port 8080 since some users are using it like this. But I also need to serve it on port 80. On the old server, apache was installed to redirect to http://hostname:80

JSVC - update java

2007-03-02 Thread Jean-Sebastien Pilon
Hello, I would like to know if I need to recompile JSVC if I update the jvm. Current version of the JVM is 5.0_u6 and the new one will be 5.0_u10 TIA NOTICE: This email contains privileged and confidential information and is intended only for the individual to whom it is addressed. If you are n

RE: How To Upgrade JDK used by Tomcat 4.1

2007-02-28 Thread Jean-Sebastien Pilon
You should take a look at this link http://java.sun.com/javase/tzupdater_README.html > -Original Message- > From: Eric Davis [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 28, 2007 1:18 PM > To: users@tomcat.apache.org > Subject: How To Upgrade JDK used by Tomcat 4.1 > > Hello,

Updating java

2007-02-27 Thread Jean-Sebastien Pilon
Hello, Because of DST changes I need to upgrade a lot of java installations. I am using JSVC and I am wondering if I will need to recompile it since I am doing minor updates. 5.0_u6 and 5.0_u8 to 5.0_u10. Any hint would be appreciated. NOTICE: This email contains privileged and confidential info

RE: Monitoring of Tomcat process

2007-02-20 Thread Jean-Sebastien Pilon
You could write a script that wget's the applications home page for a few iterations and that checks that the process is running and restart it if no answer. You could also use nagios with the check_http or with nrpe to check the processes on the app server. See nagios.org on this one, this is qui