how to avoid auto-startup Default Server

Yesterday, I installed the Java Application Platform EE5 SDK bundle on my Windows XP laptop. The bundle includes the Java System Application Server PE9.

After installation, I found out that the Application Server automatically starts-up at startup/login of my laptop. Where in the Windows XP system the auto-startup shortcut/script is stored? (because I want to remove the auto-startup of the AS). Is the auto-startup configurable through the Server Admin tools?

Thank you.

[492 byte] By [martin617a] at [2007-11-26 19:01:04]
# 1

I found out the answer myself. I write it here in case someone needs it:

Auto-startup of the application server in Windows is configured through the "Windows Service" mechanism, check the Windows-help on command sc.exe and the Java Application Server-help on command appservServer.exe. In the Windows regedit, search for AppServer9PE (or any other version of AS you are running)

martin617a at 2007-7-9 20:44:21 > top of Java-index,General,Installation...