- 
        1. Re: +JBoss3.0 +Tomcat +SSLjrssnyder Oct 29, 2002 11:59 AM (in response to jrssnyder)As a follow-up, I note that the JBoss.3.0QuickStart.Draft3.pdf refers to configuring a jboss.jcml configuration file, but I don't see such a file anywhere in the JBoss installation. 
 Do I need to create this file? Where should I put it?
- 
        2. Re: +JBoss3.0 +Tomcat +SSLtool Oct 29, 2002 4:32 PM (in response to jrssnyder)In your web.xml in your ear archive, did you include the following tags? 
 <user-data-constraint>
 <transport-guarantee>CONFIDENTIAL</transport-guarantee>
 </user-data-constraint>
 This section of XML must go within the <security-constraint> tag.
 I know this is basic, and you probably have it there, but its the first thing that comes to mind.
 Good luck,
 Brian
- 
        3. Re: +JBoss3.0 +Tomcat +SSLsilvester Oct 29, 2002 4:58 PM (in response to jrssnyder)Try https://localhost:8443/pc 
 Otherwise browser doesn't use ssl :-)
- 
        4. Re: +JBoss3.0 +Tomcat +SSLlost_in_mass Oct 31, 2002 5:01 AM (in response to jrssnyder)Hi I am trying to implement SSL with the latest JBOSS+TOMCAT download and so far I have got all the success with SSL. When I start the jboss I dont get any error message and the server starts and works fine with the http://localhost:8080//index.jsp 
 Now the question comes, how do I implement this on HTTPS. I tried https://localhost:8443//index.jsp with an error COULD NOT FIND THE SERVER.
 Did I miss something from the implementation here. My login-config.xml, web.xml and jboss-web.xml is attached to the post.
 TIA,
 LMS
 
     
     
    