You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by Gina Choi <gi...@gmail.com> on 2012/06/21 20:02:08 UTC

pom.xml under fediz\trunk\examples\wsclientWebapp\webservice needs to be corrected

In line 52, we have following.

<url>http://localhost:10080/manager</url>

This should be corrected like bellow to be consistent with entire Fediz
project(Tomcat is configured to 7.0.27).

<url>http://localhost:10080/manager/text</url>

Thanks.

Gina