RE: Tomcat 5.5 Context Files

2006-05-30 Thread Chris Walker
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

Re: Tomcat 5.5 Context Files

2006-05-30 Thread Chris Walker
BC resource > >>definition > >> > >> reloadable="true" > >>crossContext="true"> > >>>> name="jdbc/crm" > >> auth="Container" > >> type="javax.sql.DataSource" > >>

Re: Tomcat 5.5 Context Files

2006-05-30 Thread Chris Walker
.sql.DataSource" > maxActive="100" > maxIdle="30" > maxWait="1" > username="u" > password="p" > driverClassName="com.mysql.jdbc.Driver" > > url="jdbc:mysql://localhost:3306/cm?a

Tomcat 5.5 Context Files

2006-05-29 Thread Chris Walker
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