glassfish « Tomcat « JSP-Servlet Q&A





1. Is there a good Eclipse / JSP tutorial that uses Eclipse 3.4 and either TomCat 6 or GlassFish 2.1?    stackoverflow.com

So far, the tutorials are for older versions of Eclipse and Tomcat, but there are subtle differences that are causing me problems, mainly the fact that I follow the steps to ...

2. How do you get glassfish to show debug information for JSPs?    stackoverflow.com

I'm switching from Tomcat to Glassfish for an app server. Glassfish is so much more complicated its a little overwhelming. Anyway now I'm getting an exception: java.lang.NullPointerException at org.apache.jsp.jsps.login_jsp._jspService(login_jsp.java ...

3. Tomcat 6 conversion to Glassfish v3: servlet-api, el-api jars    stackoverflow.com

I used ant when building my web app from eclipse to deploy to Tomcat 6 and referred to servlet-api.jar and el-api.jar within the Tomcat 6 release tree rather than pulling them ...

4. Using .html files as JSPs    stackoverflow.com

This may be a silly question but I've found no answer when googling this. Currently, I map the requests from someFileName.html to a servlet which then forwards to someFileName.jsp using servlet ...

5. How to automatically execute some code every time my JSP Application is deployed    stackoverflow.com

I have a JSP Project, running on Tomcat locally and on Glassfish on the web. I have to automatically execute a batch (setup timers) as soon as the application is deployed before ...

6. JSp - Servlet - Tomcat/GlassFish    coderanch.com