I have problem running the web-project that I worte in eclipse that runs on tomcat (7.0.34). in my program I have class that extends HttpServlet and in that, a method doGet. if I start the tomcat server from the eclipse and than enter in my browser: http://localhost:8080/test/test2?parameters... (parameters is the ones I get in my program from HttpServletRequest request in the doGet) and it work there.
now I want to export the project and be able to run it anywhere not from the eclipse or in my computer. but I tried many things and also export to war file(that I haven't able to run it at all), and then start the bin/startup.bat in my tomcat folder and still nothing come up.