$CATALINA_HOME/webapps/$my_servlet_name/WEB-INF/classes/com/javaranch/drive/
Another common problem is relying on the annotation technique, but then setting a flag in the web.xml: metadata-complete="true", which tells Tomcat to ignore the annotations.
margaret gillon wrote:
Another common problem is relying on the annotation technique, but then setting a flag in the web.xml: metadata-complete="true", which tells Tomcat to ignore the annotations.
I didn't know this and have the metadata-complete on in many of my web.xml.
Greg, could that have been what caused the problem I posted in this thread ?
web.xml problem with servlet annotations
Consider Paul's rocket mass heater. |