Re: Struts Artimus unable to change database name

From: Steve Greenwood (Steve.Greenwood_at_boltblue.com)
Date: 02/20/04

  • Next message: curwen: "classloader weird error"
    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


  • Next message: curwen: "classloader weird error"

    Relevant Pages

    • Re: Struts Artimus unable to change database name
      ... I had to extract this one edit it and then replace it, ... I also had to change the reference to it in web.xml: ... Steve ...
      (comp.lang.java.programmer)
    • Re: Modules(index) and Modules("name") return different modules?
      ... You can edit the code in a referenced MDB, ... are discarded *without warning* when you close. ... >> module in every library database reference. ...
      (microsoft.public.access.modulesdaovba)
    • RE: base64 convertion
      ... The sample code is provided as a Class Library, you can reference the ... Extract the sample project to a local folder ... Microsoft Online Community Support ...
      (microsoft.public.vsnet.general)
    • Variety of XML questions;
      ... parents affect the reference? ... (Does parsing create the node instances, or just parses the XML into ... Bearing encapsulation and concurrency in mind, ... changes to a node copy the node, edit, then replace the node in the original ...
      (microsoft.public.dotnet.xml)
    • Re: Update a table using a form
      ... I have the properties set as you advised. ... when you open the form the "reference number" ... Access will give you a Sub and End Sub line; edit it to ...
      (microsoft.public.access.formscoding)