Differences between atat5 and Tomcat6 in ssi Configuration

Source: Internet
Author: User
When you configure ssi support in Tomcat, Tomcat5 and Tomcat6 are different. First, let's talk about the same place and find the comments of the following two sections in $ CATALINA_HOMEconfweb.xml, and the comments will be canceled .! Servletservlet-namessiservlet-nameservlet-classorg.apache.catalina.ssi.SSIServlet

InMcWhen ssi support is configured in at, TomCat5. There is a difference between Tomcat 6 and 5. In the same place, find the following two sections in $ CATALINA_HOME/conf/web. xml that have been commented out and uncomment them.

Then for Tomcat 5, you need to change the servlets-ssi.renametojar file under $ CATALINA_HOME/server/lib to servlets-ssi. jar. Otherwise, java. lang. classNotFoundException: org. apache. catalina. ssi. SSIServlet error.
For Tomcat 6, you need to add a property privileged = "to the node in $ CATALINA_HOME/conf/context. xml"TrUe "into, if not added, java will appear. lang. securityException: Filter of class org. apache. catalina. ssi. SSIServlet is privileged and cannot be loaded by this web application error.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.