Hi,
The example fediz_config.xml file has the format
<FedizConfig>
<ContextConfig name="/fedizhelloworld">
...
which seems to describe a webapp deployed at Host localhost.
How would it be configured if the webapp is deployed at a different host
in Tomcat server.xml? e.g.
<Host name="domain.tld" ...>
I tried searching for the source. I found
https://github.com/apache/cxf-fediz/blob/master/plugins/core/src/main/java/org/apache/cxf/fediz/core/config/FedizContext.java
but couldn't find ContextConfig
Thanks
Matthew