facebook

Properties files in Classpath [Closed]

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

    mroth
    Member

    Hi.

    How can we configure our web project so properties files (and other non-binaries) are moved into the Classpath of a web app (such as classes folder)?
    When deploying we typically have to move those manually since no one was able to figure out how to automate this.

    Thanks/m

    #201140 Reply

    support-michael
    Keymaster

    All resource files, e.g., a property file, under a Web Project’s source folder are copied to the <web-root>/WEB-INF/classes. So try placing your property files in the root source folder and it will be deployed in either exploded or packaged format.

    Regards,

    Michael
    MyEclipse Support

    #201162 Reply

    mroth
    Member

    Cool. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Properties files in Classpath [Closed]

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