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

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

2004-01-14 Thread Ulrich, Dominik
Hi thanks for the link I must have missed that yesterday... I'll test if this works well for me. Thanks Dominik -Ursprüngliche Nachricht- Von: Joerg Heinicke [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 14. Januar 2004 12:37 An: [EMAIL PROTECTED] Betreff: Re: exec within xsp

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

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

2004-01-14 Thread Ulrich, Dominik
Hi everybody How can I execute some external code from within cocoon? I heard about a solution using java.lang.Runtime.exec(...) in an xsp page, but since I'm relativly new to cocoon, I've got no idea how to do this. Has someone an example which works and is eventually free to share it? Thanks!