I have a
tomcat project, PROJA, within ECLIPSE
Within this project I have several external jar files,
PROPERTIES for PROJA
LIBRARIES
A.JAR -external jar
B.JAR -external jar
My project sees the jar files.
However, when I execute TOMCAT>START TOMCAT from ECLIPSE these jars are not seen. Only after I add them to TOMCAT_5/SERVER/LIB directory are they seen.
Any method to get around this, if possible (don't see anything in TOMCAT docs, just move jar files to TOMCAT's directory as I did)