Vilavanh Messien wrote:

> Actually, I'm using Tomcat 3.2.
> If the prob comes from Tomcat, why the struts example has no trouble with it
> ?
>

The bug doesn't bite everyone -- whether or not your struts-example gets shut
down correctly or not depends on what other web apps are defined in the same
Tomcat installation (technically, it depends on the order in which the web apps
are enumerated in a Hashtable, plus which JVM you are running).

At any rate, the only damage this bug does is it will fail to save any changes
to the "users" or "subscriptions" that took place.  The application itself still
works OK.

Of course, as others have pointed out, this is only an example app anyway -- a
real system would use a database.  I just wanted something self contained, that
would run "out of the box" in most circumstances.

Craig


Reply via email to