I created a web project in MyEclipse and it works well when deployed on a Tomcat server. But the production environment still runs with some Resin-2.1.x – so the web app has to work there too.
So I set up resin 2 in “MyEclipse Application Servers” and deploy and start but I get an error:
500 Servlet Exception
C:\MYAPPS\_temp\resin-2.1.16\webapps\bib_jsp_dev\WEB-INF\web.xml:4: unknown
element `version’ in web-app
Resin 2.1.16 (built Tue Feb 15 11:12:27 PST 2005)
how to get this to work with resin 2?
Out of curiosity I also set up a resin-3 abb server and tried: it kind of works but behaves dirrerently than on tomcat, I get missing paths in struts-tiles tags … 🙁