views:

28

answers:

1

I implemented one service and it has several configuration item, such as data type, next node, blablabla. What I want to do is to deploy the service and configuration file into tomcat within one .aar.

However, if I jar the service and configuration file into the aar. The service can't read the file though the file is there in the same directory.

Even I put the file into tomcat_home\bin, the service fails to read the file.

I know it should work. Can anybody give me a hint? Thanks.

A: 

Look at this it is very comprehensive and should help you out http://www.ericsson.com/developer/developerszonedown/downloads/docs/open_development_tips/jwsdp.pdf

Romain Hippeau
It is a good article, but I have to use axis2 to deploy rather than JWSDP.