Hi guys,

I am developing my JSP using IIS and Tomcat 3.2.3. I keep having this
problem and it is very irritating and frustrating.

First, I do my development and everything seems fine. When I switch off my
notebook and start it up again the next morning, what seemed to work fine,
give all kinds of error messages. Errors include Class not found, Null
pointer exceptions, undefined variables, etc,...etc. The error messages are
different each day. I will have to hit the refresh button on my browser at
least 3 or 4 times before everything runs well without any errors.

I have disabled all caching facilitles from within my HTML pages as well as
on my browser as well. I have already set the reloadable to true in my
server.xml

This morning, I just could'nt get my page to show properly. I shutdown my
IIS and Tomcat, I went in to delete the files in the WORK directory, restart
both IIS and Tomcat. When I went into my page, it still gave me errors. When
I hit the refresh on the browser, everything works fine again.

I was thinking that there is a possibility that I must have forgotten to
declare something somewhere in my code.... but my code seems fine. In fact,
to prevent a Null Pointer exception I have been making it a point to check
for null first before assigning session values to my variables.

Any ideas why?

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to