Tomcat 8*
From PlcWiki
(Difference between revisions)
Jon (Talk | contribs)
(Created page with 'Upgrade to Tomcat 8. Note the difference in configuration for Tomcat 8.0.x and Tomcat 8.5.x. Tested on Tomcat 8.0. * download TC from the official website * install JDK 8, can a…')
Newer edit →
(Created page with 'Upgrade to Tomcat 8. Note the difference in configuration for Tomcat 8.0.x and Tomcat 8.5.x. Tested on Tomcat 8.0. * download TC from the official website * install JDK 8, can a…')
Newer edit →
Revision as of 12:48, 13 October 2020
Upgrade to Tomcat 8. Note the difference in configuration for Tomcat 8.0.x and Tomcat 8.5.x. Tested on Tomcat 8.0.
- download TC from the official website
- install JDK 8, can also be open JDK
- use init file from sasmbosql to boot
- lib to fill with PlcKlibrary, be careful not to overwrite existing tomatoes
- do conf / catalina.properties
org.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING = false org.apache.jasper.compiler.Parser.STRICT_WHITESPACE = false
- add JDBC realm for DB authentication to conf / server.xml
- add connection to conf / context.xml, you may need to fix some parameters because T8 uses JDBC2
- Gradually add individual applications, solve problems