[OT] Re: help with html + servlet

2004-12-06 Thread Ben Souther
> Ben - I will try your examples. the example says > "Download SimpleServlet.war to your TOMCAT_HOME\webapps" > Should I download this code to my Tomcat5.0\webapps\ROOT > or Tomcat5.0\webapps\ROOT\WEB-INF\classes\ directorie No, to deploy a war file in Tomcat, just pl

Re: help with html + servlet

2004-12-06 Thread Nestor Florez
The assign text book is "Beginning java 2", Ivor Horton, but I was reading one of O'reilly's books about servlets I am also trying to do the same thing using the Oracle 10g IDE but I have the same problem. The thing is in our previous homework I manage to make jsp files find on TOmcat by putting

Re: help with html + servlet

2004-12-06 Thread Wendy Smoak
From: "Nestor Florez" <[EMAIL PROTECTED]> > I put my HTML code in the Tomcat 5.0\webapps\ROOT directory and I > am putting my servlet in the Tomcat 5.0\webapps\ROOT\WEB-INF\classes\florezn, Make sure your package statement is correct for that path. > I am doing this for a homework and part one is

Re: help with html + servlet

2004-12-06 Thread Ben Souther
I've got some example code here: http://simple.souther.us SimpleBean has an example of a form post. SimpleServlet has a mapped bean. They're all war files that you can just drop into your webapps folder and run. On Mon, 2004-12-06 at 12:24, Nestor Florez wrote: > Hello experts, > > I am read

help with html + servlet

2004-12-06 Thread Nestor Florez
Hello experts, I am reading to the documentation, but I do not understand how to make it so that Tomcat executes a servlet as the action for an HTML file after the submit button is clicked. I put my HTML code in the Tomcat 5.0\webapps\ROOT directory and I am putting my servlet in the Tomcat 5.0