Re: Re: access denied exception

2004-01-31 Thread Oleg Kalnichevski
Fri, 30 Jan 2004 09:18:40 +0100 > To: "Commons HttpClient Project" > <[EMAIL PROTECTED]> > Subject: Re: access denied exception > > > Hello, > > this looks like a Java2 security problem. Two > options: > > Hack: Disable Java2 security. > Clean: gr

Re: Re: access denied exception

2004-01-30 Thread D Alvarado
ct" <[EMAIL PROTECTED]> Subject: Re: access denied exception Hello, this looks like a Java2 security problem. Two options: Hack: Disable Java2 security. Clean: grant your application the necessary permissions in the java.policy file The file should be in ${JAVA_HOME}/jre/l

Re: access denied exception

2004-01-30 Thread Roland Weber
Hello, this looks like a Java2 security problem. Two options: Hack: Disable Java2 security. Clean: grant your application the necessary permissions in the java.policy file The file should be in ${JAVA_HOME}/jre/lib/security/ I hope someone else can come up with the exact permission ent