[jboss-user] [JBoss Web Services] - two applications and two connectors

mark smith do-not-reply at jboss.com
Thu May 26 06:17:53 EDT 2011


mark smith [http://community.jboss.org/people/mark33333] created the discussion

"two applications and two connectors"

To view the discussion, visit: http://community.jboss.org/message/607176#607176

--------------------------------------------------------------
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 at ssw0rd"
    truststoreFile="${jboss.server.home.dir}/conf/trust.truststore"
           truststorePass="p at 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
[http://community.jboss.org/message/607176#607176]

Start a new discussion in JBoss Web Services at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110526/dbb24b60/attachment-0001.html 


More information about the jboss-user mailing list