Tomcat 8*
From PlcWiki
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 tomcats
- 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