Re: Reading Properties File

2001-08-27 Thread Min-Hua Luo
Karl, I had the same problem as you. The way I solved it was: I use new File() to create a file in the same java program which I try to load properties. I did not specify and directory, just a filename. Then, I search my disk and found if you do not specify directory name, the default

load-balancer problem

2001-10-05 Thread Min-Hua Luo
Hi, I have three islands and 2 orion instances per island for clustering. In my javabean, I have a hash table that needs to be synchronized within the same JVM. This hash table stores information global to the whole application. When one connection lock this table, no other connections are

getClass().getClassLoader().getResource(fileName) problem

2002-02-14 Thread Min-Hua Luo
Hi, I tried to open a property file from within my custom UserManager program, however, Orion was unable to find my file. I just don't know where should I put my property file so it can be located by the following command: props_ = new Properties(); try { URL aURL =

[no subject]

2002-02-15 Thread Min-Hua Luo
Hi, I am confused by RoleManager.addToRole() function. It says Adds a principal to the specified role, in practice this usually implies adding the principal to the legacy groups the role encompasses. Since all roles are defined in web.xml (security-role tag), does addToRole() function will

RE:

2002-02-25 Thread Min-Hua Luo
www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Min-Hua Luo Sent: Friday, February 15, 2002 4:28 PM To: Orion-Interest Subject: Hi, I am confused by RoleManager.addToRole() function. It says Adds a principal

Thank you, elephantwalker!

2002-02-26 Thread Min-Hua Luo
of course remove the role when you log the user out, and it has the effect of only adding the role during the session. Regards, the elephantwalker www.elephantwalker.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Min-Hua Luo Sent: Monday