-
FEATURED COMPONENTS
First time here? Check out the FAQ!
![]() | 1 | initial version | |
Tomcat does not parse ZUL pages. It routes them. If you will look at your web.xml, you should see that the zkLoader servlet is assigned to process *.zul pages. So, your real problem is to define the mappings so that the *.zul pages in the sub-directory get routed through servlet zkLoader. Obviously, this is not happening and so Tomcat is simply returning it in it's raw form.
![]() | 2 | No.2 Revision |
Tomcat does not parse ZUL pages. It routes them. If you will look at your web.xml, you should see that the zkLoader servlet is assigned to process *.zul pages. So, your real problem is to define the mappings so that the *.zul pages in the sub-directory get routed through servlet zkLoader. Obviously, this is not happening and so Tomcat is simply returning it in it's raw form. I recommend posting your web.xml and give more information as to your WebContent directory structure.