WEB开发网
开发学院软件开发Java 关于 Apache Geronimo PetStore 演示的分析 阅读

关于 Apache Geronimo PetStore 演示的分析

 2010-04-23 00:00:00 来源:WEB开发网   
核心提示: 这时,需要修改应用程序的 .war 文件以确保在 Geronimo 1.1 中能成功部署,关于 Apache Geronimo PetStore 演示的分析(5),把 jpetstoreAPP.war 文件内容解压到一个空目录中,从 WEB-INF/web-xml 文件中删除 <secur

这时,需要修改应用程序的 .war 文件以确保在 Geronimo 1.1 中能成功部署。

把 jpetstoreAPP.war 文件内容解压到一个空目录中。

从 WEB-INF/web-xml 文件中删除 <security-constraint> 元素(包括它的内容)。

改变 <res-ref-name>jdbc/JPetStoreDB</res-ref-name> 元素来读取 <res-ref-name>jdbc/JPetstoreDerbyDataSource</res-ref-name>。

在 WEB-INF 目录中添加一个名为 geronimo-web.xml 的新文件,然后在这个文件中放入并保存如 清单 3 所示的内容。

清单 3. geronimo-web.xml

<?xml version="1.0" encoding="UTF-8"?> 
<web-app 
  xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1"> 
  <environment> 
    <moduleId> 
      <artifactId>jpetstoreAPP</artifactId> 
    </moduleId> 
    <dependencies> 
      <dependency> 
        <groupId>console.dbpool</groupId> 
        <artifactId>JPetstoreDerbyDataSource</artifactId> 
      </dependency> 
    </dependencies> 
  </environment> 
 
  <context-root>/jpetstoreAPP</context-root> 
 
  <resource-ref> 
    <ref-name>jdbc/JPetstoreDerbyDataSource</ref-name> 
    <resource-link>JPetstoreDerbyDataSource</resource-link> 
  </resource-ref> 
</web-app> 

上一页  1 2 3 4 5 6 7 8 9  下一页

Tags:关于 Apache Geronimo

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接