Hi,

I've got a basic problem with HTTPS. The problem is that I have followed the 
instructions and I can't get an HTTPS connection.

I am working on a Windows XP system and have JBoss 3.2.3 installed.

I have made the following changes to the basic installation.

jboss-tomcat41.sar\META-INF\jboss-service.xml:
I have added the CoyoteConnector(below) to the JBoss-Tomcat service - 
 <Connector className = "org.apache.coyote.tomcat4.CoyoteConnector"
  |      address="${jboss.bind.address}" 
  |          port = "8443" scheme = "https"
  |      secure = "true">
  |      <Factory className =   
  |              "org.apache.coyote.tomcat4.CoyoteServerSocketFactory"
  |           keystoreFile="${jboss.server.home.dir}/chap8.keystore"
  |           keystorePass="rmi+ssl"
  |           protocol = "TLS"/>
  |  </Connector> 

If I run Jboss and then try to access 
https://localhost:8443/jmx-console/index.jsp through Firefox I get 
"The connection to localhost:8443 has been terminated unexpectedly"
If I try through IE I get "This page cannot be found"

If I turn the logging to DEBUG the only output I get after trying the https 
access is: 
2005-01-24 13:19:08,425 DEBUG default desktop 
[org.apache.tomcat.util.threads.ThreadPool] Getting new thread data


I thought it might be that I had the keystore in the wrong place but I copied 
it into 
D:\jboss-3.2.3\server
D:\jboss-3.2.3\server\default
D:\jboss-3.2.3\server\default\conf
D:\jboss-3.2.3\server\default\deploy
D:\jboss-3.2.3\server\default\deploy\jbossweb-tomcat41.sar
D:\jboss-3.2.3\server\default\deploy\jbossweb-tomcat41.sar\META-INF

That didn't help any.
You will also notice that I have even got to the point of using precisely the 
same name for the keystore and password just in case there was something wrong 
with my naming conventions.


So, does anyone have any idea what I'm doing wrong ?

Thanks
Rob


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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to