Tomcat 8*
From PlcWiki
(Difference between revisions)
(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…') |
|||
Line 5: | Line 5: | ||
* install JDK 8, can also be open JDK | * install JDK 8, can also be open JDK | ||
* use init file from sasmbosql to boot | * use init file from sasmbosql to boot | ||
- | * lib to fill with PlcKlibrary, be careful not to overwrite existing | + | * lib to fill with PlcKlibrary, be careful not to overwrite existing tomcats |
* do conf / catalina.properties | * do conf / catalina.properties | ||
Current revision as of 11:22, 3 August 2021
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