JBoss Community

two applications and two connectors

created by mark smith in JBoss Web Services - View the full discussion

I've got two connectors:

<Connector protocol="HTTP/1.1" SSLEnabled="true"

           port="9443" address="${jboss.bind.address}"

           scheme="https" secure="true" clientAuth="false"

           keystoreFile="${jboss.server.home.dir}/conf/server.keystore"

           keystorePass="password" sslProtocol = "TLS"

           connectionTimeout="30000" />

    

<Connector protocol="HTTP/1.1" SSLEnabled="true"

           port="4443" address="${jboss.bind.address}"

           scheme="https" secure="true" clientAuth="true"

           sslProtocol="TLS"

           keystoreFile="${jboss.server.home.dir}/conf/key.keystore"

           keystorePass="p@ssw0rd"

    truststoreFile="${jboss.server.home.dir}/conf/trust.truststore"

           truststorePass="p@ssw0rd"

           connectionTimeout="30000" />

 

and two *.war files with applications on my jboss-5.1.0.GA. One of them is WebService created with Apache Axis in Eclipse, second is GWT app.

Is it possible to filter all WebService requests only to Connector1 with SSL?

Reply to this message by going to Community

Start a new discussion in JBoss Web Services at Community