Re: How to run a .exe file from a web application in tomcat

2007-03-22 Thread Sameer Acharya
You can specify the correct mime type and hopefully your browser will launch the proper application. A better approach would be to write a Java applet which will allow the user to do modifications to your file/s. -Sameer --- Jitendra Ch <[EMAIL PROTECTED]> wrote: > Hi to allI am new member

Re: How to run a .exe file from a web application in tomcat

2007-03-22 Thread David Smith
an server side application?> Date: Thu, 22 Mar 2007 11:51:55 -0400> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Re: How to run a .exe file from a web application in tomcat> > Just for clarifications sake, are you asking for how to launch a > client-side app o

RE: How to run a .exe file from a web application in tomcat

2007-03-22 Thread Jitendra Ch
Thu, 22 Mar 2007 11:51:55 -0400> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Re: How to run a .exe file from a web application in tomcat> > Just for clarifications sake, are you asking for how to launch a > client-side app or a server-side app? > > Ser

Re: How to run a .exe file from a web application in tomcat

2007-03-22 Thread Martin Gainty
us signalons qu'il est strictement interdit de le diffuser, de le distribuer ou de le reproduire. - Original Message - From: "Tim Lucia" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Thursday, March 22, 2007 11:40 AM Subject: RE: How to run a .exe

Re: How to run a .exe file from a web application in tomcat

2007-03-22 Thread David Smith
Just for clarifications sake, are you asking for how to launch a client-side app or a server-side app? Server-side is moderately easy, client-side is a whole different animal. For security reasons, you really can't call a specific client-side app from tomcat. Best bet there is to make sure y

Re: How to run a .exe file from a web application in tomcat

2007-03-22 Thread Clemens Eisserer
Tomcat Users List > Subject: RE: How to run a .exe file from a web application in tomcat > > Actually my requirement is like that. The client wants to edit the image > file so that he can he can do some changes. and also he wants to edit the > control.xml file for these reasons I th

RE: How to run a .exe file from a web application in tomcat

2007-03-22 Thread Tim Lucia
for that? please help me> Date: Thu, 22 Mar > 2007 16:06:24 +0100> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> > Subject: Re: How to run a .exe file from a web application in tomcat> > > Jitendra Ch wrote:> > Hi to allI am new member to this group.

Re: How to run a .exe file from a web application in tomcat

2007-03-22 Thread Filip Hanik - Dev Lists
Jitendra Ch wrote: Hi to allI am new member to this group. I am having some problems in calling an .exe file for example notepad, from a web application using Tomcat.Is it possible to call an .exe file from a web application in Tomcat.With Regards,Jitendra _

RE: How to run a .exe file from a web application in tomcat

2007-03-22 Thread Jitendra Ch
007 16:06:24 +0100> From: [EMAIL PROTECTED]> To: users@tomcat.apache.org> Subject: Re: How to run a .exe file from a web application in tomcat> > Jitendra Ch wrote:> > Hi to allI am new member to this group. I am having some problems in calling an .exe file for exa

Re: How to run a .exe file from a web application in tomcat

2007-03-22 Thread Mikolaj Rydzewski
Jitendra Ch wrote: Hi to allI am new member to this group. I am having some problems in calling an .exe file for example notepad, from a web application using Tomcat.Is it possible to call an .exe file from a web application in Tomcat. Why do you want remote clients run separate applica