Connection pooling
Brought to you by:
aeden
I tried to create a connection pooling configuring
server.xml and web.xml in a JPublish project.
A java class is used to create the connection pooling
and it's instatiated using a JPublish action.
The result is a javax.naming.NameNotFoundException so
it seems that the context is not supported from jython?
Is there a solution to solve this problem.