facebook

Files in WEB-INF\classes

  1. MyEclipse Archived
  2.  > 
  3. Web Development (HTML, CSS, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #242928 Reply

    I am working on a third party application that has placed property and configuration files in the WEB-INF\classes directory. I look under the WebRoot\WEB-INF directory, but there is no classes directory. If I attempt to create one, I receive an error. The directory appears on Tomcat fine, but only with my compiled “/src” files. How can I get my other configuration files to copy to this directory automagically?

    Thanks

    #242957 Reply

    Scott Anderson
    Participant

    When Eclipse does a build, it cleans the classes directory. You need to place your property and configuration files in the appropriate location under the src directory. When the Java builder sees them, it will simply copy them to the same location in the WEB-INF/classes directory.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Files in WEB-INF\classes

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