ssl configuration on tomcat

2005-04-01 Thread Mustafa BLKBA
Hi, 

Is there anyone who can help me how to configure ssl on tomcat 5.0.28. my j2se 
version is 1.4.02. my keystore file type is JKS. 

I try to configure it reading the ssl configuration how-to document on this 
link. 

http://jakarta.apache.org/tomcat/tomcat-5.0-doc/ssl-howto.html

I did all the steps but it's not working. Also I install my certificate using 
this document http://www.globalsign.com.tr/destek/ss_tomcat_50.asp .

By the way what is the meaning of -1 in redirection port field ?

 



ssl configuration in tomcat

2002-12-23 Thread Davendra Kumar

hi everyone... i hope anyone can help me in this problem
i 've installed Apache Tomcat 4.1.12LE
and j2sdk1.4.1 .Yesterday i tried configuring SSL in tomcat for my login 
page.
so i followed the steps provided in the documentation. the documentation 
said choose

JSSE an installed extension by copying all three JAR files (jcert.jar, 
jnet.jar, and

jsse.jar) into your JAVA_HOME\jre\lib\ext directory but i could only find 
the jsse.jar

file so i copyied jsse.jar file to JAVA_HOME\jre\lib\ext after that i did 
the keytool

configuration from C:\j2sdk1.4.1  during keytool process i created my own 
password.

after that i removed the comments in the server.xml like shown below,
and added the keystore password with my own..password

Connector className=org.apache.coyote.tomcat4.CoyoteConnector
  port=8443 minProcessors=5 maxProcessors=75
  enableLookups=true
	   acceptCount=10 debug=0 scheme=https secure=true
  useURIValidationHack=false
 Factory 
className=org.apache.coyote.tomcat4.CoyoteServerSocketFactory
  clientAuth=false protocol=TLS keystorePass=mypassword 
/

i restarted tomcat and typed https://localhost:8443/  and it displayed The 
page cannot

be displayed.. so my question is where did i go wrong and what should i do 
next...







_
Add photos to your e-mail with MSN 8. Get 3 months FREE*. 
http://join.msn.com/?page=features/featuredemailxAPID=42PS=47575PI=7324DI=7474SU= 
http://www.hotmail.msn.com/cgi-bin/getmsgHL=1216hotmailtaglines_addphotos_3mf


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



ssl configuration in tomcat please help!!!

2002-12-23 Thread Davendra Kumar
hi everyone... i hope anyone can help me in this problem
i 've installed Apache Tomcat 4.1.12LE
and j2sdk1.4.1 .Yesterday i tried configuring SSL in tomcat for my login 
page.
so i followed the steps provided in the documentation. the documentation 
said choose JSSE an installed extension by copying all three JAR files 
(jcert.jar, jnet.jar, and jsse.jar) into your JAVA_HOME\jre\lib\ext 
directory but i could only find the jsse.jar file so i copyied jsse.jar file 
to JAVA_HOME\jre\lib\ext after that i did the keytool configuration from 
C:\j2sdk1.4.1  during keytool process i created my own password. after that 
i removed the comments in the server.xml like shown below,
and added the keystore password with my own..password

Connector className=org.apache.coyote.tomcat4.CoyoteConnector
  port=8443 minProcessors=5 maxProcessors=75
  enableLookups=true
	   acceptCount=10 debug=0 scheme=https secure=true
  useURIValidationHack=false
 Factory 
className=org.apache.coyote.tomcat4.CoyoteServerSocketFactory
  clientAuth=false protocol=TLS keystorePass=mypassword 
/

i restarted tomcat and typed https://localhost:8443/  and it displayed The 
page cannot be displayed.. so my question is where did i go wrong and what 
should i do next...








_
MSN 8: advanced junk mail protection and 3 months FREE*. 
http://join.msn.com/?page=features/junkmailxAPID=42PS=47575PI=7324DI=7474SU= 
http://www.hotmail.msn.com/cgi-bin/getmsgHL=1216hotmailtaglines_advancedjmf_3mf


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



ssl configuration in tomcat please help!!!

2002-12-23 Thread Davendra Kumar
hi everyone... i hope anyone can help me in this problem
i 've installed Apache Tomcat 4.1.12LE
and j2sdk1.4.1 .Yesterday i tried configuring SSL in tomcat for my login 
page.
so i followed the steps provided in the documentation. the documentation 
said choose JSSE an installed extension by copying all three JAR files 
(jcert.jar, jnet.jar, and jsse.jar) into your JAVA_HOME\jre\lib\ext 
directory but i could only find the jsse.jar file so i copyied jsse.jar file 
to JAVA_HOME\jre\lib\ext after that i did the keytool configuration from 
C:\j2sdk1.4.1  during keytool process i created my own password. after that 
i removed the comments in the server.xml like shown below,
and added the keystore password with my own..password

