> Only one war, only one corresponding directory Ok, tomcat seems to think that there should be jars/resource in the webapps/dhis2 directory, and you seem to be deploying as dhis.war, correct? and so, you have only a dhis directory.
You should try and find the reference to webapps/dhis2 in your tomcat directory, since tomcat seems to be confused and is trying to startup an old deployed version of dhis (probably with the name dhis2.war). Tomcat usually creates a bunch of temporary files (not just in webapps), and these should be cleaned. java.lang.IllegalArgumentException: Document base C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\dhis2 does not exist or is not a readable directory -- Morten > -----Original Message----- > From: Lars Helge Øverland [mailto:[email protected]] > Sent: Monday, September 12, 2011 11:56 AM > To: Olav Poppe > Cc: Friedman, Roger (CDC/CGH/DGHA) (CTR); [email protected] > Subject: Re: [Dhis2-devs] DHIS2 continues to bomb > > Also can you confirm Morten's point about having multiple WARs in your > tomcat webapp folder? > > _______________________________________________ > Mailing list: https://launchpad.net/~dhis2-devs > Post to : [email protected] > Unsubscribe : https://launchpad.net/~dhis2-devs > More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

