Menu

#6 Installation not working with Tomcat 5

open-fixed
General (4)
5
2005-03-31
2004-09-22
No

The current installation process places three XML files
containing <Context> elements in the tomcat/webapps
folder. Doing the same under Tomcat 5 seems to have no
effect. We have been testing out the use of Tomcat 5
and I have so far simply copied the relevant elements
into server.xml. Is there any way to get the existing
installation model (or something similar) to work with
Tomcat 5?

Discussion

  • Damian Barnier

    Damian Barnier - 2005-03-31

    Logged In: YES
    user_id=1106482

    the easiest way is to move the webapps/gbifPortal.xml and
    webapps/gbifAdmin.xml to the following locations
    webapps/gbifPortal/META-INFcontext.xml and
    webapps/gbifAdmin/META-INF/context.xml respectively, I will
    update the ant build script to copy these files to both the
    original location and the tomcat5 desired location...

     
  • Damian Barnier

    Damian Barnier - 2005-03-31
    • assigned_to: mesm --> dbarnier
    • status: open --> open-fixed