0

I'm a newbie in building web apps. I just created dynamic web project in my Eclipse and successfully ran the jsp file on tomcat (as an eclipse's plugin) enter image description here

However, when I tried to ran it on my actual server it failed, and I found a post here where someone addressed this issue. But the problem is I don't know how to build my web app and

Thus the servlet was not compiled, and no File "myServlet.class" was deployed to the server

Can someone direct me to the right solution please?

Hang
  • 319
  • 2
  • 15
  • If you want to do it only with tomcat and eclipse, [this](https://www.ibm.com/developerworks/library/os-eclipse-tomcat/index.html) can help. This resource is a bit dated, but still the idea is the same. From my experience though it is not the most reliable and convenient way to do it. I would probably use maven and maven tomcat plugin, then you can configure maven build jobs in eclipse. – Sergei Sirik Aug 01 '17 at 17:41
  • @SergeiSirik Thanks! I was able to build the servlet following that link. – Hang Aug 01 '17 at 20:36

0 Answers0