Problem with web.xml on WebSphere 5.1
22 Sep 2008 12:31:16 GMT
6 Feb 2009 11:36:17 GMT
6 Feb 2009 11:36:17 GMT
Hope you already solved it.
There is another file in zkdemo called web.servlet-2.3.xml.
http://zk1.svn.sourceforge.net/viewvc/zk1/trunk/zkdemo/src/archive/WEB-INF/web.servlet-2.3.xml?view=log1
ZK - Open Source Ajax Java Framework
I posted this on General too, but maybe here is better, sorry!
The ZK provided web.xml (and the web.xml showed on any example) do not validate against the web-app_2_3.dtd dtd file.
So, since I use WebSphere 5.1.1, I always have to edit it to be able to run examples.
Wouldn't be better to switch to an web-app_2_3.dtd conform web.xml file ? (it would work with the web-app_2_5.xsd too....)
Thank you!