libraries in Tomcat/lib not resolved when deploying using Eclipse -
i have following issue. have dao library using atomikos jta transaction manager. have web project includes dao library. , although tomcat lib folder includes required atomikos libraries, still need include atomikos dependency (maven) scope compile on library (such packaged along, or @ least eclipse knows has packaged along). if library not packaged along class not found exceptions when deploying under eclipse/sts.
since atomikos libraries required development environments, don't want these libraries have scope compile (or runtime). how can change tomcat eclipse setup such can set atomikos dependencies scope provided in dao library.
any suggestions?
Comments
Post a Comment