Re: multipart/form-data support

2011-01-03 Thread Pankaj Tiwari
net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Pankaj, > > On 1/2/2011 10:06 PM, Pankaj Tiwari wrote: > > I have been trying to send multipart/form-data to the server. I have > found > > that the request never reaches the server. > >

Re: multipart/form-data support

2011-01-03 Thread Pankaj Tiwari
does not support or ignores such request (multipart file-data)? On Mon, Jan 3, 2011 at 7:53 PM, Pid wrote: > On 1/3/11 3:06 AM, Pankaj Tiwari wrote: > > I have been trying to send multipart/form-data to the server. I have > found > > that the request never reaches the server. >

multipart/form-data support

2011-01-02 Thread Pankaj Tiwari
I have been trying to send multipart/form-data to the server. I have found that the request never reaches the server. This is my client code, if I am missing something core in here. public static void main(String args[]) { try { URL url = new URL(SERVERURL);

Re: "Gracefull" restart of tomcat

2010-05-31 Thread Pankaj Tiwari
l" restart of tomcat like in apache2? > > Is there any mechanishm how to update servlets when tomcat is already > running > so that tomcat 5 will not be restarted and new servlets will be loaded? > > Thank you in advance > > -- > Best Regards / S pozdravem > Petr Hracek > -- Pankaj Tiwari

Re: Undeploy task throws error and unwanted html output

2010-05-14 Thread Pankaj Tiwari
Thanks, it worked -Pankaj On Fri, May 14, 2010 at 10:01 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Pankaj Tiwari [mailto:panky.tiw...@gmail.com] > > Subject: Re: Undeploy task throws error and unwanted html output > > > > tomcat.manage

Re: Undeploy task throws error and unwanted html output

2010-05-14 Thread Pankaj Tiwari
tomcat.manager.url = http://localhost:8080/manager/html Pankaj On Fri, May 14, 2010 at 1:09 PM, Pid wrote: > On 14/05/2010 05:12, Pankaj Tiwari wrote: > > Hi All, > > > > I am using undeploy task to undeploy my application running in tomcat. It > > does the un-dep

Re: Undeploy task throws error and unwanted html output

2010-05-13 Thread Pankaj Tiwari
Hi All, I am using undeploy task to undeploy my application running in tomcat. It does the un-deploymen successfully but the result is a lot of HTML code with error. The issue posted here is exactly what I am facing http://stackoverflow.com/questions/2831531/apache-tomcat-ant-undeploy-task-error-u