flawless69
Programmer
OK,
Got Tomcat installed, I can look Servlet examples from the webapps/examples/ directory that came with the install. I have created a new context and added a plain HTML page which calls a servlet. I can see the HTML page just fine, but when I click a button which has an action calling a servlet, it returns Tomcat 404 error saying it doesn't know what the object is. I have added the <servlet> ... </servlet> tags into web.xml in my WEB-INF folder but still nothing. Anyone have any basic ideas why my web app won't work but the examples do?
Thanks,
Derek --Derek
"Fear not the storm for this is where we grow strong."
Got Tomcat installed, I can look Servlet examples from the webapps/examples/ directory that came with the install. I have created a new context and added a plain HTML page which calls a servlet. I can see the HTML page just fine, but when I click a button which has an action calling a servlet, it returns Tomcat 404 error saying it doesn't know what the object is. I have added the <servlet> ... </servlet> tags into web.xml in my WEB-INF folder but still nothing. Anyone have any basic ideas why my web app won't work but the examples do?
Thanks,
Derek --Derek
"Fear not the storm for this is where we grow strong."