facebook

Web app not deploying correctly anymore

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

    potterd64
    Member

    Hello,
    I’ve been using MyEclipse for 2 months or so, deploying to Tomcat 6 without any problems. Today deployment broke for some reason. When I try to deploy my application, it ignores all of my files except for the jars in my classpath. The only folder that gets created in the deployment directory is a WEB-INF folder which has a lib and classes folder in it. My WebRoot with all my jsps and other web files don’t get deployed.

    Leading up to this, I was messing around with my web.xml file, removed a few jar files from my classpath, trying to configure log4j… I didn’t touch the .mymetadata file or .project

    Why would this happen?

    #271276 Reply

    Loyal Water
    Member

    We’ve seen this behavior from time-to-time when the deployed projects are out of sync with the file system, or there is something wrong with them.

    Try the following:

    1) Stop Tomcat
    2) Remove your deployment
    3) Right click on the root of your project and go to Refresh
    4) Now go to Project > Clean and rebuild your project.
    5) Now re-create the exploded deployment

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Web app not deploying correctly anymore

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