0

I have an eclipse dynamic web project that uses another project that contains all the business logic. I am able to get everything to run ok when I create a jar for the other project and add to WEB-INF/lib, but I would like to not do this.

In Java Build Path > Projects I have the project added, and in Project References I also have it added.

Any other ideas? Did some searching and was not able to find the answer, thanks. bp

1
  • You want to make the business logic project be deployed by Eclipse when you run the web project on the configured server? Commented Apr 26, 2015 at 19:27

1 Answer 1

2

You need to add business project in deployment assembly of dynamic web project.

Steps: Right Click on dynamic web project -> properties -> deployment assembly -> Add-> Project -> Select your project -> Finish

Redeploy your web application. This should work!

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.