There a list of sevices and their associated port names in the following file: services file.
| UNIX: | /etc/services |
| Win98: | C:\Windows\services |
| WinNT, W2K, WXP | C:\WINNT\system32\drivers\etc\services |
| service name | port num/protocol |
|---|---|
| ftp | 21/tcp |
| snmp | 161/udp |
In NT/W2K/XP you can start and stop services and check out how they are configured at Settings ⇒ Control Panel ⇒ administrative tools ⇒ Component Services ⇒ Services (local).
In Vista type Ctrl+Alt+Del and select the Task Manager ⇒ click the services tab ⇒ click services in the bottom right.
Alternatively, in Vista click Start ⇒ Administrative Services ⇒ Services.
ObjectWeb make an opensource tool called JavaService to convert a Java App into a Windows service. It uses JNI to launch a JVM and load the app. Your app must implement a startup, main and shutdown method. Another such tool is Java Service Wrapper.
When you uninstall a package, it should delete the associated services. If it fails to, use regedit to delete the service which will be filed under HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services
![]() |
and suggestions to improve this page to Roedy Green : | ||
| Canadian Mind Products | |||
| mindprod.com IP:[65.110.21.43] | |||
| Your face IP:[38.103.63.62] | The information on this page is for non-military use only. | ||
| You are visitor number 8,695. | Military use includes use by defence contractors. | ||
| You can get a fresh copy of this page from: | or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror) | ||
| http://mindprod.com/jgloss/service.html | J:\mindprod\jgloss\service.html | ||