|
Home > Archive > WebSphere Portal Server > November 2006 > Portal 6.0
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| I know you can do it on installation, but post I am not aware.
How can you install both WAS and WAS Portal 6.0 as a service on Windows 2003?
| |
|
| Hi
From the c:\WebSphere\AppServer\bin directory, run the command: -
WASService.exe
-add WP6
-serverName WP6
-profilePath "c:\ibm\WebSphere\profiles\wp_profile"
-wasHome "c:\WebSphere\AppServer"
-userid wpsadmin
-password passw0rd
The service should be then be listed in the Services Control Panel plugin ( services.msc ) under "IBM WebSphere Application Server V6 - WP6".
If you make a mistake, you can remove the service: -
WASService.exe
-remove WP6
Please see the Information Centre here: -
http://publib.boulder.ibm.com/infoc...wps/tbl_wp.html
for further details.
Regards
Dave Hay
david_hay@uk.ibm.com
| |
| abpeterson231 2006-11-20, 7:23 pm |
| I the the following error when doing your fix
"Could not determine the process id of the Java process. Changing the IBMWAS6Service - WP6 service status to the "stopped" state. To prevent this error, try recreating this service with the -logRoot parameter. The value of the logRoot parameter should b
e the directory in which the server's .pid file is created."
I used WASService.exe -add WP6 -serverName WP6 -profilePath "D:\ibm\WebSphere\profiles\wp_profile" -wasHome "D:\Program Files\IBM\WebSphere\AppServer" -userid wpsadmin -password <somepassword>
|
|
|
|
|