Is there a way to tell the deployment assembly for a given project in STS to not jar up a STS project dependency and explode it in the tomcat webapps directory when it deploys. The issue is we have two projects, one is the actual web project and one is a shared project. We have started to use tcServer which requires actually deploying to the web apps directory and ends up jaring up our entire shared project. In the past we would run out of the workspace when we were using plain old Tomcat and didn't seem to have some of the issues we are now running into. I know myeclipse does something like this, I thought STS would do it but I'm not seeing it. Thanks


Reply With Quote