Re: Struts Artimus unable to change database name
From: Steve Greenwood (Steve.Greenwood_at_boltblue.com)
Date: 02/20/04
- Previous message: Ryan Stewart: "Re: Resource Recommendations"
- In reply to: Steve Greenwood: "Struts Artimus unable to change database name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 20 Feb 2004 05:06:07 -0800
I have eventually solved the problem:
I discovered that there is another copy of "poolman.xml" within the
library:
lib/commons-scaffold.jar
I had to extract this one edit it and then replace it, now it uses a
different database name. None of the other copies of "poolman.xml" are
relevant.
I also had to change the reference to it in web.xml :
<init-param>
<param-name>adaptor.key</param-name>
<param-value>jdbc-artimus</param-value>
</init-param>
changes to:
<init-param>
<param-name>adaptor.key</param-name>
<param-value>jdbc-mydatabase</param-value>
</init-param>
Thanks,
Steve
- Previous message: Ryan Stewart: "Re: Resource Recommendations"
- In reply to: Steve Greenwood: "Struts Artimus unable to change database name"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|