How to run Servlet?
Answered
Hello, I just switched from Eclipse, and here everything is so different...I have a problem with a VERY simple issue. I just want to see my Servlet in browser. With jsp there is no problem, but when I click "run" when my Servlet windos is opened - all that is running is Tomcat itself. It's does't go to my default browser, so I can't see anything.
Please sign in to leave a comment.
>I just want to run Servlet
You cannot run JSP Servlet using Java Application Run Configuration. You need to use Java Application Server for this there is no other way - please do check the tutorial.
If you mean the Java applet, this is different.