Before, I'm using the server in eclipse to deploy/run my webapp and I can easily find the generated servlets in ...metadata/.plugins/org.eclipse.wst.server.core/...
. Now that I moved to m2e and use tomcat:run to deploy and run my webapp, i'm wondering where can I find the generated servlets?
For future reference target\tomcat\work\localEngine\localhost\<name related to webapp>\org\apache\jsp
is the location of the generated servlets.