The following assume the usage of JBoss 3.2 (I'm using 3.2.3):

Add the following section to your 
$JBOSS_HOME/server/$CONFIG/deploy/jbossweb-*/META-INF/jboss-service.xml


  | <Connector className = "org.apache.coyote.tomcat4.CoyoteConnector"
  |                   address="#.#.#.#" port = "443"
  |                   scheme = "https" secure = "true">
  |     <Factory className =
  |                       "org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
  |                    keystoreFile="path/to/keystore"
  |                    keystorePass="keystore-password"
  |                    protocol = "TLS"
  |                    keystoreType="JKS" />
  | </Connector>
  | 

Just fill in the IP, path to the keystore, and the password for the keystore.  If you 
did not use Java to generate the keypair and cert you'll need to import your private 
key in to the keystore which can be a pain.  You can google for a solution to that 
though.  There are tools out there that do it.  I'll try to remember to ask our guy 
here which tool he uses and post  it back here.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to