>
> Just documented some strange behavior, and I'd like to know if anyone can
> help me pinpoint the cause:
>
> I've got an application that uses 3 servlets. One of them, in addition to
> functioning as a stand-alone, is the superclass of the other two.
> All three
> servlets run under JServ 1.03b on Apache 1.3.4 on NT. The
> superclass servlet
> runs fine, and one of the two subclassed servlets also runs fine
> (it doesn't
> matter what order I try them in). The other one hangs when I try
> to run it.
> After I do so, Apache also takes longer to shut down than normal.
>
> The servlets were in a resources directory that was not on the classpath.
> When I added it to the jserv classpath (wrapper.classpath) the
> problem went
> away and all three worked. No other changes were made.
>
> This is all mature code that has run on JWS and JRun for the
> better part of
> a year.
>
> I'd like to know why this happened. Thoughts?
>
> WCC
WAG - do you have any static methods/variables? Does your superclass do any
intialization?
Can we see the servlet code?
----------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]