JBoss (liferay) 没有 context.xml 那么在哪里放置 JNDI 资源
我收到了从 Tomcat 上的 Liferay 切换到 JBoss 上的 Liferay 的命令。 我遇到的一个问题是,与 tomcat 不同,我似乎无法在 liferay-portal-6.0.5\jboss-5.1.0\server\default\conf 中找到 context.xml
如果我只是复制它会起作用吗context.xml 从我的 tomcat 安装到 jboss 安装? (我不知道JBoss是否扫描该文件夹)。
或者是否有其他位置可以放置我的资源?
<Resource name="jdbc/x" auth="Container"
type="javax.sql.DataSource" driverClassName="oracle.jdbc.OracleDriver"
url="y"
username="z" password="A" maxActive="20" maxIdle="10"
maxWait="-1"/>
I've got the order to switch from Liferay on tomcat, to Liferay on JBoss.
One issue I'm having is that unlike in tomcat, I can't seem to find a context.xml in liferay-portal-6.0.5\jboss-5.1.0\server\default\conf
Will it work if I just copy the context.xml from my tomcat installation to my jboss installation? (I don't know if JBoss scans that folder).
Or is there an alternative location where I can put my resource?
<Resource name="jdbc/x" auth="Container"
type="javax.sql.DataSource" driverClassName="oracle.jdbc.OracleDriver"
url="y"
username="z" password="A" maxActive="20" maxIdle="10"
maxWait="-1"/>
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在部署目录服务器中添加名为“*- ds.xml”的文件,其中包含以下内容:
Add a file named "*- ds.xml" in the deploy directory server with the following contents: