Maven/Cactus/JNDI driver question
"Lewis, Lonnie R" <[email protected]>
| Newsgroups | gmane.comp.jakarta.cactus.user |
|---|---|
| Message-ID | <F1B471B6CE5CFA458DFED6C7669D039704D0EB62@usplm234.amer.corp.eds.com> |
I am attempting to test cactus test case in maven. My test case is failing because it can't get the JNDI data source from Tomcat. I have verified the web.xml and server.xml files look OK. I think it is because when maven builds the Tomcat temporary installation, it doesn't copy the driver jar file (ojdbc.jar) to the common/lib directory (which is where I think it needs to be, it doesn't work if it is in the app's WEB-INF/lib directory). Is there any property setting or other way of getting a jar file in this directory? Thanks, Lonnie