The question is not clear to me. But if you wanted to know how to have your app's context
available on a secure port in a default GlassFish configuration, all you do is:
- Deploy the application. (This deploys it to the "default" virtual server). Let's say the context root
for this app is "/foo".
- Then,
http://host:8080/foo would get the browser to this app.
- Also,
https://host:8181 will get the browser to this app over a secure link.
In other words, SSL is already enabled in GlassFish :)
Regards,
Kedar
[Message sent by forum member 'km' (km)]
http://forums.java.net/jive/thread.jspa?messageID=241789