Tomcat 4.1 https problem

2003-08-14 Thread Hou, Rowena
Hi,

I've been running Tomcat as a standalone Web server for a while. My project
run fine at http with sign applet. I want to switch from HTTP to HTTPS. 
I followed the directions in the document
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html; : 

   1. keytool -genkey -alias tomcat -keyalg RSA -keystore mykeystore
   2. keytool -certreq -keyalg RSA -alias tomcat -file certreq.csr -keystore
mykeystore
   and
   3. uncommented the connector provided by the config file:
   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 
   keystoreFile=full path to mykeystore 
   keystorePass- changeit 
/
 /Connector

However, it isn't working. I can't start Tomcat at all. I don't get any
errors at prompt or in the logs; I tried to use command window run start
tomcat. It popup a command prompt and disappear. If I change className to 
Factory className=org.apache.catalina.net.SSLServerSocketFactory 
which used in document. I can start Tomcat and get http://localhost:8443;
work but not https://localhost:8443 ( I commented out connector for http in
server.xml file).
I use jakarta-tomcat-4.1.12-LE-jdk14 which come with jbuilder 8. runing on
Window 2000 and IE 6

Question:
1. How can I fix the problem.
2. How can I find out error message? I tried to rum catalina debug
-security from command prompt. Most of error message is unrecognized. 



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



RE: Tomcat 4.1, https access denied

2003-08-14 Thread Hou, Rowena

Hi,

I can get my web application from https://localhost:8443/
but not from https://hostname:8443/.. 

I got error message for access denied.

It works fine for http://hostname:8080/

What should I do?

Thanks






=
error message from web
==

The requested URL could not be retrieved


While trying to retrieve the URL: hostname 
The following error was encountered: 
Access Denied. 
Access control configuration prevents your request from being a


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



RE: Tomcat 4.1 https problem

2003-08-08 Thread Hou, Rowena

catalina run will let me see the error.
Thanks


-Original Message-
From: Jeff Tulley [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2003 4:33 PM
To: [EMAIL PROTECTED]
Subject: Re: Tomcat 4.1  https problem


Try simply catalina run to have it run in the current window.  Then
see what exception you get. (Hopefully you are on an OS that will allow
you to scroll back and see the exception)

Jeff Tulley  ([EMAIL PROTECTED])
(801)861-5322
Novell, Inc., The Leading Provider of Net Business Solutions
http://www.novell.com

 [EMAIL PROTECTED] 8/6/03 2:23:05 PM 
Hi,

I've been running Tomcat as a standalone Web server for a while. My
project
run fine at http with sign applet. I want to switch from HTTP to HTTPS.

I followed the directions in the document
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/ssl-howto.html; : 

   1. keytool -genkey -alias tomcat -keyalg RSA -keystore mykeystore
   2. keytool -certreq -keyalg RSA -alias tomcat -file certreq.csr
-keystore
mykeystore
   and
   3. uncommented the connector provided by the config file:
   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 
   keystoreFile=full path to mykeystore 
   keystorePass- changeit 
/
 /Connector

However, it isn't working. I can't start Tomcat at all. I don't get
any
errors at prompt or in the logs; I tried to use command window run
start
tomcat. It popup a command prompt and disappear. If I change className
to 
Factory className=org.apache.catalina.net.SSLServerSocketFactory 
which used in document. I can start Tomcat and get
http://localhost:8443;
work but not https://localhost:8443 ( I commented out connector for
http in
server.xml file).
I use jakarta-tomcat-4.1.12-LE-jdk14 which come with jbuilder 8. runing
on
Window 2000 and IE 6

Question:
1. How can I fix the problem.
2. How can I find out error message? I tried to rum catalina debug
-security from command prompt. Most of error message is unrecognized.




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


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

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



https Access Denied.

2003-08-07 Thread Hou, Rowena
Hi


I can start my web page from https://localhost:8443
but If I try to start from https://host-name:8443 it will give me
following error
It works fine on both http://localhost:8080  http://host-name:8080
What should I do

Thanks

Rowena

==
error from web
==


The requested URL could not be retrieved




While trying to retrieve the URL: host-name 

The following error was encountered: 

Access Denied. 
Access control configuration prevents your request from being a

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