RE: Default Groups?

2000-03-04 Thread Mike Cannon-Brookes
I don't know much about the DataSourceUserManager but I presume there's a way to store groups in there. You're looking for the RoleManager (for Roles) and UserManager, they're stored at java:comp/UserManager and java:comp/RoleManager respecitvely. If you want an example using the EJBUserManager,

Default Groups?

2000-03-04 Thread Jeremy Pierson
Can anybody point me in the right direction to gaining some knowledge on the UserManager? 1.) How does DataSourceUSerManager know what groups a user belongs to? I am not using the principals.xml because I don't want to duplicate what I'm already capturing in a database, and I assume that there is

Getting Orion to run

2000-03-04 Thread Kevin Duffey
Hi, I seem to still be having difficulty in getting Orion started. When I first install .9.4, and run it, its fine..and the default site comes up. I tried creating my own application dir (not .ear at this point). I set up c:\applications as the application folder. From there I put in myapp dir. Th

Re: WEB-INF/lib and classloader?

2000-03-04 Thread George Henry C. Daswani
I tried the latest version from orionserver.com.. It doesn't seem to.. The class loader has problems finding classes in the jar files when under the WEB-INF/lib dir.. however, if I put them under /orion/lib then it works fine.. George - Original Message - From: "Victor A. Salaman" <[EM

RE: Using Orion in an ASP scenario

2000-03-04 Thread Robert Krüger
At 16:14 04.03.00 , Mike Cannon-Brookes wrote: >I'm not sure if this is what you're looking for, but you can use the same >EJBs in different applications? that's correct and the way to go. >Why not create an application for each client (running under one server, >distributed over many machines)