ould you able to put together a howto
on this topic? I think it will be a great benefit to the
rest of us.
Thanks much,
Tom
Original message
>Date: Tue, 30 May 2006 13:57:18 +0100 (BST)
>From: Chris Walker <[EMAIL PROTECTED]>
>Subject: Re: Tomcat 5.5 Context Files
>To: To
BC resource
> >>definition
> >>
> >> reloadable="true"
> >>crossContext="true">
> >>>> name="jdbc/crm"
> >> auth="Container"
> >> type="javax.sql.DataSource"
> >>
.sql.DataSource"
> maxActive="100"
> maxIdle="30"
> maxWait="1"
> username="u"
> password="p"
> driverClassName="com.mysql.jdbc.Driver"
>
>
url="jdbc:mysql://localhost:3306/cm?a
ponse:
---
---
I've tried various names for the context XML files, and I've tried
specifying an absolute path for the context docBase, but it seems to make no
difference.
Can anybody suggest what I'm doing