Re: exec within xsp using java.lang.Runtime.exec...

2004-01-14 Thread Jorg Heymans
and to top it off why you shouldn't use this i got this old bookmark back http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html scary what it takes to make this behave anywhere near decent :) Jorg Heymans wrote: http://javaalmanac.com/egs/java.lang/pkg.html#Commands super-duper-hairy

Re: exec within xsp using java.lang.Runtime.exec...

2004-01-14 Thread Joerg Heinicke
A message (with code) from yesterday: http://marc.theaimsgroup.com/?l=xml-cocoon-users&m=107401505516299&w=2 Joerg On 14.01.2004 12:10, Ulrich, Dominik wrote: Hi everybody How can I execute some external code from within cocoon? I heard about a solution using java.lang.Runtime.exec(...) in an xs

Re: exec within xsp using java.lang.Runtime.exec...

2004-01-14 Thread Jorg Heymans
http://javaalmanac.com/egs/java.lang/pkg.html#Commands super-duper-hairy it is, calling this from an xsp page (as a matter of fact, calling it anywhere is hairy). You might want to share a bit more info, maybe there is a way around it. Ulrich, Dominik wrote: Hi everybody How can I execute some