Running on Tomcat 4.1.29. Windows XP SP1 Using JSTL Copied standard.jar and jstl.jar to common/lib Copied the TLDs to my application's /WEB-INF directory Added tag libraries to the application's web.xml like this:
The application runs fine, but I get this message logged to my error log every time a page is first compiled. However, If lose internet connectivity then the JSP pages refuse to compile and the application dies (with a different message).
Can someone tell me what i'm doing wrong? Thanks in advance for any help, Chris