Postgres and Tomcat on a LAN from Windows7

Hello everyone,

Just noted two issues when trying to share DHIS 2 in an office running
on a desktop machine with Windows 7:

1) When running Postgresql as a Windows service, you have to provide
it with the password for the Windows Postgres user. Right-click on
Postgres in the Services window and then select the Logon tab.

2) Don't run Tomcat as a service, but start and stop it using the
bin\startup.bat and bin\shutdown.bat scripts. Easy to put a shortcut
to these on the desktop and set properties for the shortcut to Run as
Administrator.

Knut