Bear Bibeault wrote:If the TLD file with that URI is present inside one of those jar files, Tomcat should find it with no problem. You didn't explicitly say: this works fine with Glassfish?
Bear Bibeault wrote:The .tld files are in the jars.
Bear Bibeault wrote:Another thing to check is to make sure that your WEB-INF/lib does not have the servlet and jsp implementation jars. That makes things act wonky in odd ways that usually defy logic.
Pat Farrell wrote:No servlet or jsp, but I thought the jstl-1.2.jar was supposed to (required to) be in the WEB-INF/lib
Pat Farrell wrote:Tried @bear's one file jstl-1.2.jar and still no joy
Bear Bibeault wrote:Is this a brand spanking new Tomcat install?
Stefan Evans wrote:My guess would be the WEB-INF folder is in the wrong place.
The path was listed as:
~/sandbox/wayserver/webapi/web/WEB-INF/lib
Which one of these would be the Tomcat web context root? /sandbox/wayserver/webapi/web/ ?
How have you specified this in Tomcat?
What URL do you use to access your jsp page?
Bear Bibeault wrote:What happens if you simply drop the war into Tomcat's webapps folder?
Pat Farrell wrote:
Bear Bibeault wrote:What happens if you simply drop the war into Tomcat's webapps folder?
I don't even know what, precisely, you mean here.
Pat Farrell wrote:Bear, that works.
Now all I have to do is figure out why it was broken using the easy-to-use-and-understand GUI
I am curious as to why the sample JSP applications fail
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime. |