zzeng
zzeng
My Links
BlogJava
首页
联系
聚合
管理
Blog Stats
Posts - 12
Stories - 4
Comments - 1
Trackbacks - 0
常用链接
我的随笔
我的评论
我的参与
最新评论
留言簿
(2)
给我留言
查看公开留言
查看私人留言
随笔档案
2005年12月 (1)
2005年9月 (11)
文章档案
2006年1月 (1)
2005年12月 (1)
2005年9月 (2)
收藏夹
J2EE(1)
(rss)
搜索
最新评论
1. re: html:hidden[未登录]
很好,很有用
--张磊
阅读排行榜
1. html:hidden(2605)
2. hibernate.cfg.xml not found(1716)
3. Hibernate取得Select的值(1540)
4. 为什么 XX.hbm.xml 和 XX.cfg.xml这两个文件要放在/WEB-INF/classes/这个目录下呢?(1150)
5. BCP(1049)
评论排行榜
1. html:hidden(1)
2. 《程序员》04年第10期试读文章:《侯捷观点——Java反射机制》(0)
3. struts tags(0)
4. Hibernate取得Select的值(0)
5. BCP(0)
hibernate.cfg.xml not found
hibernate.cfg.xml not found - WebSphere PortalServer
Posted by:
Bernd Zimmermann
on November 23, 2004 in response to
Message #92850
0 replies in this thread
We had the 'hibernate.cfg.xml not found' problem when developing
IBM WebSphere Portalserver portlets with struts and hibernate.
The solution was to have the hibernate.cfg.xml in WebSphere
Application Developer in ./JavaSources and get the hibernate
configuration at runtime this way:
File f=new File(servlet.getServletContext()
.getRealPath("/WEB-INF/classes/hibernate.cfg.xml"));
Configuration c = new Configuration().configure(f);
This is portable from WSAD to WPS
posted on 2005-09-28 13:42
zzeng
阅读(1716)
评论(0)
编辑
收藏
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
Chat2DB
C++博客
博问
管理
Powered by:
BlogJava
Copyright © zzeng