| Author |
Tomcat issue on Windows
|
Amit Agwal
Greenhorn
Joined: Apr 06, 2006
Posts: 10
|
|
When I start Tomcat on Windows based OS, the process runs under the local username.
Is it possible to have the Tomcat process run as some other user?
Can we start Tomcat programatically, then create a user group on Windows and then assign the Tomcat process to this user?
|
I live on Java. Sometimes I eat food.
|
 |
Tim Holloway
Saloon Keeper
Joined: Jun 25, 2001
Posts: 14456
|
|
|
You can use the Windows Service Manager to do stuff like this.
|
Customer surveys are for companies who didn't pay proper attention to begin with.
|
 |
Amit Agwal
Greenhorn
Joined: Apr 06, 2006
Posts: 10
|
|
Thanks Tim for the response.
I do not have access to the Service manager manually. Basically I am shipping my application with Tomcat bundle in it and when the application starts up the Tomcat process should automatically run under this new user group.
|
 |
 |
|
|
subject: Tomcat issue on Windows
|
|
|