在自己系统中集成pluto容器

如果不使用pluto驱动,但是要集成pluto容器,需要做以下事情:

 

When not using the Pluto Driver, and when you want to embed the Pluto container in your portal or development environment, you will need the following jar files...

Copy the following files to <TOMCAT_HOME>/shared/lib on Tomcat 5 OR <TOMCAT_HOME>/lib on Tomcat 6:

这些jar复制到tomcat共享库中:

  • portlet-api_2.0_spec-1.0.jar
  • ccpp-1.0.jar
  • pluto-container-api-2.0.0.jar
  • pluto-container-driver-api-2.0.0.jar
  • pluto-taglib-2.0.0.jar
  • portlet-api_2.0_spec-1.0.jar

 

Implementation: Copy into your portal implementation such as WEB-INF/lib:

这些Jar复制到应用的lib中:

  • jaxb-api-2.1.jar
  • jaxb-impl-2.1.0.jar
  • pluto-container-2.0.0.jar
  • stax-api-1.0.2.jar
  • stax-1.2.0.jar

你可能感兴趣的:(tomcat,Web)