0

Im trying to deploy my WebApplication on a TomCat 9.0.11. Now everything went good so far, the artifact was deployed into the ROOT directory, but the page just wont load, and doesnt shows up my index.html? Does anybody see the error here? If i forgot something please tell me so i can add the missing stuff.

EDIT: I want to run the server on Windows first, later on Debian. The website should also be accesibile trough example.com not f.e. example.com/app (or for Windows localhost not localhost/app)

TomcatConfiguration1

TomcatConfiguration2

Artifacts

ServerLog

TomcatServer after deployment

Trying to open the page

Greets Lukas

LoganBwDE
  • 1
  • 2
  • Possible duplicate of [Deploying just HTML, CSS webpage to Tomcat](https://stackoverflow.com/questions/3954621/deploying-just-html-css-webpage-to-tomcat) – manish Sep 02 '18 at 21:43

1 Answers1

0

i think project should be inside the webapp folder not inside root .Please attach log which can show us the context loading . Or you can refer to this link:

Deploying just HTML, CSS webpage to Tomcat

manish
  • 321
  • 4
  • 15