-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gabrielle,
Iannetti, Gabriele wrote:
> I think I am going to use an other program like a extracter (e.g.
> 7zip or something) to add files to the deployed .war archive
> file, So I get the data files into it at runtime and have the ability
> to re
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gabrielle,
Iannetti, Gabriele wrote:
> now I know it's up to use pure Java API for this, and unfortunately
> not the servlet engine API.
The servlet API doesn't have anything in it that doesn't have to do with
serving dynamic requests. I'm not su
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Gabrielle,
Iannetti, Gabriele wrote:
> now I know it's up to use pure Java API for this,
> and unfortunately not the servlet engine API.
The servlet API doesn't have anything in it that doesn't have to do with
serving dynamic requests. I'm not sure w
Thanks Chris,
you helped me very much,
now I know it's up to use pure Java API for this,
and unfortunately not the servlet engine API.
So I have to use a web server to automate the process of storing files for my
purpuse.
Best regards,
Gabriele
Gabrielle,
Iannetti, Gabriele wrote:
> I woul