Adding start/stop services to the wampserver.ini
Posted by:
loonsta
(---.its.monash.edu.au)
Date: March 21, 2006 10:38PM
Hi,
I also do Coldfusion development and have been trying to add it's services to the start and stop wamp menu (1.6.1)
"The configuration file contains a syntax error on line 583: [EParseError] Parameter "Service" specifies an unknown service"
I've added the the following lines (have tried with and without parenthesis)
[StartAll]
Action: service; Service: wampapache; ServiceAction: startresume; Flags: ignoreerrors
Action: service; Service: wampmysqld; ServiceAction: startresume; Flags: ignoreerrors
Action: service; Service: "ColdFusion MX 7 Application Server"; ServiceAction: startresume; Flags: ignoreerror
Action: service; Service: "ColdFusion MX 7 ODBC Server"; ServiceAction: startresume; Flags: ignoreerrors
Action: service; Service: "ColdFusion MX 7 ODBC Agent"; ServiceAction: startresume; Flags: ignoreerrors
I thought it may have been the spaces in the service name but I have tried adding mssqlserver and it still happens.
If anyone could help it would be much appreciated.
Thanks,
Brian