I have configured my tomcat for SSL.I don't want to use secure connection, if request is coming from the local machine i.e the machine where self signed certificate exists.
What kind of changes in configuration files (web.xml/server.xml) will be needed to achieve the same.
i.e If I use URL
https://localhost:8443/index.jsp on the local PC, It should redirect to
http://localhost:8080/index.jsp
Pls help me asap.