facebook

directory Problem with deployment path

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

    ringman
    Member

    I have some problems with deployment Eclipse 3.0.2 and myeclipse 3.8.4

    I want to deploy my webapplication called ui to the tomcat5

    the normal deployment does not work:
    I added the tomcat5 directories in the preferences

    I redeploy the whole projekt as packaged archive and it only says:
    deployment is out of date due to underlying changes ….

    And myeclipse deploys nothing.

    So I tried to make a custom location

    i typed in /opt/java/tomcat5/webapps/

    but he tries to deply the things to
    /opt/java/tomcat5/webappsui
    and not
    /opt/java/tomcat5/webapps/ui

    the slash is being ignored by myeclipse

    is this a bug or am i doing something wrong?

    #230082 Reply

    Riyad Kalla
    Member

    the slash is being ignored by myeclipse

    is this a bug or am i doing something wrong?

    The slash problem is a bug, should be fixed soon.

    I redeploy the whole projekt as packaged archive and it only says:
    deployment is out of date due to underlying changes ….

    Do you run Ant scripts in your project? You most likely need to 1) remove the deployment, 2) Refresh your project, 3) redeploy your project. When you get that persistent error about “out of date” it usually means there are resources that are newer in your workspace that aren’t getting deployed (likely due to running an ANt script or other external process).

    #230097 Reply

    ringman
    Member

    Do you run Ant scripts in your project? You most likely need to 1) remove the deployment, 2) Refresh your project, 3) redeploy your project. When you get that persistent error about “out of date” it usually means there are resources that are newer in your workspace that aren’t getting deployed (likely due to running an ANt script or other external process).

    No I don’t have any ant scripts.
    But thanks fpr the hint

    Maybe there is a problem with the subclipse plugin ?
    I’m running this together with myeclipse

    #230098 Reply

    Riyad Kalla
    Member

    It could be, we’ve seen worse problems before with the ClearCase and VSS plugins (totally random bugs), so I wouldn’t rule out the possibility that the subclipse plugin might be doing something that circumvents the Eclipse file notification mechanism that MyEclipse keys off of.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: directory Problem with deployment path

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