On 14 Dec 2008, at 05:31, William A. Rowe, Jr. wrote:
Leo Li wrote:What I want to do is to plugin an in-process http server module in anexsiting product to expose its original functionality as web service (soap over http). :) Since the existing product is already an executable one so it seems that the only choice is to write an apachemodule to communicate with apache http server and the existing productby IPC...I know there are in-process http server in java but I would not like to add the burdon of an additional JVM and the cost of JNI calls so I amnow looking for an in-process http server in native language.
Might an alternative for you be to use apache as a proxy, and just write a proxy protocol module to communicate with your original application? You might take the way mod_proxy_ajp communicates with a java appserver as a model for that. -- Nick Kew --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx