Re: FRUSTRATION: Session keeps timing out despite setting session-timeout. WHY?

2001-06-08 Thread Nick Newman
Just grabbing at straws here, but perhaps there's a typo in the docs and the units are actually seconds, not minutes. Worth a try? Nick At 02:11 PM 6/7/01 -0700, you wrote: Hello, I have a http and https orion jsp application for which I want the session timeout to be a lot longer

Re: FRUSTRATION: Session keeps timing out despite setting session-timeout. WHY?

2001-06-08 Thread Alejandro Revilla
session-config session-timeout 1000 /session-timeout /session-config I'm wild guessing here but try removing those blanks, may be Orion is getting a NumberFormatException. (try to Long.parseLong ( 1000 ) and you'll get it) --Alejandro Revilla http://www.jpos.org

RE: Frustration

2000-03-22 Thread Alex Paransky
Join the club. I have been trying to get some help on deploying a simple EJB Bean for the last 3 days. There are no messages of exceptions from ORION. Everything appears to deploy correctly, but I cannot find the 'home' bound in to the naming space. At this point, I don't have the time,