i just downloaded 5.0.30, uncommented the SSL Connector, generated a key with 

keytool -genkey -alias tomcat -keyalg RSA

and started tomcat and the messages show 8443 is running. i requset 
localhost:8443 and I get a sequence of 10 squares, but it's certainly no 404 
error. my connector is the out-of-box SSL Connector like yours.

INFO: Starting Coyote HTTP/1.1 on http-8080
01-Dec-2004 14:52:39 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8443
01-Dec-2004 14:52:39 org.apache.jk.common.ChannelSocket init
INFO: JK2: ajp13 listening on /0.0.0.0:8009
01-Dec-2004 14:52:39 org.apache.jk.server.JkMain start
INFO: Jk running ID=0 time=16/32  config=C:\Documents and Settings\me\De
sktop\jakarta-tomcat-5.0.30\conf\jk2.properties
01-Dec-2004 14:52:39 org.apache.catalina.startup.Catalina start
INFO: Server startup in 3406 ms

I'm afraid I'm stumped. What OS are you on?

> -----Original Message-----
> From: Pawson, David [mailto:[EMAIL PROTECTED]
> Sent: 01 December 2004 14:38
> To: Tomcat Users List
> Subject: RE: ssl configuration. 5.0.28
> 
> 
> 
>     className is a common attribute of the Connector element. 
>     look at the common attributes table in 
>     http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html
> 
> Sorry. Missed that.
> 
>     
>     can you post what you have used for the SSL Connector?
> 
> <Connector 
>            port="8443" 
>            minProcessors="5" 
>            maxProcessors="75"
>            enableLookups="true" 
>            disableUploadTimeout="true"
>            acceptCount="100" 
>            debug="0" 
>            scheme="https" 
>            secure="true"
>            clientAuth="false" 
>            sslProtocol="TLS"
> keystoreFile="webapps/repository/.keystore"
> keystorePass="myPassword"
>          />
> 
> (No, its not commented out :-)
> 
>  have 
>     you checked localhost_log for errors after startup?
> 
> I was hopeful, but nothing.
> 
> 
> 2004-12-01 14:06:23 
> StandardContext[/balancer]org.apache.webapp.balancer.BalancerF
> ilter: init(): ruleChain: 
> [org.apache.webapp.balancer.RuleChain: 
> [org.apache.webapp.balancer.rules.URLStringMatchRule: Target 
> string: News / Redirect URL: http://www.cnn.com], 
> [org.apache.webapp.balancer.rules.RequestParameterRule: 
> Target param name: paramName / Target param value: paramValue 
> / Redirect URL: http://www.yahoo.com], 
> [org.apache.webapp.balancer.rules.AcceptEverythingRule: 
> Redirect URL: http://jakarta.apache.org]]
> 2004-12-01 14:06:24 
> StandardContext[/jsp-examples]ContextListener: contextInitialized()
> 2004-12-01 14:06:24 
> StandardContext[/jsp-examples]SessionListener: contextInitialized()
> 2004-12-01 14:06:24 
> StandardContext[/servlets-examples]ContextListener: 
> contextInitialized()
> 2004-12-01 14:06:24 
> StandardContext[/servlets-examples]SessionListener: 
> contextInitialized()
> 
> 
> regards DaveP
> 
> -- 
> DISCLAIMER:
> 
> NOTICE: The information contained in this email and any 
> attachments is 
> confidential and may be privileged.  If you are not the intended 
> recipient you should not use, disclose, distribute or copy any of the 
> content of it or of any attachment; you are requested to notify the 
> sender immediately of your receipt of the email and then to delete it 
> and any attachments from your system.
> 
> RNIB endeavours to ensure that emails and any attachments generated by
> its staff are free from viruses or other contaminants.  However, it 
> cannot accept any responsibility for any  such which are transmitted.
> We therefore recommend you scan all attachments.
> 
> Please note that the statements and views expressed in this email and 
> any attachments are those of the author and do not 
> necessarily represent
> those of RNIB.
> 
> RNIB Registered Charity Number: 226227
> 
> Website: http://www.rnib.org.uk
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


<FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> 
-------------------------------------------------------
QAS Ltd.
Developers of QuickAddress Software
<a href="http://www.qas.com";>www.qas.com</a>
Registered in England: No 2582055
Registered in Australia: No 082 851 474
-------------------------------------------------------
</FONT>

Reply via email to