[opencms-dev] OpenCms and ZK
Christoph Schönfeld
cschoenfeld at sylphen.com
Mon Nov 20 13:49:52 CET 2006
AFAIR you have to modify your mapping. The mapping of the OpenCms servlet
<servlet-mapping>
<servlet-name>OpenCmsServlet</servlet-name>
<url-pattern>/opencms/*</url-pattern>
</servlet-mapping>
will win against your *.zul mapping if your files are within the
/opencms path.
I guess you should try something like "/opencms/*.zul".
Best regards,
Christoph
More information about the opencms-dev
mailing list