JSP Servlets error: NullPointerException

2002-04-30 Thread hector De Caceres
hello! I'm tryng to serve JSP pages and Servlets. For that I'm using Tomcat4.0 configured in stand-alone mode , and JDK1.3.1 for Linux. I have put JSP pages under the $CATALINA_HOME/weapps/myAplication directory and the servlets are hunging under

JSP Servlets error: NullPointerException

2002-04-30 Thread hector De Caceres
hello! I'm tryng to serve JSP pages and Servlets. For that I'm using Tomcat4.0 configured in stand-alone mode , and JDK1.3.1 for Linux. I have put JSP pages under the $CATALINA_HOME/weapps/myAplication directory and the servlets are hunging under

R: JSP Servlets error: NullPointerException

2002-04-30 Thread Grava
-Messaggio originale- Da: hector De Caceres [mailto:[EMAIL PROTECTED]] Inviato: martedì 30 aprile 2002 13.43 A: [EMAIL PROTECTED] Oggetto: JSP Servlets error: NullPointerException hello! I'm tryng to serve JSP pages and Servlets. For that I'm using Tomcat4.0 configured

Re: R: JSP Servlets error: NullPointerException

2002-04-30 Thread hector De Caceres
--- Grava [EMAIL PROTECTED] escribió: -Messaggio originale- Da: hector De Caceres [mailto:[EMAIL PROTECTED]] Inviato: martedì 30 aprile 2002 13.43 A: [EMAIL PROTECTED] Oggetto: JSP Servlets error: NullPointerException hello! I'm tryng to serve JSP pages

Re: R: JSP Servlets error: NullPointerException

2002-04-30 Thread hector De Caceres
--- Grava [EMAIL PROTECTED] escribió: -Messaggio originale- Da: hector De Caceres [mailto:[EMAIL PROTECTED]] Inviato: martedì 30 aprile 2002 13.43 A: [EMAIL PROTECTED] Oggetto: JSP Servlets error: NullPointerException hello! I'm tryng to serve JSP pages

Re: JSP Servlets error: NullPointerException

2002-04-30 Thread Todd Kaplinger
Keep the generated java code from the jsp file and look at line 81. org.apache.jsp.inicio$jsp._jspService(inicio$jsp.java:81) This should provide some insight. From: hector De Caceres [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: JSP Servlets