0

In the beginning, I can view the html just by the IntelliJ button like that

enter image description here

then when I click the button, IntelliJ shows a browser error

enter image description here

then I run tomcat, and click the browser button

enter image description here

I'm a beginner, and I don't know why it happens.

Barbora
  • 921
  • 1
  • 6
  • 11
Junran
  • 1

1 Answers1

0

You need to run servlet container via Run configuration first.

Kream
  • 131
  • 1
  • 3
  • 12