java - How To Add An External Folder With Configurations To A Web Application In Eclipse -


I created a normal dynamic web project in Eclipse I added a folder for the project, which will refresh this project Appears after. The folder contains an XML-file that is accompanied by a configuration for applications.

When I deploy the application on Tomcat in Eppleps, the relative pots no longer match. I need to copy the folder to the Catalyana home directory and then it works.

Question

How can I add folders to my project, when I start eclipse (V7) Are also deployed and relative pets also work?

When the development ends, I will export a war file and employ it on my server. It would be great if the configuration is also included.

screenshot of project folder

If you have any questions Or if you need some more information, do not hesitate to ask or comment!

In the properties of the project, I know that when I export a war file, I Where can I add the folder But this is not currently deployed in the eclipse tomcat. This part is still left.

Enter image details here


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -