Re: System.setProperty failed during Tomcat5 startup

2006-05-09 Thread Tim Funk
AIL PROTECTED]> Reply-To: "Tomcat Users List" To: Tomcat Users List Subject: Re: System.setProperty failed during Tomcat5 startup Date: Tue, 09 May 2006 09:02:07 -0400 1) Don't hijack threads - start a new one 2) Your running tomcat in with the security manager turned on. When

Re: System.setProperty failed during Tomcat5 startup

2006-05-09 Thread lee hwaying
stem.setProperty failed during Tomcat5 startup Date: Tue, 09 May 2006 09:02:07 -0400 1) Don't hijack threads - start a new one 2) Your running tomcat in with the security manager turned on. When the security manager is enabled - methods System.setProperty() and System.exit() are not allowed

[OT] Hijack (WAS: Re: System.setProperty failed during Tomcat5 startup)

2006-05-09 Thread Antonio Petrelli
Tim Funk ha scritto: 1) Don't hijack threads - start a new one The last famous words... some people will never learn ;-) Ciao Antonio - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: System.setProperty failed during Tomcat5 startup

2006-05-09 Thread Tim Funk
1) Don't hijack threads - start a new one 2) Your running tomcat in with the security manager turned on. When the security manager is enabled - methods System.setProperty() and System.exit() are not allowed to be called. -Tim lee hwaying wrote: Tomcat startup fail with below error log when S

System.setProperty failed during Tomcat5 startup

2006-05-09 Thread lee hwaying
Tomcat startup fail with below error log when Springframework tried to call System.setProperty. Can some one help me? I ran the code succesyfully at windows pc but not on unix server thanks hy java.security.AccessControlException: access denied (java.util.PropertyPermission webApp.root write) @