Why is tomcat trying to load hsql.jdbcDriver

2006-09-09 Thread William Chu
Hello, I am seeing the following exception when I am trying to start tomcat. I am using tomcat4. I am not using the hsql.jdbcDriver. I am trying to use the mysql jdbc driver. Any ideas why? javax.naming.NamingException: Exception creating DataSource: org.hsql.jdbcDriver at org.apache.nam

HTTPS and Keys

2006-08-07 Thread William Chu
Hello, When configuring tomcat for HTTPS, how does tomcat know which key to use? If you run the keytool command multiple times, you generate multiple keys. The keys are stored in the .keystore file and so if I generate multiple keys, which one gets picked? Thanks, Will

Re: How do I direct all http requests to Https

2006-08-04 Thread William Chu
he CoyoteConnector has a new redirectPort option that works like in TC 4.x+. > -Original Message- > From: William Chu [mailto:[EMAIL PROTECTED] > Sent: Friday, August 04, 2006 3:59 PM > To: Tomcat Users List; [EMAIL PROTECTED] > Subject: Re: How do I direct all http requests

Re: How do I direct all http requests to Https

2006-08-04 Thread William Chu
Thank you Bill, I am using 3.3.1 . What is the SVN trunk? And how do I do this? Thank you Will On 8/4/06, Bill Barker <[EMAIL PROTECTED]> wrote: With the TC 3.3 line, the auto-redirect is only implemented in the SVN trunk. > -Original Message- > From: William Chu [m

Re: How do I direct all http requests to Https

2006-08-04 Thread William Chu
, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: I just responded to this yesterday, web.xml for your web-application http://e-docs.bea.com/wls/docs61/webapp/web_xml.html#1019727 user-data-constraint & CONFIDENTIAL Filip William Chu wrote: > How do I direct a user to the h

How do I direct all http requests to Https

2006-08-04 Thread William Chu
How do I direct a user to the https url when they use the http url? i.e. http:// is directed to https:// - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Tomcat 3.3.1 with an IBM JVM

2006-08-03 Thread William Chu
Hello Has anyone ever configured Tomcat 3.3.1 with an IBM JVM to use https? I have unable to get it working. I see the following exception: INFO tomcat server output Caused by: org.apache.tomcat.core.TomcatException: Root cause - Class com.ibm.jsse.bt configured for SSLContext not a SSLContext

Re: Enabling https with a IBM JVM

2006-08-02 Thread William Chu
o that I can confirm that Tomcat 3.3.1 won't work with any other JVM's except for Sun's? I don't want to go to far down the wrong road ... Thanks again! Will On 8/2/06, Bill Barker <[EMAIL PROTECTED]> wrote: "William Chu" <[EMAIL PROTECTED]> wrote in mes

Re: Enabling https with a IBM JVM

2006-08-02 Thread William Chu
Hello, I am trying to enable https on Tomcat 3.3.1. I am using an IBM JVM. When I go to the url https://, I see the following exception. In my browser, I get a 503 message saying that the "Server is starting". org.apache.tomcat.core.TomcatException: Root cause - Class com.ibm.jsse.bt configured