java ee - How do I get Eclipse Deployment Assembly to add a jar instead of a war from a dynamic web project -
i have 2 dynamic web projects , need reference 1 in deployment assembly of other. problem adds .war file web-inf/lib instead of .jar causes tomcat server have class not found errors.
is there simple solution?
create java project , include both of dynamic web app projects have. move code want share web app project web app project b java project.
Comments
Post a Comment