2007-04-20
geronimo1.1.1安装jira 3.6.5成功
在http://cwiki.apache.org/GMOxDOC11/configuring-geronimo-as-a-windows-service.html的说明下安装成为NT 服务,参考jira 在tomcat上的安装
使用mysql5.0.27
使用jetty版本的geronimo启动jira没有警告。
jira的web.xml中加入:
geronimo-web.xml为
其中 JIRAPool是mysql 的数据库连接
至于 jndi-name="java:comp/UserTransaction"所绑定的东西在geronimo 中不用管,已经存在了(tomcat中要改名字并手工配置)
使用mysql5.0.27
使用jetty版本的geronimo启动jira没有警告。
jira的web.xml中加入:
java 代码
- <resource-ref>
- <res-ref-name>jdbc/JiraDS</res-ref-name>
- <res-type>javax.sql.DataSource</res-type>
- <res-auth>Container</res-auth>
- <res-sharing-scope>Shareable</res-sharing-scope>
- </resource-ref>
geronimo-web.xml为
java 代码
- <?xml version="1.0" encoding="UTF-8"?>
- <web-app
- xmlns="http://geronimo.apache.org/xml/ns/j2ee/web-1.1">
- <environment>
- <moduleId>
- <groupId>IssueTracking</groupId>
- <artifactId>jira</artifactId>
- <version>3.6.5</version>
- <type>war</type>
- </moduleId>
- <dependencies>
- <dependency>
- <groupId>console.dbpool</groupId>
- <artifactId>JIRAPool</artifactId>
- </dependency>
- </dependencies>
- </environment>
- <context-root>/jira</context-root>
- <!-- security settings, if any, go here -->
- <resource-ref>
- <ref-name>jdbc/JiraDS</ref-name>
- <resource-link>JIRAPool</resource-link>
- </resource-ref>
- </web-app>
其中 JIRAPool是mysql 的数据库连接
至于 jndi-name="java:comp/UserTransaction"所绑定的东西在geronimo 中不用管,已经存在了(tomcat中要改名字并手工配置)
- 浏览: 31044 次
- 性别:


- 详细资料
搜索本博客
最新评论
-
daedoe Form Designer 在 ...
...运行有点问题。。。。插入FORM的控件的事件无法设置了。。。
-- by zzsczz -
TinyPascal... ...
TinyPascalView.h 最后3行删除掉即可 /* #ifndef ...
-- by zzsczz -
TinyPascal... ...
这么少的代码就可以实现如此强大的功能,C++/Spirit足以令C#和Java汗 ...
-- by wdx04 -
vc6 上安装stlport和boos ...
2005bug太多,2003还是能更好一些。
-- by simohayha -
vc6 上安装stlport和boos ...
为什么不用VC 2005呢?VC 6是很老的编译器了,对模版支持也不好。
-- by bigpanda






评论排行榜