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)
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?