another try: =)

how does the xml structure look like in your context.xml file? i think you have to omit the
<globalnamingresources> tag if you haven't already done so.


the xml file should look like this:

-----------------

<Context path="" .... >

<Resource name="" .....>

 <ResourceParams name="" .... >
   <parameter>
     <name>...</name>
     <value>...</value>
   </parameter>

   ...

 </ResourceParams>

</Context>
-----------------

mfg
alu

Mark Woon wrote:

alu, artifex wrote:

where did you place your driver .jar-file in? i think you placed it
into CATALINA_HOME/server/lib - for your configuration
(resource is defined in the context) it should be placed in
CATALINA_HOME/common/lib i think.


I've tried it in both places with no luck.

If you look at the error message carefully, it's not finding the driver because it doesn't know what driver to look for, which would indicate that it cannot find the ResourceParams.

Any other ideas?

Thanks,
-Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to