Jsp/session problem

1999-02-27 Thread Henric Larsson
Hi, I've built a whole site in .jsp where I use sessions everywhere, but the day after the opening I noticed that the log file was filled with NullPointerExceptions, this came from the fact that many visitors don't allow cookies, and since Jsp's doesn't support session tracking by Url-rewrit

Re: Car won't start after installing JSP...

1999-06-10 Thread Henric Larsson
Your car probably has a microsoft runtime engine, try switching to a Sun engine, like hot spot or something... - Original Message - From: Taylor Gautier <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 10, 1999 8:02 PM Subject: Car won't start after installing JSP...

Fw: Serious SE bug with Hotspot

1999-07-02 Thread Henric Larsson
This bug seems to affect all servlet enabled webservers running hotspot. - Original Message - From: Tim McCune <[EMAIL PROTECTED]> To: 'ServletExec-Interest' <[EMAIL PROTECTED]> Sent: Wednesday, June 30, 1999 5:14 PM Subject: Serious SE bug with Hotspot I just ran into a big-time Servl

Microsoft COM in java 2, anyone?

1999-07-11 Thread Henric Larsson
Hi all, does anyone know about a way to access Microsoft COM objects from jdk 1.2, not from the M$ jview. applications servers, native dll wrappers, anything? -henric -- [[EMAIL PROTECTED] | nation wide digital media ab | www.nation.se] ===

strange errors when editing .jsp's on a macintosh

1999-08-03 Thread Henric Larsson
Hi all, I'm using ServletExec to deploy Servlets/Jsp on a Win NT server running IIS. I came across a weird behaviour, and I'm wondering if anyone else seen this. What happens is that sometimes when one of our macintosh users edit the jsp's in their favorite html editor, the result displayed by

name of jsp bean

1999-12-01 Thread Henric Larsson
Hi, how can I control the name of a jsp bean in a session or application. If I create a bean like this: how do I know what name the bean gets if I want to use the bean in a servlet like this: ServletContext.getAttribue("voteEngine"); I want a servlet to create the bean and then pull it f