Re: UnauthorizedAccessException error while running WMI in tomcat

2008-09-09 Thread Mr Popo Sama
: UnauthorizedAccessException error while running WMI in tomcat --- On Mon, 9/8/08, new_bie_tomcat [EMAIL PROTECTED] wrote: From: new_bie_tomcat [EMAIL PROTECTED] Subject: Re: UnauthorizedAccessException error while running WMI in tomcat To: users@tomcat.apache.org Date: Monday, September 8

Re: UnauthorizedAccessException error while running WMI in tomcat

2008-09-09 Thread new_bie_tomcat
@tomcat.apache.org Enviado: lunes 8 de septiembre de 2008, 4:28:29 Asunto: Re: UnauthorizedAccessException error while running WMI in tomcat --- On Mon, 9/8/08, new_bie_tomcat [EMAIL PROTECTED] wrote: From: new_bie_tomcat [EMAIL PROTECTED] Subject: Re: UnauthorizedAccessException error while

Re: UnauthorizedAccessException error while running WMI in tomcat

2008-09-08 Thread Johnny Kewl
- Original Message - From: new_bie_tomcat [EMAIL PROTECTED] To: users@tomcat.apache.org Sent: Monday, September 08, 2008 6:59 AM Subject: UnauthorizedAccessException error while running WMI in tomcat I have written the following code in Java to access registry of a remote machine

Re: UnauthorizedAccessException error while running WMI in tomcat

2008-09-08 Thread Mr Popo Sama
: UnauthorizedAccessException error while running WMI in tomcat I have written the following code in Java to access registry of a remote machine. I am able to execute the program successfully when i run the program separately. But when I try to execute the code in Apache Tomcat. I am getting

Re: UnauthorizedAccessException error while running WMI in tomcat

2008-09-08 Thread new_bie_tomcat
- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/UnauthorizedAccessException-error-while-running-WMI-in-tomcat

Re: UnauthorizedAccessException error while running WMI in tomcat

2008-09-08 Thread new_bie_tomcat
tonge. - Mensaje original De: new_bie_tomcat [EMAIL PROTECTED] Para: users@tomcat.apache.org Enviado: lunes 8 de septiembre de 2008, 1:59:04 Asunto: UnauthorizedAccessException error while running WMI in tomcat I have written the following code in Java to access registry of a remote

Re: UnauthorizedAccessException error while running WMI in tomcat

2008-09-08 Thread new_bie_tomcat
AM Subject: UnauthorizedAccessException error while running WMI in tomcat I have written the following code in Java to access registry of a remote machine. I am able to execute the program successfully when i run the program separately. But when I try to execute the code in Apache Tomcat

Re: UnauthorizedAccessException error while running WMI in tomcat

2008-09-08 Thread Tommy Pham
--- On Mon, 9/8/08, new_bie_tomcat [EMAIL PROTECTED] wrote: From: new_bie_tomcat [EMAIL PROTECTED] Subject: Re: UnauthorizedAccessException error while running WMI in tomcat To: users@tomcat.apache.org Date: Monday, September 8, 2008, 3:06 AM Hi Mark, Thanks a lot for your reply. I am

UnauthorizedAccessException error while running WMI in tomcat

2008-09-07 Thread new_bie_tomcat
://www.nabble.com/UnauthorizedAccessException-error-while-running-WMI-in-tomcat-tp19365845p19365845.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e

Re: UnauthorizedAccessException error while running WMI in tomcat

2008-09-07 Thread Mark Thomas
new_bie_tomcat wrote: Please let me know if any configuration is needed in Tomcat to support this? You need to run Tomcat under a user that has the permissions to perform the action you are trying to perform. If you are running Tomcat as a service, the default LocalSystem user will not have