Skip to main content
1 vote

Using classes in separate Tomcat Projects

A web container can only do this if you put it in the shared library folder for the container itself, that is outside the WAR deployment itself. The advantages are small and in my opinion are ...
Thorbjørn Ravn Andersen's user avatar
1 vote
Accepted

Tomcat redirect HTTPS to HTTP

Why can't you disable HTTPS and redirect requests to HTTP? When a browser makes an HTTPS request the steps go roughly as follows... Look up the host name (FQDN) in DNS if needed to get an ip address. ...
joshp's user avatar
  • 3,511

Only top scored, non community-wiki answers of a minimum length are eligible