You probably don't want to include the host/port information in the form's "action" attribute, by the way.
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12268
1
posted
0
Back in the beginning of servlets somebody created the Invoker servlet. With the invoker active you had the appearance of servlet classes in the default package being called without a web.xml entry. This was an illusion because the invoker was really getting the request first - as configured in web.xml.
This was supposed to make it easier for newcomers to experiment with servlets without getting into web.xml but it has proved to be a disaster and caused much more confusion than web.xml ever did.