<web:context-filter regex-url-pattern="/services/*|/testng"/>
Please note that we are using regex-url-pattern. In the above example, CXF (web service) servlet listens at /services/* and a custom servlet (that runs in-container TestNG test cases) listens at /testng.
No comments:
Post a Comment