hi all
I have created a SSL cirtificate. and made a necessary chanegs in server.xml. it is working fine
non-SSL tomacat is running at 80
for -SSL tomacat is running at 443
i want as soon I enter
http://localhost/index.jsp it should redirect to
https://localhost/index.jsp and should ask to accept cirtificate .although I have chaged reditrect port to 443 but it does not redirect
thanks