Posting questions to the list

2006-05-19 Thread keyur sheth
- Be a chatter box. Enjoy free PC-to-PC calls with Yahoo! Messenger with Voice.

Re: Posting questions to the list

2006-05-19 Thread keyur sheth
Hi everybody, I am trying to convert the tomcat container from http to https. First of all I created the keystore by reading the documentation and also made necessary changes to $CATALINA_HOME/conf/server.xml by uncommenting the SSL Connector HTTP tag and added new

Re: Posting questions to the list

2006-05-19 Thread Markus Schönhaber
keyur sheth wrote: I am trying to convert the tomcat container from http to https. First of all I created the keystore by reading the documentation and also made necessary changes to $CATALINA_HOME/conf/server.xml by uncommenting the SSL Connector HTTP tag and added new

Re: Posting questions to the list

2006-05-19 Thread Hassan Schroeder
On 5/19/06, keyur sheth [EMAIL PROTECTED] wrote: So can you tell me the reason why I am unable to do that. No. :-) Certainly not without seeing the relevant part of your server.xml and the relevant parts of your server logs. P.S. Using a real subject line would be a good idea... -- Hassan

Re: Posting questions to the list

2006-05-19 Thread keyur sheth
Thankyou for your reply, but the thing is that even if I give https://coit-grid04.uncc.edu:8443/gridsphere or https://coit-grid04.uncc.edu:8443 it doesn't work. And in the connector tag for non-SSL there is a parameter called redirectPort which is already 8443. So it should be redirected to

Re: Posting questions to the list

2006-05-19 Thread Hassan Schroeder
On 5/19/06, keyur sheth [EMAIL PROTECTED] wrote: So attached is the part of the server.xml file for non-SSL and SSL !-- Define a SSL HTTP/1.1 Connector on port 8443 -- Connector port=8443 maxHttpHeaderSize=8192 maxThreads=150 minSpareThreads=25 maxSpareThreads=75

Re: Posting questions to the list

2006-05-19 Thread keyur sheth
Ok I will add the keystorePass tag in the SSL connector. But I don't know what should see in the log directory and which file specifically. Can you please let me know Keyur Hassan Schroeder [EMAIL PROTECTED] wrote: On 5/19/06, keyur sheth wrote: So attached is the part of the

Re: Posting questions to the list

2006-05-19 Thread Hassan Schroeder
On 5/19/06, keyur sheth [EMAIL PROTECTED] wrote: But I don't know what should see in the log directory and which file specifically. There shouldn't be that many to choose from, but in any case, the one with errors in it :-) -- Hassan Schroeder [EMAIL PROTECTED]

Re: Posting questions to the list

2006-05-19 Thread keyur sheth
Well, unfortunately our network is down due to power outage so I cannot connect to the server remotely. I was just going to see the log file generated for today and it got disconnected. So will mail later regarding the error in the log file Hassan Schroeder [EMAIL PROTECTED] wrote: On

Re: Posting questions to the list

2006-05-19 Thread Markus Schönhaber
keyur sheth wrote: And in the connector tag for non-SSL there is a parameter called redirectPort which is already 8443. Which is completely irrelevant. If try to connect to a HTTP Connector via HTTPS this will fail before any data is transmitted that would enable Tomcat to decide whether or