facebook

Deployment of Libraries

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #209176 Reply

    I have a web application containing struts-menu.

    I use Eclipye 3.0 (final) and the latest MyEclipse release. I deploy to a Tomcat 5 server. It does NOT deploy any libraries defined in the Build-Path.

    Could anybody please help me setting up this stuff so it automatically deploys all those jar files I included as libraries (eg. struts-menu-2.2.jar)

    Note: I switched from JBuilder Enterprise to Eclipse. In JBuilder those required libs got deployed automatically, I am a bit confused that this does not work with Eclipse. Basically it should generate a war file containing everything. What is wrong with my config??

    Thanks for your help!
    Tom

    #209186 Reply

    Riyad Kalla
    Member

    Tom,
    The libraries need to be in your WebRoot/WEB-INF/lib directory to get deployed. MyEclipse doesn’t automatically deploy all dependent JARs because in many cases JARs are linked externally and are needed for development but do not need to be deployed with the app (for example the J2EE jars).

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Deployment of Libraries

You must be logged in to post in the forum log in