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
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
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
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
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)
@