JSP hint from Shannon Morrison ...
Nov 07,2007 10:23
To get our .jsp files to work, we had
to copy standard.jar and jstl.jar from the jsp-examples folder into
the WEB-INF/lib folder where the .jsp code was located.
The .jar are at /var/lib/tomcat5/webapps/jsp-examples/WEB-INF/lib
If the .jsp page is located in /myDir, then the .jar should be put in /myDir/WEB-INF/lib
--
Shannon Morrison
The .jar are at /var/lib/tomcat5/webapps/jsp-examples/WEB-INF/lib
If the .jsp page is located in /myDir, then the .jar should be put in /myDir/WEB-INF/lib
--
Shannon Morrison