> https://localhost:8080/test

Typically, a container will have a HTTPS-enabled connector on a different port; 
in Glassfish by default it is 8181, on Tomcat it is by default disabled but 
seems to have the value 8443 in a default server.xml (443 being the "assigned" 
port that you need root/admin privileges to open).

So if you enable it on Tomcat it would be

https://localhost:8443/test

- Tor Iver

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to