Re: RE: ID-FF 1.2 Java ant deploy question

"Chris Snyder" <[email protected]> Tue, 14 Jun 2005 17:09:34 -0400
Newsgroups gmane.comp.sourceid.sso.user
Message-ID <[email protected]>
SUCCESS!!!!

I had missed the last close-comment in the xml...

BTW, my server.xml was located at:

C:\jboss\server\default\deploy\jbossweb-tomcat50.sar\

and I changed the SSL to:

      <!-- SSL/TLS Connector configuration using the admin devl guide 
keystore -->
      <Connector port="8443" address="${jboss.bind.address}"
           maxThreads="100" minSpareThreads="5" maxSpareThreads="15"
           scheme="https" secure="true" clientAuth="false"
           keystoreFile="${jboss.server.home.dir}/conf/sourceid.keystore"
           keystorePass="changeit" 
truststoreFile="${jboss.server.home.dir}/conf/sourceid.keystore"
           truststorePass="changeit" sslProtocol = "TLS" />

Thank you!


From: David Waite <[email protected]>
Reply-To: SourceID Users List <[email protected]>
To: SourceID Users List <[email protected]>
Subject: Re: [SourceID SSO-users] RE: ID-FF 1.2 Java ant deploy question
Date: Tue, 14 Jun 2005 14:27:42 -0600

Within the README file included at the root of the SAML 1.1 Java  Toolkit 
2.0 package, released as final last month:

4. Enable SSL in JBoss.
    In ${jboss.server.dir}\deploy\jbossweb-tomcat50.sar\server.xml
    un-comment the SSL connector and add/change the keystore and  truststore
    parameters as follows:

     <Connector port="8443" address="${jboss.bind.address}"
         maxThreads="100" minSpareThreads="5" maxSpareThreads="15"
         scheme="https" secure="true" clientAuth="false"
         keystoreFile="${jboss.server.home.dir}/conf/sourceid.keystore"
         keystorePass="changeit"
         truststoreFile="${jboss.server.home.dir}/conf/ sourceid.keystore"
         truststorePass="changeit"
         sslProtocol="TLS"/>

Within the ID-FF 1.2 Java Toolkit 2.0 package, (final, released same  time): 
the equivalent file is in CastlePeak/README

-David Waite

On Jun 14, 2005, at 11:55 AM, Chris Snyder wrote:

>I didn't see a README file, but I followed the instructions in the  user 
>guide (ID-FF 1.2 Java Toolkit 2.0 User's Guide).
>
>Step four was:
>4 After editing build.local.properties file, copy it to the  Infrastructure 
>directory and the Demo directory.
>
>But if I follow those instructions, ant deploy fails. Instead, I  edited 
>each build.properties file. Are you suggesting that I create  a 
>build.local.properties file within each demo directory?
>
>Thanks.
>
>From: David Waite <[email protected]>
>Reply-To: SourceID Users List <[email protected]>
>To: SourceID Users List <[email protected]>
>CC: [email protected]
>Subject: Re: [SourceID SSO-users] RE: ID-FF 1.2 Java ant deploy  question
>Date: Mon, 13 Jun 2005 14:50:57 -0600
>
>Did you perform step #4 in the supplied README (within the SAML   toolkit 
>distribution)?
>
>-David Waite
>
>On Jun 13, 2005, at 2:15 PM, Chris Snyder wrote:
>
>
>>Exactly the same thing I see. I have not generated SSL keys &  certs  
>>because I am running this in a closed lab, so I was relying  on the  demo 
>>keys. But, I do get a whole bunch of servers running  with JBoss:
>>
>>  TCP    0.0.0.0:4444           0.0.0.0:0              LISTENING
>>  TCP    0.0.0.0:4445           0.0.0.0:0              LISTENING
>>  TCP    0.0.0.0:8009           0.0.0.0:0              LISTENING
>>  TCP    0.0.0.0:8080           0.0.0.0:0              LISTENING
>>  TCP    0.0.0.0:8083           0.0.0.0:0              LISTENING
>>  TCP    0.0.0.0:8093           0.0.0.0:0              LISTENING
>>
>>So I'm not sure what the issue is...
>>
>>
>
>David Waite
>[email protected]
>
>
>_______________________________________________
>sso-users mailing list
>[email protected]
>http://lists.sourceid.org/mailman/listinfo/sso-users
>
>
>_______________________________________________
>sso-users mailing list
>[email protected]
>http://lists.sourceid.org/mailman/listinfo/sso-users
>

David Waite
[email protected]


_______________________________________________
sso-users mailing list
[email protected]
http://lists.sourceid.org/mailman/listinfo/sso-users