Best way to share JARS in a eclipse with JBOSS as the App Server
Looking for a solution so that I can have a central location for all my JAR files plus still be able to do a deploy to JBOSS inside Eclipse.
I have a LIB fold out side my projects. I have add the required libs to a given directory using Eclipse build path external jar. But, when I run the application on JBOSS inside Eclipse it does not start. It would seem that JBOSS expects to find the required JAR files under WEB-INF/lib. I have tried 开发者_运维问答other things as well, such as creating a manifest file in the EAR but that did not work.
I looked at the following but it does not address running the application with JBOSS inside Eclipse.
Thanks
What i have done, is put the jar inside the WEB-INF folder under libs. That is where JBoss expects to find all jars required for that project.
精彩评论