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@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 [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]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
