I'm trying to do step 1 on this tutorial,
http://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide, but the console output says my web.xml is broken,
[ ContextConfig.java:378:ERROR] Parse error in application
web.xml file at jndi:/0.0.0.0/practice/WEB-INF/web.xml
When I try to go to my
http://localhost:8443/practice/control/main my
browser asks me if I want to download main.bin file.
I've looked at my web.xml for a while now and compared it to the
framework/example web.xml and it looks good to me. It's here :
http://pastebin.com/m30af6152My controller.xml is here:
http://pastebin.com/m55befcd1Thanks in advance.
Patrick