On 8/6/21 1:40 AM, Mark Thomas wrote:

Tomcat 7 doesn't have JASPIC support so you'll never see this issue in Tomcat 7.

What's a JASPIC?

And as to configuration, Mr. Schultz, my usual procedure is to (after commenting out the default 8080 unsecured connector) copy and paste the active secured port 443 connector *directly* from the Tomcat 7 conf/server.xml to the Tomcat 8 conf/server.xml. Ditto for the one user definition in tomcat-users.xml.

That particular installation has a note to add this clause
<context-param>
<param-name>birtUseSvg</param-name>
<param-value>false</param-value>
</context-param>
to the web.xml of *our webapp,* but nothing server-wide.

--
JHHL

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

Reply via email to