I am using Eclipse to develop a Java project to run on a server. I have two projects:
1) jbosswildfly
: one with Java code made up of a number of RESTful Services.
2) theWhoZoo-web
: the other is a web project containing a few html files.
I would like to merge these projects and just have one project. I have tried copying the WebContent
folder from theWhoZoo-web
to jbosswildfly
, starting the server, but I cannot access the index.html
.
Question
What is the best way to merge these two projects, so that the RESTful Services as well as the index.html
are accessible on the same server?
Thanks
Aucun commentaire:
Enregistrer un commentaire