Re: Controlling external process with struts

2006-04-22 Thread Andreas Hartmann
Hello Bart, Bart Busschots wrote: > Andreas Hartmann wrote: >> Bart Busschots wrote: >> >>> Hi Andreas, >>> >>> Like any other web server a Java based web server use the Common Gateway >>> Interface (or CGI) for sending information between the client and the >>> server. This is a request-resp

Re: Controlling external process with struts

2006-04-22 Thread Bart Busschots
Andreas Hartmann wrote: Bart Busschots wrote: Hi Andreas, Like any other web server a Java based web server use the Common Gateway Interface (or CGI) for sending information between the client and the server. This is a request-response protocol which is driven by the client and not the se

Re: Controlling external process with struts

2006-04-21 Thread Andreas Hartmann
Bart Busschots wrote: > Hi Andreas, > > Like any other web server a Java based web server use the Common Gateway > Interface (or CGI) for sending information between the client and the > server. This is a request-response protocol which is driven by the > client and not the server. What you are

Re: Controlling external process with struts

2006-04-21 Thread Bart Busschots
Hi Andreas, Like any other web server a Java based web server use the Common Gateway Interface (or CGI) for sending information between the client and the server. This is a request-response protocol which is driven by the client and not the server. What you are trying to do is have the server