java - eclipse tomcat: take the classpath from the project -
i have java web project in eclipse , want define tomcat server. seems in tomcat server must define again classpath. how can tell tomcat use classpath project (shouldn't obvious?).
unfortunately jars scattered around , headache add them 1 one tomcat configuration , maintain this.
you don't have tell tomcat jars scattered around places. can taken care eclipse. configure eclipse build path properly. create libraries (in eclipse) , group jar together. try export war , check if eclipse packaging required jars in web-inf/lib.
Comments
Post a Comment