[Wsf-general] Data services and resources

Diluka Moratuwage diluka at wso2.com
Tue Apr 3 00:15:20 PDT 2007


Hi all,

  The axis2c deployment is different from the axis2 java implementation. 
In axis2c hot deployment is
not supported and hence we have to come up with some strategy like PHP 
guys has done.

  We discussed with PHP guys and what we suggest is coming up with 
something similar to an apache
module, which is dedicated to populate data service operations, and 
build the configuration, using the
configuration file.

  The web server is configured so that when ever a request comes to the 
data service operations, it is
handed over to our module, and our module should be capable of building 
necessary ctx information, and handed over to axis.

  But in this case data service operations can only be used with apache, 
and to use with other web
servers, we need to write seperate modules.
 
  Anybody has any other suggestions ???
 




More information about the Wsf-general mailing list