facebook

Which jars are required for deployment of a report project

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #344346 Reply

    I’ve developed several MyEclipse (Birt) reports, using MyEclipse version 10.6. There seem to be about 80 jars created to support development of these projects. If I deploy all it leads to a pretty bloated war file. Which are required for deployment? We’re using Tomcat 7, if that makes any difference. Thanks very much.

    #344388 Reply

    howard,

    You need to manually check which jars are part of your project development and then remove the jars which are not required, from the java build path or WEB-INF/lib folder.

    You can use user libraries in MyEclipse. Right click on your project > Build path > Add Library. This would open Add Library wizard. You can select “User Library” and follow the wizard. These libraries get added to your project build path. These user libraries created can be added to any projects in your workspace.

    Alternatively, can you please check Tomcat shared library files mechanism where we store all the jar files in the tomcat directory and make them visible to all installed web applications. Please look at this link for more information – http://tomcat.apache.org/tomcat-7.0-doc/appdev/deployment.html#Shared_Library_Files

    Hope this helps.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Which jars are required for deployment of a report project

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