首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

在自个儿系统中集成pluto容器

2012-12-26 
在自己系统中集成pluto容器如果不使用pluto驱动,但是要集成pluto容器,需要做以下事情:?When not using the

在自己系统中集成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

  • 热点排行