On 12 September 2011 20:45, <[email protected]> wrote: > OK, the list of files under Tomcat 6.0 containing the text DHIS2 is > attached. I cleared out DHIS directories from Tomcat 6.0\ in > > -- conf\Catalina\localhost > > -- work\Catalina\localhost > > -- webapps (+dhis.war) > > I started Tomcat and Tomcat Manager and deployed DHIS2.war (version 2.3 > renamed).
So you used Tomcat Manager to deploy? Depending how you did that, you might well have ended up digging one of those holes in the ground you refer to, by inadvertently configuring a context at /dhis2 :-) It's best to avoid the manager unless you know what you are doing - and perhaps even then. I'm not sure offhand where tomcat stores all its custom context descriptor files, but my advice would be, if you can't find and remove these, to simply start all over. That means unpack a virgin, fresh tomcat and place your dhis.war into the webapps directory. And indeed an openmrs one if you need. No manager. Then make sure your java options are set properly in your startup script, then all should be well. > Memory usage went up to 1.95G (of 3.8 available). Appeared to be > successfully deployed. However, tried link to dhis2 and got the same > message. Logs attached. > > > > _______________________________________________ > 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

