Hey folks,
Im running through a tutorial on JBoss, and it has a sample JSP. I
can run the ANT script to build the WAR file, but it won't run. I
*think* I need some files in the lib directory of the WAR file, but I
dont know where to get them:
standard.jar
jstl.jar
Im running kubuntu. Any help is appreciated. The error I get when I
try to go to the jsp page is:
"http://java.sun.com/jsp/jstl/core cannot be resolved in either
web.xml or the jar files deployed with this application"
Im pretty sure I have everything needed except those two jars. (they
are supposed to go into a lib directory within the WAR file).
Thanks
ShutterMan - 17 Jun 2007 17:32 GMT
> Hey folks,
>
[quoted text clipped - 16 lines]
>
> Thanks
Ok, actually I found the files. Placed them in the lib directory, and
still no go (same problem). Ill post the full code shortly.
Manish Pandit - 18 Jun 2007 06:35 GMT
> > Hey folks,
>
[quoted text clipped - 21 lines]
>
> - Show quoted text -
The files should go in WEB-INF/lib within the war, not lib.
-cheers,
Manish