Re: AW: AW: Using Tomcat API to save single files into a wep app - No redeploy

2007-10-02 Thread Christopher Schultz
-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

AW: AW: Using Tomcat API to save single files into a wep app - No redeploy

2007-10-02 Thread Iannetti, Gabriele
-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

Re: AW: Using Tomcat API to save single files into a wep app - No redeploy

2007-10-01 Thread Christopher Schultz
-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

AW: Using Tomcat API to save single files into a wep app - No redeploy

2007-10-01 Thread Iannetti, Gabriele
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