Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@apache.org Received: (qmail 93127 invoked from network); 17 Jun 2002 10:56:56 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 17 Jun 2002 10:56:56 -0000 Received: (qmail 6149 invoked by uid 97); 17 Jun 2002 10:56:05 -0000 Delivered-To: qmlist-jakarta-archive-tomcat-user@jakarta.apache.org Received: (qmail 6133 invoked by uid 97); 17 Jun 2002 10:56:04 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 6121 invoked by uid 98); 17 Jun 2002 10:56:04 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Message-ID: <4135D07B3996D1118F3100805F8B0B0E0418A10B@APOLLO> From: Donie Kelly To: 'Tomcat Users List' Subject: RE: Configuring SSL for Tomcat 4.0 Date: Mon, 17 Jun 2002 11:51:02 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi phani The ROOT context is commented out But I'm not sure if the Tomcat root pages work or not if that is removed. I don't have a standard setup and cannot test that easily. What parse exceptions are you talking about? Did you forget to include them? Donie -----Original Message----- From: phani [mailto:phani@vqindia.com] Sent: June 17, 2002 11:37 To: Tomcat Users List Subject: Re: Configuring SSL for Tomcat 4.0 Hi Donie, I am really SORRY I forgot to remove the comments..... Now i removed the comments and it is not working.... Once again sorry for a stupid thing..... I am getting following screen full of error.... most of them belongs to xml parserexception. thanks for the help phani Here is my server.xml file.... usersa password driverClassName org.hsql.jdbcDriver driverName jdbc:HypersonicSQL:database mail.smtp.host 192.168.1.91 ----- Original Message ----- From: Donie Kelly To: 'Tomcat Users List' Sent: Monday, June 17, 2002 3:46 PM Subject: RE: Configuring SSL for Tomcat 4.0 > Can you post us the full server.xml? Check if something is being logged... > > Donie > > > -----Original Message----- > From: phani [mailto:phani@vqindia.com] > Sent: June 17, 2002 11:20 > To: Tomcat Users List > Subject: Re: Configuring SSL for Tomcat 4.0 > > > Hi Donie, > > Every thing is working fine except ssl. > ie i am able to get the file using http://localhost:8080/ > and http://192.168.1.110:8080/ > for both the url i am getting the tomcat home page. > > Thanks for the help > phani > ----- Original Message ----- > From: Donie Kelly > To: 'Tomcat Users List' > Sent: Monday, June 17, 2002 3:39 PM > Subject: RE: Configuring SSL for Tomcat 4.0 > > > > Was the splash page working before you added the SSL stuff? If it was I'm > > not sure what the problem is. Comment out the SLL stuff and see if it > works. > > > > > > Can "localhost" be resolved on windows? Try it in a command window first. > > Check the logs in %TOMCAT_HOME%/logs. Delete the log before you start and > > have a look after the request is complete. It may shed some light. > > > > Donie > > > > > > -----Original Message----- > > From: phani [mailto:phani@vqindia.com] > > Sent: June 17, 2002 11:07 > > To: Tomcat Users List > > Subject: Re: Configureing SSL for Tomcat 4.0 > > > > > > Hi Donie, > > > > Thanks for the help. > > > > I changed the Factory attributes. > > keystoreFile="C:\windows" > > keystorePass="changeit" > > > > Now i am able to run the tomcat. > > > > But when i try to acces the home page https://localhost:8443/ > > i am getting page cannot be displayed > > when i try to acces through id https://192.168.1.110:8443/ > > i am getting a blank page.... nothing is displayed. > > > > As per the bellow doc it is saying that try: https://localhost:8443 > > and you should see the usual Tomcat splash page (unless you have modified > > the ROOT web application) > > > > doc: url > > > http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html#Edit%20the%20 > > Tomcat%20Configuration%20File > > > > What is the problem?... the tomcat is running fine and no error are > > displayed > > > > Thanks for the help in advace. > > > > phani > > > > ----- Original Message ----- > > From: Donie Kelly > > To: 'Tomcat Users List' > > Sent: Monday, June 17, 2002 3:07 PM > > Subject: RE: Configureing SSL for Tomcat 4.0 > > > > > > > Hi phani > > > > > > To run tomcat so that you can see the errors. Type 'catalina run' > > > > > > I think the password is wrong. I think the default is "changit". I could > > be > > > wrong. The error message should tell you. > > > > > > Use the following example if your password is different. Note that you > can > > > specify the location of the keystore. Better to tell it exactly where it > > is > > > in my opinion... > > > > > > > > port="443" minProcessors="5" maxProcessors="75" > > > enableLookups="true" > > > acceptCount="10" scheme="https" secure="true" > > > allowChunking="false" > > > > > > className="org.apache.catalina.net.SSLServerSocketFactory" > > > clientAuth="false" protocol="TLS" > > > keystoreFile="c:\tomcat4.0\.keystore" > > > keystorePass="changit" /> > > > > > > > > > Give us the error output if you're having more troubles... > > > Donie > > > > > > > > > -----Original Message----- > > > From: phani [mailto:phani@vqindia.com] > > > Sent: June 17, 2002 10:31 > > > To: tomcat-user > > > Subject: Configureing SSL for Tomcat 4.0 > > > > > > > > > hi, > > > > > > I am trying to configure tomcat4.0 for standalone mode but no > luck.When > > i > > > try to run tomcat the window pops up and closes.I am unable to see the > > error > > > messages. > > > > > > My environmet is : win 98; jdk1.4, tomcat4.0 > > > > > > I followed the bellow steps to configure the tomcat. > > > > > > created a certificate using the bellow command > > > > > > c:\keytool -genkey -alias tomcat -keyalg RSA > > > > > > and i gave the password changeit .The certificate is generated on my > > user > > > home dir c:\windows > > > > > > Now i removed the comments for Connector in server.xml > > > > > > > > port="8443" minProcessors="5" maxProcessors="75" > > > enableLookups="true" > > > acceptCount="10" debug="0" scheme="https" secure="true"> > > > className="org.apache.catalina.net.SSLServerSocketFactory" > > > clientAuth="false" protocol="TLS"/> > > > > > > > > > But i am getting the above said error. > > > > > > Can some one guide me where i went wrong.... > > > > > > Thanks for any help > > > phani > > > > > > -- > > > To unsubscribe, e-mail: > > > > > For additional commands, e-mail: > > > > > > > > -- > > To unsubscribe, e-mail: > > > > For additional commands, e-mail: > > > > > > -- > > To unsubscribe, e-mail: > > > For additional commands, e-mail: > > > > -- > To unsubscribe, e-mail: > > For additional commands, e-mail: > > > -- > To unsubscribe, e-mail: > For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: -- To unsubscribe, e-mail: For additional commands, e-mail: