On 3/20/2013 1:41 PM, my business mail wrote:
HI, I un-commented the SSL section in the server.xml file and added the path and password to the keystore. But when accessing the https://localhost:8443/ URL, it just keeps spinning. no error , it just doesn't seem to connect. This is my first time configuring in w2k8. Is there something else I'd have to do for this OS?<Connector port="*8080*" protocol="*HTTP/1.1*" connectionTimeout="*20000*"redirectPort ="*8443*" disableUploadTimeout="*true*" socketBuffer="*64000*"maxHttpHeaderSize ="*8192*" maxThreads="*150*" enableLookups="*false*" acceptCount="*100*" /> <Connector port="*8443*" protocol="*HTTP/1.1*" SSLEnabled="*true*"maxThreads ="*150*" scheme="*https*" secure="*true*" clientAuth="*false*" sslProtocol=" *TLS*" keystoreFile="*D:/DevCert/dev.keystore*" keystorePass="*password1***"/> <Connector port="*8009*" protocol="*AJP/1.3*" redirectPort="*8443*" />
Why don't you just copy and paste this section without any additional formatting, bold, stars etc, so we can see if you might have a typo in it. For one thing, does there need to be a space before "maxThreads"?
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
