Regarding setting the windows xp services properties

  • Thread starter Thread starter Ravi
  • Start date Start date
R

Ravi

dear friend,

actually i am running one of tomcat/apache webserver using windows xp
services if i restart the system that related appication works
smoothly but if i log off and logon the system it wont work one second
i have to go to control panel -> administrative tools -> services and
restart my service one second. do u have any way to start this process
automatically with out following the above mensioned steps.

note : this problem only when we log off and logon the system, for
restart it's working properly.

waiting for your favourable reply

thanking u

ravi
 
Create a shortcut in your Startup folder using the command:

NET START <Service Name>
 
Back
Top