2014/1/27 Strobel, Stefan (TS IC) <stefan.stro...@hp.com>: > Hi everybody, > > I would like to run a Tomcat 7.0.47 as Windows service. But that service > shall not be executed as Administrator but as a local technical user. That > user is existent, let's call it A. The account is secured with password B. > The question is, how do I install Tomcat as a service (that starts at Windows > startup) as the technical user A? I tried various commands, but didn't get it > working. > > Any ideas, solutions?
Once the service installed, you can change the User with the sc utility : sc.exe config <serviceName> obj= <domain\username> password= <password> > Thanks > Stefan > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org