facebook

Problem deploying to Weblogic 7

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Application Servers and Deployment
Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • #252855

    rahulkothari
    Member

    well say my app root is – test
    I have the following directories under test

    WEBROOT
    DOCS
    JSPS

    When i deploy. I expect to have a folder “test” under “applications”. With folders , META-INF WEB-INF DOCS and JSPS.

    But instead i have only META-INF and WEB-INF .

    Why arent the DOCS and JSPS folders getting copied over too.

    #252861

    Riyad Kalla
    Member

    The purpose of the WebRoot folder is to model the deployed application. Everything under webroot gets deployed out as a web application. This is commonly called the “Explored WAR format”, please see this tip: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-11099.html

    The reason for this is that other top-level resources will go into your project, like a /src dir, maybe an optional 3rd part libs that you don’t want deployed, some documentation, etc. The idea is that all this get’s built into the WebRoot somewhere and when you deploy your project, MyEclipse packages up the WebRoot and deploys it.

    In your case you have moved artifacts out of the webroot to the top level of your project, so when you deploy, MyEclipse doesn’t see them, how is it suppose to know what you have in those dirs need to be deployed?

Viewing 2 posts - 16 through 17 (of 17 total)
Reply To: Problem deploying to Weblogic 7

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