glassfish « Client « JSP-Servlet Q&A





1. Why are .java files (servlets) inaccessible to the client?    stackoverflow.com

In my web-app I have a servlet that acts as the index. It is bound/mapped to "index.jsp" (index.jsp doesn't actually exist) but it is called "Index.java". The client can go to ...