Re: error-page tag in web-xml question

2002-04-10 Thread Deniz Bocek
Hi it's possible and it working. and also it's working on OC4J.i am using it. here is my code of web.xml and it working on OC4J (9.0.3.0) and also resin. 404 /error/error.jsp > > as far as I know, no > (don't know why, simply it won't work) > d. (on oc4j, a close relative of ori

Session Managment and Cache

2002-03-15 Thread Deniz Bocek
  Hi All, I have the following problems: with orion when my application creates a session it gets the old session Id.I mean if the session expired or my program invalide it, nex created session gets the old session id. Should it be a unique?I am asking because maybe my creation procedure is w

Fw: Session Managment and Cache

2002-03-13 Thread Deniz Bocek
Hi All, I have the following problems: with orion when my application creates a session it gets the old session Id.I mean if the session expired or my program invalide it, nex created session gets the old session id. Should it be a unique?I am asking because maybe my creation procedure is wro

Re: Showing Error Messages

2002-03-12 Thread Deniz Bocek
Thanx to All, It solved my problem.. Deniz > You're probably using IE as your browser. > > Go to Tools-Internet options-Advanced- > - uncheck Show friendly HTTP error messages > > (so nice of IE) > > curt > > Deniz Bocek wrote: > > > Hi all, >

Showing Error Messages

2002-03-12 Thread Deniz Bocek
Hi all, I have Following problem: If my jsp files or servlets has a error -sytax error or any java error- it shows only The page Could not be displayed. HTTP 500 Internal Server Error. No more than this. normally it should say for example syntax error onlie XX in aaa.jsp some think like this.. Wha

java.lang.CastClassException

2002-03-09 Thread Deniz Bocek
Hi All, I have following problem with orion. In myservlet ana jsp pages i store some informations in the session (some object for example user object,or cusotmer ex) and when i tried to access any object in the session some times i recieved java.lag.ClassCastException. I know in what case th