Hi all,
I've configured two different SSL listeners on the same Glassfish instance/domain, one of them without client authentication (port 443), and the other with client authentication (mutual certificate exchange, on port 4433).
On the other hand, I have two different Web Applications (two .WAR files) installed on that Glassfish instance. I've configured each web.xml file with the CONFIDENTIAL flag, that indicates that a SSL connector is required (on both applications).
The problem is, how could I specify that one applications must work only on port 443 (without client authentication), and the other application must work only on port 4433 (with client authentication) ?
Is running two different Glassfish instances/domains the only solution? Has anyone experience with that?
Thanks!
Ernesto.
[Message sent by forum member 'ernestojpg' ]
http://forums.java.net/jive/thread.jspa?messageID=374264