Re: change passwd for keystore

2002-02-21 Thread nathan phillips
I've just deleted my keystore and started over when I needed to change my password. If you want to try this, find the file .keystore in your USER_HOME directory and delete it. From: [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: change passwd

Bug with Tomcat 4.0.1 SSL and web.xml security contraint?

2002-02-21 Thread nathan phillips
I have a self-signed certificate installed. When I hit https://localhost/secure/index.jsp it works fine. However, if I hit the same URL with http instead of https, I get a NullPointerException from Tomcat. My security mapping in web.xml should redirect this request to https I thought. I

Tomcat and Apache default context

2002-02-19 Thread nathan phillips
I've been trying to get multiple virtual host working the way I want with my Tomcat4.0.1/Apache1.3 configuration for too long and seem to be at a loss. I am unable to map an application as a default root to my virtual host. In essence I want to be able to access my application by using

Re: Tomcat and Apache default context

2002-02-19 Thread nathan phillips
: daedalus.apache.org 1.6.2 0/1000/N Try mapping the ROOT (webapps/Root) context with a virtual host RS nathan phillips [EMAIL PROTECTED] on 02/19/2002 11:01:44 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Tomcat and Apache default context I've been

Re: Virtual Hosts problem with Singleton Class

2002-02-18 Thread nathan phillips
The singletons should work fine I believe. Each web application will get its own classloader which will load only one instance of each singleton. Since web application classloader have no insight to any other web application class loader, this shouldn't be an issue. Insure that your

Re: Virtual Hosts problem with Singleton Class

2002-02-18 Thread nathan phillips
loader is never invoked? - Original Message - From: nathan phillips [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 18, 2002 5:20 PM Subject: Re: Virtual Hosts problem with Singleton Class The singletons should work fine I believe. Each web application will get its own

Re: Trouble with my web.xml?

2002-02-18 Thread nathan phillips
I believe you must define all your servlets before you define your servlet mappings. Try it like this: servlet servlet-namedbConnect/servlet-name servlet-classto.nod.servlets.dbConnect/servlet-class load-on-startup1/load-on-startup /servlet

Setting up Apache1.3 with Tomcat 4.1

2002-02-15 Thread nathan phillips
Documentation in server.xml states that I need the MOD_WEBAPP connecter to connect the two together and to read the README.txt file that comes with it. I've been looking around but I'm unable to find the WebApp Module distribution. Does anyone have the URL for this? Does anyone know of any