Overriding application server behaviour for loading jsp-api and servlet-api jars in a packaged web application
问题 I have a project built and packaged with a specific version of jsp-apiand servlet-api jar files. Now I want these jars to be loaded when deploying the web project on any application server for example tomcat, WAS, Weblogic etc. The behaviour I have seen on tomcat is that it gives messages that the packaged version of these apis are not loaded along with an offending class. Is there any way I could override these server settings or behaviour? My concern is that letting the default behaviour of