I am trying to install Turbine on my Windows98 computer running Apache with
JServ1b3. When I try to access http://localhost/servlets/Turbine, the web
page says, "Internal Server Error...See server logs for more details". I am
running the latest CVS of Turbine (20000107 compiled and placed into
Turbine.jar) and ECS (20000107 compiled and placed into ecs.jar).

In the .../jserv/logs/mod_jserv.log I see:

[07/01/2000 22:56:51:430] (ERROR) ajp11: Servlet Error:
java.lang.NoSuchMethodError: org.apache.turbine.util.RunData: method
getOut()Ljavax/servlet/ServletOutputStream; not found:
org.apache.turbine.util.RunData: method
getOut()Ljavax/servlet/ServletOutputStream; not found
[07/01/2000 22:56:51:430] (ERROR) an error returned handling request via
protocol "ajpv11"

any ideas?

Steve B.

----- Original Message -----
From: Kevin A. Burton <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 06, 2000 8:20 PM
Subject: UserFactory


> So within the action LoginUser is hard coded instantiation of "User"
>
> Any objection to making a
>
> User UserFactory.getUser( String logon, String password ) throws
> Exception
>
> that will return a user or throw an Exception if the password is
> wrong/user does not exist (perhaps this should be a
> LogonFailedException)
>
> This has two purposes.
>
> - better OO design in my opinion.
> - allows easier use as an API, which is how I am using it right now.
>
> Thoughts?
>
> --
> Kevin A Burton
> Senior Software Engineer
> Kendara Inc
> http://www.kendara.com
> Mobile:  408-910-6145
> "If you continue running Windows, your system may become unstable."
>
>
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]



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

Reply via email to