> This is likely because Tomcat expects all the resources for a web app to
> be available at deployment time, rather than randomly appearing during
> the life of the deployed webapp.

Jsps are recompiled when modified, and are compiled on the first
access. Thus I do not see why they cannot appear randomly.

I do not remember whether it is a part of the standard, but it is a
feature, and it supposedly can be turned off by some options.


What Tomcat version is Marcus using?

As for the path to the temp folder:
what is the result of calling ServletContext.getRealPath(...)?


2007/10/29, Christopher Schultz <[EMAIL PROTECTED]>:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Marcus,
>
> Milanez, Marcus wrote:
> > In this case, my files are created
> > correctely, but I just can't reach them using their URLs.
>
> This is likely because Tomcat expects all the resources for a web app to
> be available at deployment time, rather than randomly appearing during
> the life of the deployed webapp.
>
> I believe similar questions have been raised in the past, the the answer
> has been "don't do that". I'm not sure if there's a good way to achieve
> what you're trying to do.
>
> - -chris
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.7 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iD8DBQFHJfGH9CaO5/Lv0PARAuPxAJ0RUBs4e8Z7F921c8xCq2NTNCMsLQCgnp13
> m3QuNzpZ8L7+wiU0p3bkebA=
> =SkSm
> -----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]
>
>

---------------------------------------------------------------------
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