Re: orion 1.4.7

2001-02-25 Thread Robert Krueger
At 11:20 25.02.2001 , you wrote: this may be a silly question, but how do i get hold of orion1.4.7? the latest downloadable version is 1.4.5. is it only available to those who have paid for the license? java -jar autoupdate.jar HTH robert thanks, peter (-) Robert Krger (-) SIGNAL 7

RE: orion 1.4.7

2001-02-25 Thread Mike Cannon-Brookes
Using autoupdate - check out http://www.orionsupport.com/articles/update.html -mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Seng Choy Kua Sent: Sunday, February 25, 2001 2:21 PM To: Orion-Interest Subject: orion 1.4.7 this may be a

Re: Win2k Pro. is mess... choosing the right database product

2001-02-25 Thread Falk Langhammer
Hi Vimal, I got Interbase working and there *are* some traps. Therefore let me share my solution with this list: (1) Get Interclient 2.0 from http://inprise-svca.www.conxion.com/win_sources.zip (a link from http://www.inprise.com/interbase/downloads/) (2) Install (3) Get a recompiled

RE: Win2k Pro. is mess... choosing the right database product

2001-02-25 Thread Davina and Mac
Thebiggest problem with MySQL (last time I checked) was not the lack of transactions, but its locking scheme, which was table-level instead of row-level, which caused its performance to fall off very quickly under load. In addition Postgres 7.1 will include Write Ahead Logging, making it

linux users check out jdk1.3.1 beta (sun)

2001-02-25 Thread Robert Krueger
FYI, we've tested it here and so far it has removed the remaining occasional crashes (especially on redeployment). definitely worth checking out. robert (-) Robert Krger (-) SIGNAL 7 Gesellschaft fr Informationstechnologie mbH (-) Brder-Knau-Str. 79 - 64285 Darmstadt, (-) Tel: 06151 665401,

HELP!!! - Using UserManagers - Logging in users without asking for credentials

2001-02-25 Thread Chris Evans
Hey, I've tried everything that I can think of without any proper documentation/examples to go by. What i'm trying to do is have a servlet accept requests from another website. Balled up in that request would be user credentials(ie: username, password, etc...). From the request I want to

Orion FORM based authentication Configuraton problem

2001-02-25 Thread cybermaster
When I use % authentication (1.4.5, W2K Server, jdk1.3), I've got a couple of problems: (1) Basic setup is: /Home.jsp, link to /secure/loginDummy.jsp (2) User tries to get to /secure/loginDummy.jsp - Orion redirects to /login.jsp (3) login correct works fine with /login.jsp - (browser shows

Servlet loading twice, Help me, please

2001-02-25 Thread Phong Quoc Tran
Hi, I have a servlet as a front component in my webapp; the servlet has also the task of saving a Object in static variable (for example : a integer value ) during his inizialization. When I start orion server, I set new value for static variable (for example new value = 20 ) and I call the

load balancing

2001-02-25 Thread Greg Matthews
dear all, i've had a go at setting up load balancing and it's half working. i don't know what's registering with the load balancer for the first servermentioned in the message below. the second server mentioned is the one i configured. anyone have a rough guess about what i might have

Servlet Cache - How do I purge it

2001-02-25 Thread Paul G. Markovich
Hi, I am using servlets in the orion default web app. My dir: Orion/defaul-web-app/Web-inf/classes/(and then my files) I have the output of my compiler set to the same directory. I start orion like: java -jar orion.jar and I stop orion with a ctrl C I have reloaded my class files and I

RE: HELP!!! - Using UserManagers - Logging in users without asking for credentials

2001-02-25 Thread Jeff Schnitzer
You want to use the RoleManager: Context ctx = new InitialContext(); RoleManager roleMan = (RoleManager)ctx.lookup("java:comp/RoleManager"); try { roleMan.login(memberName, password); } catch (SecurityException ex) { return false; } return true; -Original

RE: Servlet Cache - How do I purge it

2001-02-25 Thread Matt Krevs
There is no 'cache' where servlets are stored as far as i know Sounds like orion is loading your servlet classes from a different directory than the one you are compiling to. Do a search on your machine for yourservletname.class to see if there are any old copies of your servlets Have you

Re: load balancing

2001-02-25 Thread Greg Matthews
found it. someone else was using clustering also and we weren't specifying minimumIsland and maximumIsland when launching loadbalancer, i.e.each of our loadbalancers were seeing each others servers. - Original Message - From: Greg Matthews To: Orion-Interest Sent:

autoupdate problems...

2001-02-25 Thread Vaskin Kissoyan
C:\orionjava -jar orion.jarOrion/1.4.5 initialized C:\orionjava -jar autoupdate.jarSending fileinfo to server C:\orionjava -jar orion.jarOrion/1.4.5 initialized Do you have to run it on a fresh copy of 1.4.5? or does it just not display the new version number properly?

RE: Servlet Cache - How do I purge it

2001-02-25 Thread cybermaster
Paul, maybe this is the recurring problem in this discussion with browser settings. E.g. in IE5.5 it may reload the cached page unless you set: Tools|Internet Options|Temporary Internet Files|Settings|Check for ... From the default ("Automatically") to: "Every visit to the page" --peter

Re: I know it does NOT work... but does it ???

2001-02-25 Thread Mikko Kurki-Suonio
On Sat, 24 Feb 2001, Randahl Fink Isaksen wrote: I know bidirectional N-M relationships are said not to work... but does unidirectional N-M relationships work on Orion? - On which version? Well, I don't quite see what you mean by unidirectional N-M. If you can't trace the link backwards,