I found documentation the
http://tomcat.apache.org/tomcat-6.0-doc/printer/ssl-howto.html
states that situation accurately

Congratulations chris on finding a bonafide bug on Tomcat 5.5.26 doc

Martin Gainty 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> Date: Sat, 11 Oct 2008 13:53:46 +0100
> From: [EMAIL PROTECTED]
> To: users@tomcat.apache.org
> Subject: Re: Non-secure HTTP connector with secure="true" requires a  
> keystore?
> 
> Christopher Schultz wrote:
> > Chuck,
> > 
> > Caldarale, Charles R wrote:
> >> The code in 6.0 is noticeably different from that in 5.5 for protocol
> >> initialization, including setting up the socket factory.  Would it be
> >> possible to test the config on 6.0 to see if you can achieve the
> >> desired results there?
> > 
> > Here is what I've found:
> > 
> > Tomcat 5.5.26 with the following <Connector> configuration (which is
> > identical to that provided in the example server.xml that ships with TC
> > 5.5.26 plus the secure="true" attribute):
> > 
> >     <Connector port="8080"
> >     maxHttpHeaderSize="8192"
> >         maxThreads="150"
> >     minSpareThreads="25"
> >     maxSpareThreads="75"
> >     enableLookups="false"
> >     redirectPort="8443"
> >     acceptCount="100"
> >     connectionTimeout="20000"
> >     disableUploadTimeout="true"
> >     secure="true"
> >     />
> > 
> > I get the following exception:
> > 
> > java.io.FileNotFoundException: /home/chris/.keystore (No such file or
> > directory)
> >         at java.io.FileInputStream.open(Native Method)
> >         at java.io.FileInputStream.<init>(FileInputStream.java:106)
> >         at
> > org.apache.tomcat.util.net.jsse.JSSESocketFactory.getStore(JSSESocketFactory.java:284)
> > 
> > Removing the secure="true" attribute results in a successful startup (as
> > expected).
> That looks like a bug to me. Please add to to bugzilla so it doesn't get
> lost and forgotten about.
> 
> Mark
> 
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

_________________________________________________________________
See how Windows Mobile brings your life together—at home, work, or on the go.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/

Reply via email to