Please help me with https implementation in my existing application.
We want to implement https only for the Login.jsp page. The key and certificate has already been installed on the server. Now only the code changes are required.
Let me know whether login-config is required? <login-config> <auth-method>CLIENT-CERT<auth-method> <realm-name>WebApp Administration</realm-name> </login-config>
After doing this it gives 404 page not foud exception.
Please let me know what is wrong.
SCJP 1.4, SCWCD 1.4
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35235
7
posted
0
Which URL are you trying to access? Does it work (or not work) with HTTP or HTTPS?