| Subject: | How to make Proxool Provider able to load JAXP configurator file | |
| Date: | 2004-10-11 08:16:34 | |
| From: | Makeurownrules | |
|
Response to: How to make Proxool Provider able to load JAXP configurator file
|
||
|
I have changed the above configuration,but I am still facing the same problem.I am Using Tomacat 5.0.25 and J2SDK 1.4.2_04.
|
||
Showing messages 1 through 2 of 2.
-
How to make Proxool Provider able to load JAXP configurator file
2004-12-23 21:40:59 PaulH [View]
-
How to make Proxool Provider able to load JAXP configurator file
2009-11-08 09:14:01 CarryOn [View]
many years latter ,i got the problem again.
one possible is the spring init the context twice,
the spring won't do this any time,so ,check where you do this.



your application context more than once.
i.e. the error Attempt to register duplicate pool called . . .
You have an exception (as I did) indicating
that you are trying to create the connection
pool a 2nd time with the same alias. I found that
I loaded my context in both my web.xml file and
my struts-config.xml (both via spring objects)