on 3/18/00 10:31 PM, Michael J. Wirthlin <[EMAIL PROTECTED]> wrote:

> 
> I have switched to Tomcat and the problem goes away. I don't think
> jswdk-1.0.1 is supported anymore.

It isn't. Tomcat is by far the future.

> Although this problem has been resolved, I have run up against another
> unusual problem. After receiving the login screen and entering in the
> turbine username/password, I get a "document contains no data" from the
> browser. The servlet actually hangs. I tracked the hanging location to
> the following call in TurbineUser:
> 
> criteria.add( TurbineUserPeer.USERNAME, username );
> 
> If I try to print TurbineUserPeer.USERNAME, the servlet hangs. For some
> reason, accessing the static member hangs the servlet. Has anybody seen
> this behavior before? I suspect I have a bad JVM, but I am not quite
> sure.

Actually, that probably isn't where the problem really is. You should look
into the Tomcat logs for stack traces. This is one issue with Tomcat, I'm
not sure if there is logging or even enough logging within the application.

Personally, I still just use Apache JServ 1.1...it works excellently and
never fails.

-jon



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to