Murad, I'm not 100% sure what you're asking -- like what do you mean by "jar strips the execute file permissions from my programs"? -- but i'm assuming you cant do it. In fact, I will be more than a little alarmed if a packaged web app can include and run arbitrary executables unless specifically allowed to so by its server's SecurityManager, or if the server is running without a SecurityManager. That is, you cannot do it unless you configure it OUTSIDE your web application.
Hope this helps, Alon On 7/17/05, Murad Nayal <[EMAIL PROTECTED]> wrote: > > > Hi Everybody, > > I need to include executable programs as part of my web application. in > development I created a directory WEB-INF/bin where I kept copies of the > programs I need. problem is when I create a war file for my application, > jar strips the execute file permissions from my programs. is there any > way around this at all where I would still have my application packaged > as a single war file with the necessary executables (with the correct > permissions). > > many thanks > Murad Nayal > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
