[jboss-user] [Installation, Configuration & DEPLOYMENT] - Jboss SSL Configuration

rpelluru do-not-reply at jboss.com
Mon Aug 25 11:51:56 EDT 2008


Hi,
       I modified server.xml file  as below


After that if i restart my server,in the console,it's displaying error message saying that "The  Page Can not be displayed".But at server log it's saying the server has been started successfully.


Can any one help us on the same.

Regards,
Rajesh Pelluru<Connector port="8443" address="${jboss.bind.address}"
  | 
  |                               maxThreads="100" strategy="ms" maxHttpHeaderSize="8192"
  | 
  |                               emptySessionPath="true"
  | 
  |                               scheme="https" secure="true" clientAuth="true"
  | 
  |                               sslProtocol = "TLS"
  | 
  |                               keystoreFile="C:/Program Files/jboss.keystore"
  | 
  |                               keystorePass="changeit"  
  | 
  |                               truststoreFile="C:/Program Files/jboss.keystore"
  | 
  |                               truststorePass="changeit" />
  | 
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172355#4172355

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4172355



More information about the jboss-user mailing list