facebook

Where does the deployment location come from for WebLogic?

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

    I have several versions of the same project in the same workspace…and I suffix each version with “_n”. So I have MyProject_1, MyProject_2, etc.

    However, when I try to deploy one of the versions, the deployment location doesn’t include the suffix. That is, when I deploy MyProject_3, I expect the location to be:

    C:\bea\user_projects\domains\testdomain\applications\MyProject_3

    but instead, the location is:

    C:\bea\user_projects\domains\testdomain\applications\MyProject

    The first time I deployed MyProject_3, I didn’t have the name changed everywhere in the project, so my build generated MyProject.war instead of MyProject_3.war. I deleted my deployment and made the necessary changes. But it still gets deployed to “MyProject” instead of “MyProject_3”.

    For every other project, I select “Weblogic 8” from the “Server” list-box on the New Deployment screen. The “Deploy Location” is correct and can’t be changed. However, for MyProject_3, the only way I can get the correct “Deploy Location” is to specify “Custom Location” for the server and manually enter the correct path & name.

    Where is MyEclipse getting the path and project name from?

    TIA

    #244295 Reply

    Riyad Kalla
    Member

    If you switch to the Navigator view and open up your .mymetadata file, do you see any stale information in there?

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Where does the deployment location come from for WebLogic?

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