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?
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...