I have created my webpage in eclipse as Dynamic Web Project
and uploaded the WebContent folder
to the server
(WebContent
contains index.html js, imgs and css
). When I call myPage.com
, it works only with the url myPage.com/WebContent
. Afterthat I have uploaded the content of the folder WebContent
directory to the server root
. Now when I call myPage.com
, it display empty page. mypage.com/index.html
display empty page too.
How to upload WebContent
, sothat the index.html
display woithout using WebContent
in the url
?