[jboss-user] [Security JAAS/JBoss] - Multiple SSL Connectors

2008-07-07 Thread aiko85
Hi! I've configured JBoss 4.2.1 to use multiple SSL connectors; have modified deploy/jboss-web.deployer/server.xml like so: Is it possible now to make it so one application only responds on port 18443 and the other on port 18444? Thanks for any help Anne View the original post :

[jboss-user] [Security JAAS/JBoss] - Re: Multiple SSL Connectors

2008-07-07 Thread aiko85
Oh, sorry, here's the server.xml code: | | Connector port=18443 address=localhost maxThreads=100 | minSpareThreads=5 strategy=ms maxSpareThreads=15 scheme=https | emptySessionPath=true SSLEnabled=true | secure=true clientAuth=false |

[jboss-user] [Security JAAS/JBoss] - Client for SSL WebService

2008-07-01 Thread aiko85
Hi! I'm trying to connect to SSL-secured webservice; my client code looks like this: System.setProperty(javax.net.ssl.trustStore, trustStoreLocation); System.setProperty(javax.net.ssl.trustStorePassword, trustStorePass); this.service = Service.create(new URL(wsdl), new QName(nameSpace,

[jboss-user] [Installation, Configuration DEPLOYMENT] - Different ports for different applications

2008-06-27 Thread aiko85
Hi! Is it possible to deploy two or more applications so each is listening on a different port? Thanks for any help :) Anne View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4161132#4161132 Reply to the post :