RE: Can't access tomcat pages with https://

2003-08-28 Thread Purvis Robert
But you might need to use scheme=https in the Connector for JK2. -Original Message- From: John Turner [mailto:[EMAIL PROTECTED] Sent: 27 August 2003 19:33 To: Tomcat Users List Subject: Re: Can't access tomcat pages with https:// Yes. You wouldn't do it in a connector environment.

RE: How to get reference of MBeanServer in Tomcat

2003-08-27 Thread Purvis Robert
I've done this just recently in fact! I was looking for a means of monitoring objects within our Tomcat and dicovered JMX. To get to Tomcats Mbean Server you use the following (I've got it in a GeneralJMX class in a static method for easy of reuse): public class GeneralJMX { /** Creates a

RE: mod_jk forwarding scheme problems - https requests

2003-08-27 Thread Purvis Robert
Did you try: scheme=https as an attribute in the https Connector in server.xml ? -Original Message- From: Rudolf Schamberger [mailto:[EMAIL PROTECTED] Sent: 26 August 2003 16:50 To: [EMAIL PROTECTED] Subject: mod_jk forwarding scheme problems - https requests Hello, did anyone

RE: How to get reference of MBeanServer in Tomcat

2003-08-27 Thread Purvis Robert
I forgot to mention - you must also copy the mx4j-jmx.jar from server/lib to common/lib so your web apps can use the Tomcat JMX classes. Rob -Original Message- From: s p [mailto:[EMAIL PROTECTED] Sent: 27 August 2003 03:59 To: [EMAIL PROTECTED] Subject: How to get reference of

Tomcat 4.1.27 rpm files

2003-08-26 Thread Purvis Robert
I have been waiting for the RPM format files to appear on the Tomcat download site, but they don't seem to be there yet. Is there any plan to make Tomcat 4.1.27 available as RPMs? I personally always prefer installing from RPM as its much easier to control the uninstall process. Rob

RE: mysql connection pooling problem

2003-08-26 Thread Purvis Robert
Or put it into tomcat4/common/lib - because then all web applications can access the JDBC driver. Rob -Original Message- From: Christopher Garrett [mailto:[EMAIL PROTECTED] Sent: 26 August 2003 10:43 To: Tomcat Users List Subject: Re: mysql connection pooling problem This is an

RE: Upgrading Tomcat to 4.1.27

2003-08-26 Thread Purvis Robert
Its best to uninstall before installing the new version. But you must make sure you keep copies of server.xml, web.xml, webapps, and things you've put into common/lib and common/classes so you ca restore these into the new Tomcat directories. Don't just copy your old conf/server.xml and

RE: Configuring Tomcat to NOT run as Root

2003-08-26 Thread Purvis Robert
But if you don't run as root then you won't be able to use ports 80 or 443 because only root can grab those. Maybe this isn't a problem though, if you are using 8080 and/or 8443. Rob -Original Message- From: Scott W Ricketts [mailto:[EMAIL PROTECTED] Sent: 26 August 2003 12:59 To: