Re: catalina.sh "==" artifact

2006-11-07 Thread Gregor Schneider
hi guys, thanks for the hint. i was actually missing the point to look into the PolicyFiles-doc, I just looked into the wrong files. thanks again greg -- what's puzzlin' you, is the nature of my game - To start a new topic, e

Re: catalina.sh "==" artifact

2006-11-06 Thread Mark Petrovic
You make a good point. I should have included the text. On 11/6/06, Steffen Heil <[EMAIL PROTECTED]> wrote: Hi Sorry, but 5 answers of the kind "RTFM" are simply not nice. It's just a sentence, so here it goes: > If you use > > java -Djava.security.manager -Djava.security.policy==someURL

RE: catalina.sh "==" artifact

2006-11-06 Thread Steffen Heil
Hi Sorry, but 5 answers of the kind "RTFM" are simply not nice. It's just a sentence, so here it goes: > If you use > > java -Djava.security.manager -Djava.security.policy==someURL SomeApp > > (note the double equals) then just the specified policy file will be used; > all the ones indicated

Re: catalina.sh "==" artifact

2006-11-06 Thread Mark Petrovic
If you search for "==" here, it is revealed http://java.sun.com/j2se/1.5.0/docs/guide/security/PolicyFiles.html On 11/6/06, Gregor Schneider <[EMAIL PROTECTED]> wrote: hm, took a look at the jdk-docs at http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/java.html, and it says [quote]==

Re: catalina.sh "==" artifact

2006-11-06 Thread Mark Thomas
Gregor Schneider wrote: > hm, took a look at the jdk-docs at > http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/java.html, and it > says > > [quote]= > -Dproperty=value >Set a system property value. > [quote]= > > Could you please shed some light? http://java.sun.c

Re: catalina.sh "==" artifact

2006-11-06 Thread Gregor Schneider
hm, took a look at the jdk-docs at http://java.sun.com/j2se/1.5.0/docs/tooldocs/solaris/java.html, and it says [quote]= -Dproperty=value Set a system property value. [quote]= Could you please shed some light? TIA Greg -- what's puzzlin' you, is the nature of my game

Re: catalina.sh "==" artifact

2006-11-03 Thread Mark Petrovic
Aha. Thank you. On 11/3/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Mark Petrovic wrote: > I don't think this is a serious issue, if an issue at all. But I point it > out just in case. > > There's a "==" in the catalina.sh script, in this case in Tomcat 5.5.17. > > E.g. > > -Djava.securit

Re: catalina.sh "==" artifact

2006-11-03 Thread Mark Thomas
Mark Petrovic wrote: > I don't think this is a serious issue, if an issue at all. But I point it > out just in case. > > There's a "==" in the catalina.sh script, in this case in Tomcat 5.5.17. > > E.g. > > -Djava.security.policy=="$CATALINA_BASE"/conf/catalina.policy \ > > where I believ

catalina.sh "==" artifact

2006-11-03 Thread Mark Petrovic
I don't think this is a serious issue, if an issue at all. But I point it out just in case. There's a "==" in the catalina.sh script, in this case in Tomcat 5.5.17. E.g. -Djava.security.policy=="$CATALINA_BASE"/conf/catalina.policy \ where I believe one would normally expect to find a si