load « Glassfish « JSP-Servlet Q&A





2. Using Servlets contained in Sun Web Server when load balancing GlassFish?    java.net

I have some Servlets I want to move to the Sun Web Server load balancing my cluster. There is JavaScript contained within the web portion of my enterprise application that references these Servlets through relative URLs. Will the web server recognize that these requests should be serviced by itself and not pass through to the cluster? If not is there a ...

4. JSP not loading    java.net

I have a web app that begins with a typical HTML form where a user enters name and password (using doPost). This gets passed to a servlet that passed the user ID and password to a POJO for authentication. Once authenticated the servlet passes the user ID and a few other bits of data (from another POJO) to a JSP. The ...