Connector className=org.apache.coyote.tomcat4.CoyoteConnector
  port=8443 minProcessors=5 maxProcessors=75
  enableLookups=true
	   acceptCount=10 debug=0 scheme=https secure=true
  useURIValidationHack=false
 Factory 
className=org.apache.coyote.tomcat4.CoyoteServerSocketFactory
  clientAuth=false protocol=TLS keystorePass=mypassword 
/

i restarted tomcat and typed https://localhost:8443/  and it displayed The 
page cannot be displayed.. so my question is where did i go wrong and what 
should i do next...








_
The new MSN 8: smart spam protection and 3 months FREE*. 
http://join.msn.com/?page=features/junkmailxAPID=42PS=47575PI=7324DI=7474SU= 
http://www.hotmail.msn.com/cgi-bin/getmsgHL=1216hotmailtaglines_smartspamprotection_3mf


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



ssl configuration in tomcat please help!!!

2002-12-23 Thread Davendra Kumar
hi everyone... i hope anyone can help me in this problem
i 've installed Apache Tomcat 4.1.12LE
and j2sdk1.4.1 .Yesterday i tried configuring SSL in tomcat for my login 
page.
so i followed the steps provided in the documentation. the documentation 
said choose JSSE an installed extension by copying all three JAR files 
(jcert.jar, jnet.jar, and jsse.jar) into your JAVA_HOME\jre\lib\ext 
directory but i could only find the jsse.jar file so i copyied jsse.jar file 
to JAVA_HOME\jre\lib\ext after that i did the keytool configuration from 
C:\j2sdk1.4.1  during keytool process i created my own password. after that 
i removed the comments in the server.xml like shown below,
and added the keystore password with my own..password

Connector className=org.apache.coyote.tomcat4.CoyoteConnector
  port=8443 minProcessors=5 maxProcessors=75
  enableLookups=true
	   acceptCount=10 debug=0 scheme=https secure=true
  useURIValidationHack=false
 Factory 
className=org.apache.coyote.tomcat4.CoyoteServerSocketFactory
  clientAuth=false protocol=TLS keystorePass=mypassword 
/

i restarted tomcat and typed https://localhost:8443/  and it displayed The 
page cannot be displayed.. so my question is where did i go wrong and what 
should i do next...








_
MSN 8 with e-mail virus protection service: 3 months FREE*. 
http://join.msn.com/?page=features/virusxAPID=42PS=47575PI=7324DI=7474SU= 
http://www.hotmail.msn.com/cgi-bin/getmsgHL=1216hotmailtaglines_eliminateviruses_3mf


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]



RE: ssl configuration in tomcat please help!!!

2002-12-23 Thread Galbayar Dorjgotov
fill keystore file attribute

-Original Message-
From: Davendra Kumar [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 24, 2002 10:40 AM
To: [EMAIL PROTECTED]
Subject: ssl configuration in tomcat please help!!!


hi everyone... i hope anyone can help me in this problem
i 've installed Apache Tomcat 4.1.12LE
and j2sdk1.4.1 .Yesterday i tried configuring SSL in tomcat for my login
page.
so i followed the steps provided in the documentation. the documentation
said choose JSSE an installed extension by copying all three JAR files
(jcert.jar, jnet.jar, and jsse.jar) into your JAVA_HOME\jre\lib\ext
directory but i could only find the jsse.jar file so i copyied jsse.jar file
to JAVA_HOME\jre\lib\ext after that i did the keytool configuration from
C:\j2sdk1.4.1  during keytool process i created my own password. after that
i removed the comments in the server.xml like shown below,
and added the keystore password with my own..password

Connector className=org.apache.coyote.tomcat4.CoyoteConnector
   port=8443 minProcessors=5 maxProcessors=75
   enableLookups=true
   acceptCount=10 debug=0 scheme=https secure=true
   useURIValidationHack=false
  Factory
className=org.apache.coyote.tomcat4.CoyoteServerSocketFactory
   clientAuth=false protocol=TLS keystorePass=mypassword
/

i restarted tomcat and typed https://localhost:8443/  and it displayed The
page cannot be displayed.. so my question is where did i go wrong and what
should i do next...








_
MSN 8 with e-mail virus protection service: 3 months FREE*.
http://join.msn.com/?page=features/virusxAPID=42PS=47575PI=7324DI=7474S
U=
http://www.hotmail.msn.com/cgi-bin/getmsgHL=1216hotmailtaglines_eliminatevi
ruses_3mf


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]



--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]