Re: tomcat 6.0.24 ssl with windows 7

2010-02-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Roy,

On 2/19/2010 1:10 AM, Roy Nabel wrote:
> With jdk1.6.0 and tomcat 6.0.10 ssl works great on windows 7 or windows 2008 
> R1 .
> Server.xml ssl fragment
>protocol="HTTP/1.1"
>SSLEnabled="true"
>maxThreads="150"
>scheme="https"
>secure="true"
>clientAuth="false"
>keystoreFile="C:\jdk1.6.0\bin\ domain_name.keystore"
>SSLCertificateKeyFile="C:\jdk1.6.0\bin\ domain_name.keystore"
>SSLCertificateFile="C:\jdk1.6.0\bin\domain_name.crt"
>SSLCertificateChainFile="C:\jdk1.6.0\bin\ComodoEVSGCCA.crt"
>keystorePass="***"
>sslProtocol="TLS" />
> When you replace tomcat 6.0.10 with tomcat 6.0.24 tomcat does not produce 
> logs or connect.
> Any suggestions? Is there some new setting or procedure with 6.0.24?

How are you starting Tomcat? If either as a service or
"bin\startup.bat", try this instead:

C:\Tomcat> bin\catalina.bat run

You may get some output on the console that is lost when you run it in
your "regular" way.

- -chris
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkt+sHQACgkQ9CaO5/Lv0PA1IQCfdnzBB9LYNygQKkcXrUbfSgHY
X9AAn3BaxmIX1KopfVd1j6BeEW3e26Jw
=kmmp
-END PGP SIGNATURE-

-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: tomcat 6.0.24 ssl with windows 7

2010-02-19 Thread Evgeniy Lyuty

try to change protocol attribute to
org.apache.coyote.http11.Http11NioProtocol or
org.apache.coyote.http11.Http11Protocol , it helped in my case


Roy Nabel wrote:
> 
> With jdk1.6.0 and tomcat 6.0.10 ssl works great on windows 7 or windows
> 2008 R1 .
> Server.xml ssl fragment
>protocol="HTTP/1.1"
>SSLEnabled="true"
>maxThreads="150"
>scheme="https"
>secure="true"
>clientAuth="false"
>keystoreFile="C:\jdk1.6.0\bin\ domain_name.keystore"
>SSLCertificateKeyFile="C:\jdk1.6.0\bin\
> domain_name.keystore"
>SSLCertificateFile="C:\jdk1.6.0\bin\domain_name.crt"
>SSLCertificateChainFile="C:\jdk1.6.0\bin\ComodoEVSGCCA.crt"
>keystorePass="***"
>sslProtocol="TLS" />
> When you replace tomcat 6.0.10 with tomcat 6.0.24 tomcat does not produce
> logs or connect.
> Any suggestions? Is there some new setting or procedure with 6.0.24?
> Thanks,
> Roy
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/tomcat-6.0.24-ssl-with-windows-7-tp27649970p27653573.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



Re: tomcat 6.0.24 ssl with windows 7

2010-02-18 Thread Jason Brittain
Roy,

You can try starting Tomcat with one of the following JVM startup switches,
and then inspect the logs after trying to connect to Tomcat via HTTPS to see
what isn't working:

-Djavax.net.debug=all
-Djavax.net.debug=ssl:handshake:data
-Djavax.net.debug=help <-- to get a list of options

See this page for a more detailed explanation of these debug options:

http://java.sun.com/javase/6/docs/technotes/guides/security/jsse/JSSERefGuide.html#Debug

--
Jason Brittain


On Thu, Feb 18, 2010 at 10:10 PM, Roy Nabel  wrote:

> With jdk1.6.0 and tomcat 6.0.10 ssl works great on windows 7 or windows
> 2008 R1 .
> Server.xml ssl fragment
>  protocol="HTTP/1.1"
>   SSLEnabled="true"
>   maxThreads="150"
>   scheme="https"
>   secure="true"
>   clientAuth="false"
>   keystoreFile="C:\jdk1.6.0\bin\ domain_name.keystore"
>   SSLCertificateKeyFile="C:\jdk1.6.0\bin\ domain_name.keystore"
>   SSLCertificateFile="C:\jdk1.6.0\bin\domain_name.crt"
>   SSLCertificateChainFile="C:\jdk1.6.0\bin\ComodoEVSGCCA.crt"
>   keystorePass="***"
>   sslProtocol="TLS" />
> When you replace tomcat 6.0.10 with tomcat 6.0.24 tomcat does not produce
> logs or connect.
> Any suggestions? Is there some new setting or procedure with 6.0.24?
> Thanks,
> Roy
>
>


-- 
Jason Brittain


tomcat 6.0.24 ssl with windows 7

2010-02-18 Thread Roy Nabel
With jdk1.6.0 and tomcat 6.0.10 ssl works great on windows 7 or windows 2008 R1 
.
Server.xml ssl fragment

When you replace tomcat 6.0.10 with tomcat 6.0.24 tomcat does not produce logs 
or connect.
Any suggestions? Is there some new setting or procedure with 6.0.24?
Thanks,
Roy