> On Aug 10, 9:37 am, crab....@gmail.com wrote:
>
[quoted text clipped - 4 lines]
>
> With your app.
or appserver
crab.dae@gmail.com - 11 Aug 2007 18:10 GMT
> > On Aug 10, 9:37 am, crab....@gmail.com wrote:
>
[quoted text clipped - 6 lines]
>
> or appserver
Thanks folks.. I guess I gotta get the web sever admin to install it.
> On Aug 10, 9:37 am, crab....@gmail.com wrote:
>
[quoted text clipped - 4 lines]
>
> With your app.
I was just thinking... If I can't get the web server admin to install
the JDBC driver, can I just drop the files (Driver) in my server
space? And if so, how do I call it up?
Thanks!
Arne Vajhøj - 12 Aug 2007 04:54 GMT
> I was just thinking... If I can't get the web server admin to install
> the JDBC driver, can I just drop the files (Driver) in my server
> space? And if so, how do I call it up?
I assume we are talking about a Java web app and a servlet container.
It can either be deployed in the server lib or in the web apps
lib (WEB-INF/lib).
There are a few things that require it to be put in the
server lib, but for many cases the web apps lib will do OK.
Arne