(→Windows Registry Changes)
|
(Added in section about Windows Services)
|
Line 36: | |||
# [http://wiki.urbancode.com/AnthillPro/Changing_Java_Architecture_on_Servers#Windows_Registry_Changes Reinstall the service (next section)] | # [http://wiki.urbancode.com/AnthillPro/Changing_Java_Architecture_on_Servers#Windows_Registry_Changes Reinstall the service (next section)] | ||
=== Windows Registry Changes === | === Windows Registry Changes === | ||
- | From an '''Administrative Command Prompt''' navigate to the ''%SERvER_HOME%\bin\service'' directory and run the following: | + | From an '''Administrative Command Prompt''' navigate to the ''%SERVER_HOME%\bin\service'' directory and run the following: |
+ | # <font face=monospace>ah3server remove <old service name></font> | ||
+ | # <font face=monospace>ah3server install <new service name></font> | ||
+ | This will install a new Windows Service with the correct values in the registry that you provided earlier in this article. |