I haven't used conventions plugin but I have had issues with running struts2 apps and servlets together. With the default configuration the struts2 filter was trying to map my servlet calls to struts actions. To make them play nice together I explicitly configured all action to use an '.action' extension. Changing the struts filter mapping would have also worked and maybe the better solution. So I would suggest you change the filter mapping so that any of your CXF addresses are excluded from the struts filter.
On Sat, Aug 1, 2009 at 6:14 AM, Leegorous <[email protected]> wrote: > Hi all, > > Here my app contains web services, using CXF. > When I try to use convention plugin to eliminate verbose config, the > webservice is not working, it always redirect to default homepage. > Does anyone have experience in using convention plugin and webservice > together? > > Thanks in advance > > > Lee > > -- > 猛击 http://leegorous.net/blog/ 吧! > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

