Friday, October 15, 2004

Deploying tomcat and SQL 2000 on Windows Server 2003

This afternoon I deployed tomcat 5.0.28 and SQL 2000 SP3 on a Windows Server 2003. It took a while to download all of them via slow link. Fortunately, j2sdk is already available. WS 2003 consumes about 300 MB RAM at steady state.

Note that in order to run tomcat as a NT service, it provides service.bat in bin directory to install the service automatically. To install, just run:

service install

And, to uninstall:

service remove


After that, I am able to start it by running "net start Tomcat".

No comments: