Article:
 |
|
Wiring Your Web Application with Open Source Java
|
| Subject: |
|
Unable to locate config file |
| Date: |
|
2004-09-28 01:52:29 |
| From: |
|
moyosaNED
|
|
|
|
I just changed the path to my proxool.xml
<prop key="hibernate.proxool.xml">D:/test2/WEB-INF/proxool.xml</prop>
<prop key="hibernate.proxool.pool_alias">spring</prop>
When i place the path in a browser, it show the proxool.xml. What is the problem.
And thanx Mark it was jta.jar, oops
|
Showing messages 1 through 3 of 3.
-
Unable to locate config file
2004-09-28 02:09:55
moyosaNED
[View]
-
Unable to locate config file
2004-09-28 03:19:22
meagle
[View]
-
Unable to locate config file
2005-03-07 04:54:14
westini
[View]
<prop key="hibernate.proxool.xml">proxool.xml</prop>
<prop key="hibernate.proxool.pool_alias">spring</prop>
And placed the proxool.xml in de classpath, but i don't know if this correct. But it works.