Home > Software design >  Cannot run my web application on tomcat server in Netbeans
Cannot run my web application on tomcat server in Netbeans

Time:01-28

I just want to run the hello world web page on my tomcat server. But nothing happens. I want to troubleshoot this problem, but I don't know where to start.

I don't know what information you guys need to help me, so please request any information, I will provide them. enter image description hereenter image description here The Error

Tomcat Server

I set Catalina Home

I set this too

My Tomcat Installs

CodePudding user response:

I did an install of jdk 11 with tomcat 10 and netbeans 16, after reading the documentation and reading the comments here made me understand that it was a incompatible version error.

I worked perfectly after that.

  • Related