In standard Java web applications, servlets are mapped using URIs in the deployment descriptor or annotations, typically formatted as application_URI/SERVLET_URL within HTML form action attributes. This correctly routes the form submission to the appropriate server-side servlet component.