0 Replies Latest reply on Jul 28, 2009 5:19 AM by work_registries

    define truststore for jboss-web.xml wsdl-override

    work_registries

      I inject a web-service via service-ref in web.xml into .war.

      In WEB-INF/jboss-web.xml, a wsdl-override is defined, using a https url.

      Works if server certificate is added to global javax.net.ssl.truststore.

      But is it possible to define a JaasSecurityDomain keystore to be used for parsing/resolving the wsdl-override url during war file deployment, and NOT to use the global truststore?
      (similar to using JaasSecurityDomain with DomainSocketFactory or for tomcat https connector)

      cf. http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246362