Sharing sessions between different contexts

2001-10-15 Thread Luis Javier Beltran
Hi, I have different modules of an application in different contexts, and I want that if a user is authenticated in one of them, this session would be valid if he enters any of the rest. The problem is that as soon asthe passes to another module, he's requested to login again. Which is

ResultSet chaching

2001-03-02 Thread Luis Javier Beltran
Hi, Does Orion do resultset caching? because althought the database data has changed it still shows me the same data it showed before adding information to the db... If it does, how can I disable it? thanks a lot! Luis Javier

Re: Classpath

2001-02-28 Thread Luis Javier Beltran
Title: RE: Classpath Thanks a lot! Luis Javier Hi, It seems to me that if you start orion like "java -jar orion.jar" there is a problem with setting the classpath. I start orion like this : set SERVER_PATH=.;%JDBC_PATH%;%OTHER_PATHS% java -classpath "%SERVER_PATH%"

Classpath

2001-02-27 Thread Luis Javier Beltran
Hi, Where should specify the classpath I want to use? I'm trying to include some classes in another directory, it can't find them. I thought adding it in a batch file before calling orion would do it, but it seems that's not the way. Thanks a lot! Luis Javier

Re: sending to this list always produces an error mail

2001-02-23 Thread Luis Javier Beltran
Maybe the list administrator should unsubscribe that email address... - Original Message - From: "Edoardo Comar" [EMAIL PROTECTED] To: "Orion-Interest" [EMAIL PROTECTED] Sent: Friday, February 23, 2001 5:24 AM Subject: sending to this list always produces an error mail Hi sending

Re: Beginner...

2001-02-23 Thread Luis Javier Beltran
Thanks to all for your help, but I think I haven't found what I was looking for... I'm used to JSP and servlets, but I'm new to EJB. I just wanted to start up with a simple JSP, but reading your posts and questions, I see I'm missing something here... I'm a bit lost with this ear, war thing...

Beginner...

2001-02-22 Thread Luis Javier Beltran
Hi all, I've just started using Orion server My question is, how do I create a new application?? What files should I modify, what lines should I add, to register it? Thanks!! Luis Javier