Discussion:
Missing windows service
(too old to reply)
d***@blueyonder.co.uk
2006-12-06 16:38:36 UTC
Permalink
Hi all,

Have created a new commerce instance (WC EE 6.0) and all is fine, except the windows service for the http server hasn't been created. Would expect one called IBM HTTP Server for WebSphere Commerce (new instance name) as per the other instance.

Nothing in the logs and eveything works fine using apache.exe start and stop commands, but would like the service to be there really.

Can you use WASService to do this, or is there a similar command in IHS for this?

Many thanks,

Dave
geo
2006-12-06 21:47:06 UTC
Permalink
In the old days there was a program that could register the service, now you
would likely use the "service" command line windows program. You can look
in your Windows server help for that reference.
Post by d***@blueyonder.co.uk
Hi all,
Have created a new commerce instance (WC EE 6.0) and all is fine, except
the windows service for the http server hasn't been created. Would expect
one called IBM HTTP Server for WebSphere Commerce (new instance name) as
per the other instance.
Nothing in the logs and eveything works fine using apache.exe start and
stop commands, but would like the service to be there really.
Can you use WASService to do this, or is there a similar command in IHS for this?
Many thanks,
Dave
d***@blueyonder.co.uk
2006-12-08 15:01:27 UTC
Permalink
thanks for this, will pass this to the o/s people then!
i***@manaproducts.com
2006-12-07 19:55:35 UTC
Permalink
just run C:/>/IHS/bin/apache /?

Here is what you need:
-n name : set service name and use its ServerConfigFile
-k start : tell Apache to start
-k restart : tell running Apache to do a graceful restart
-k stop|shutdown : tell running Apache to shutdown
-k install : install an Apache service
-k config : change startup Options of an Apache service
-k uninstall : uninstall an Apache service
d***@blueyonder.co.uk
2006-12-08 15:00:50 UTC
Permalink
yeah, am familiar with the command line, however the client wants it as a service, as they are not happy with command line!
i***@manaproducts.com
2006-12-08 19:44:16 UTC
Permalink
It is simple. Just use the apache excecutable to install itself as a Windows Service man - it can do that easy. It has all you need just build into itself. Try -
d***@blueyonder.co.uk
2006-12-11 09:39:50 UTC
Permalink
duh! that'll teach me to not read posts properly, will try the -k install option as suggested, many thanks!
d***@blueyonder.co.uk
2006-12-11 09:50:04 UTC
Permalink
that worked a treat, thanks!

Robert Brown
2006-12-08 16:59:06 UTC
Permalink
I have used srvany in the past to create custom services on the Windows
platform. Might work for you here...if I come across that old service
install batch geo mentioned I'll let you know.

http://support.microsoft.com/kb/137890

R
Post by d***@blueyonder.co.uk
Hi all,
Have created a new commerce instance (WC EE 6.0) and all is fine, except the windows service for the http server hasn't been created. Would expect one called IBM HTTP Server for WebSphere Commerce (new instance name) as per the other instance.
Nothing in the logs and eveything works fine using apache.exe start and stop commands, but would like the service to be there really.
Can you use WASService to do this, or is there a similar command in IHS for this?
Many thanks,
Dave
d***@blueyonder.co.uk
2006-12-08 17:47:04 UTC
Permalink
nice one, thanks for the input!
Continue reading on narkive:
Loading...