Tomcat 8*

From PlcWiki

Revision as of 12:48, 13 October 2020 by Jon (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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
Personal tools