I am trying to use TomCat 6 and Java 6.
My project needs the Tomcat jsp-api.jar and servlet-api.jar files to compile.
I put these on the Properties -> Java Build Path with “add external jar”.
The project compiles OK.
But when I deploy it to TomCat it copies these libs into WEB/lib.
I dont want them in WEB-INF/lib because TomCat has them anyway.
How can I resolve this?
Should I add a “server runtime” to the Java Build Path?
(If so how do I add one? When I try to do this the “server library” pane is blank)
Thanks – Adam