I am interested in working with rapidclipse and I tried it out a little. I installed rapidclipse on win10 pro. Everything works fine, and the internal preview from rapidclipse works shows the expected result.
But when I generate a war-file and deploy it to Tomcat, Tomcat shows an error: "resource not found". I found out that there were no index files in the deployed folder from Tomcat. After creating an index file manually, the error disappeared from Tomcat.
At last I found out, there is no index-file inside the war-archive.
The index-file in the generated war-archive by rapidclipse is always missing.
I guess that it is a configuration problem of rapidclipse.
Is there anybody there who can help me?
What i've tried:
- I updated maven as is it described in the tutorial and checked all possible configurations in the properties from rapidclipse.
- I used different Tomcat versions (9,10,11), and also a jetty server for deploying.
- I installed rapidclipse in different versions (10,11) on different machines (4 or 5 pcs)