Hi,
was just reading some information about struts, where you can set a property on 
a datasource like so:


  |  <!-- configuration for GenericDataSource wrapper -->
  |  <data-source>
  |     <set-property
  |      property="driverClass"
  |      value="org.postgresql.Driver"/>
  |    <set-property
  |      property="password"
  |      value="mypassword"/>
  |    <set-property
  |      property="url"
  |      value="jdbc:postgresql://localhost/mydatabase"/>
  |    <set-property
  |      property="user"
  |      value="myusername"/>
  |  </data-source>
  |  </data-sources>
  | 

What I want to be able to say in my postgres-ds.xml file is :


  |    <set-property
  |      property="javax.net.ssl.trustStore"
  |      value="/library/java/home/lib/security/cacert"/>
  |    <set-property
  |      property="javax.net.ssl.trustStorePassword"
  |      value="changeit"/>
  | 

How do I go about acheiving this?

regards

Andrew

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to