facebook

Deploying JARs not in /WEB-INF/lib: possible?

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

    ggerard
    Member

    Hello,

    I have the following layout:
    src/web
    src/service
    src/webapp

    lib/web
    lib/service

    Basically, a top level directory holds the layer/component.
    webapp of course holds the WEB-INF directory and JSPs.
    I’ve added all the JARs inside each layer to the project so everyone sees them just fine when compiling.

    I can’t find the right knob (if one exists) to have MEIDE deploy the JARs in the project into the *deployed* WEB-INF directory.

    Any ideas? Ant works just fine but that’s because I can tell it to do anything… But this is a very regular structure and makes sense.

    Sorry, but I went through the docs and may have missed it but need to see if this is fixable.

    greg

    #209058 Reply

    Riyad Kalla
    Member

    Greg,
    For the time being you will need to stick to the Ant script to deploy this structure. ME currently relies on your project being in an exploded WAR format, but we are working hard, piece by piece, to expand this functionality to slowly become less and less restrictive. Our ultimate goal of project management won’t have any problem with your structure, but is still a few releases off.

    Here’s a sample of a compatible project outline, http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-30.html#111, by no means required, just a suggestion for something that might work if you need to make use of ME’s deployer right now.

    #209059 Reply

    emmanuel
    Member

    Hello Greg,

    Sorry, but I went through the docs and may have missed it but need to see if this is fixable.

    I suspect this might assist you when implemented.
    https://www.genuitec.com/forums/topic/external-jars-closed-2/&sid=47246481e1e53d46ca135a2afb413b13

    Kind regards
    Emmanuel

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Deploying JARs not in /WEB-INF/lib: possible?

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