if using tomcat with eclipse plugin everything works fine through the eclipses built-in browser.
is it suffice to say if i copied the eclipses project to tomcats webapps it should work as well?
heres how my eclipse project looks like:
http://i40.tinypic.com/315e713.jpg
invoking html is in WebContent\ WelcomeServlet.html
proccesing .class in build\classes\WelcomeServlet.class

invoking with

<form action = "WelcomeServlet" method = "get" >

it works with tomcat initiated with eclipse however if i start with startup.bat it cannot find the .class

solved by exporting the project as a .war file to the webapps folder

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.