facebook

MyEclipse automatically put 3 jars into the WEB-INF/lib

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #319247 Reply

    yusufsutarko
    Member

    Hi!
    I noticed that when deploying new web projects into the MyEclipse Tomcat (sandbox), MyEclipse always put 3 jars into the WEB-INF/lib folder :
    jsf-api.jar
    jsf-impl.jar
    jstl-1.2.jar

    Is there any way I can disable this feature? Because I have an old app that is using an older JSTL version (1.1.2) and this cause problems (JSPs cannot be compiled when the tomcat is running).

    Thanks

    #319255 Reply

    support-swapna
    Moderator

    yusufsutarko ,

    The 3 jars are part of Java EE libraries. If you do not want to include them in the web project deployment, you can configure the Library Deployment Policies accordingly. Right click on project > Properties > MyEclipse > Web > Deployment > Library Deployment Policies. You can choose to not include the JARS from the Build Path and also JARS from User Libraries.

    Let me know if you see any issues.

    #319277 Reply

    yusufsutarko
    Member

    Oh i see.
    Thank you very much this solves the problem.

    Yusuf

    #319278 Reply

    support-swapna
    Moderator

    yusufsutarko ,

    Glad that it is working.
    Do let us know if you have any other issues.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: MyEclipse automatically put 3 jars into the WEB-INF/lib

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