RE: How can I run one particular webapp as a different user?

2008-06-10 Thread Sudhir, Arun
erent user? -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Arun, Don't hijack threads :( Sudhir, Arun wrote: | I'm using Tomcat in Linux and when I use Runtime.exec from Tomcat, the | unix commands run as user "dingo". But I have another user "aruns" and I | would like ONE AN

How can I run one particular webapp as a different user?

2008-06-10 Thread Sudhir, Arun
I'm using Tomcat in Linux and when I use Runtime.exec from Tomcat, the unix commands run as user "dingo". But I have another user "aruns" and I would like ONE AND ONLY ONE of my web applications to use Runtime.exec() to run a perl script as user "aruns" and not as user "Dingo". Is this possible? If