Ive had issues with this.  GWT Hosted mode is nice enough to let you
do whatever system calls you want from my experience.  The problem is
deployment.  I realised after I had a fully functioning ap that most
of the standard servlet containers are not all that flexible if you
want to do system calls.  For me this has meant that my aps have sit
in hosted mode.  The best solution I have come up is to write my own
socket client/server - so that the sock server runs as a separate
process from the servlet container and can make arbitrary system
calls.

This is ugly and a giant pain in the arse, but it is the best I have
come up with thus far.

On Jul 11, 1:25 pm, Petein <[email protected]> wrote:
> I've read that you can't perform a System Call from a servlet
> container. No matter what though i must perform a system call to
> octave and i must find a way to do that. Do you have any ideas? Please
> give me some ideas because i'm completely stuck. How can I make a
> servlet actually let me perform a System Call or better via GWT RPC.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to