I tried following the tutorial here to deploy a servlet but that only works if you specify a JSP file. The problem is that without the JSP, I don’t know what to set the Startup Page in the Tomcat Run/Debug configuration. So any idea what to do?
Thanks!
You should define a
servlet-mappingin theweb.xmllike this:Then add the
url-patternto the server root URL: