No, it is not time sensitive.  It is command sensitive (if that makes
sense).
Clicking a certain button in a jsp form

On Wed, Jan 30, 2008 at 5:06 PM, Christopher Schultz <
[EMAIL PROTECTED]> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Tony,
>
> Tony Chamberlain wrote:
> | Now granted the error occured because the file was not there.  I put a
> copy
> | for the file it was looking for there and our stuff worked.  BUT should
> a
> | File Not Found error cause Tomcat to crash?  Shouldn't it print out some
> | sort of exception or something, but keep going?
>
> If the FileNotFoundException was encountered during "context startup"
> (that is, while the application was being deployed, including
> initializing any load-on-startup servlets or any filters at all, then
> Tomcat will fail to load the application. Tomcat itself should still be
> running, but the web application itself will not be deployed.
>
> It looks like Tomcat opts to disable the web app in accordance with
> section 10.6 of the servlet spec:
>
> "
> The container may respond to all subsequent requests to the
> Web application with an HTTP status code 500 to indicate an application
> error.
> "
>
> Hope that helps,
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.8 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkehAvsACgkQ9CaO5/Lv0PB6ngCgvkZXW/tNOu2Zv48bc5i8fskW
> tS8AoJvENAqmUt5s92gojv3gUPhJepc5
> =2enK
> -----END PGP SIGNATURE-----
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to