On Tue, Jul 30, 2013 at 8:49 PM, Thomas Ronayne <[email protected]> wrote: > <Host name="localhost" appBase="/opt/dspace/webapps" > unpackWARs="true" autoDeploy="true">
Hi Thomas, I'm not sure if this will help, but I'll try to guess. The Host configuration above probably expects the webapps to be in .war format. When Tomcat notices such file, it will unpack and deploy it. However, what ant fresh_install or ant update does, is that it copies the _unpacked_ webapps to [dspace]/webapps. My guess is that Tomcat doesn't work with these untill you point it to them, which is explained in our installation instructions, Step 9: https://wiki.duraspace.org/display/DSDOC3x/Installation#Installation-Installation My guess why it doesn't work may be wrong, but I'm sure the recommended procedure using <Context> in our installation instructions works. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

