Howdy, <servlet> is not a standard HTML tag (see http://www.w3.org/TR/html4/index/elements.html and related pages to be convinced), and not supported by tomcat. There are many other ways to call a servlet from a web page.
Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >Sent: Monday, September 22, 2003 4:56 PM >To: Tomcat Users List >Subject: Re: <Servlet> Tag problem > > >I don't believe the SERVLET tag is supported in Tomcat. I know it was >supported in JRun. But you could write a jsp and then from the jsp call the >servlet you desire > >Thanks, >RS > > > > > "Jay Doggett" > <[EMAIL PROTECTED] To: "Tomcat Users >List" > t.net> <tomcat- >[EMAIL PROTECTED]> > cc: > 09/22/2003 03:51 Subject: <Servlet> Tag >problem > PM > Please respond to > "Tomcat Users > List" > > > > > > >Hello everyone! > > I have these lines in a very simple html page, intending to >invoke my servlet and pass some params to it: > ><SERVLET CODE=iTraxMainView> ><PARAM NAME="Panel" value="TOC"> ></SERVLET> > >Can anyone tell me why the servlet is never getting called? > >Thanks >Jay > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > >This transmission is intended to be strictly confidential. If you are not >the intended recipient of this message, you may not disclose, print, copy >or disseminate this information. If you have received this in error, please >reply and notify the sender (only) and delete the message. Unauthorized >interception of this e-mail is a violation of federal criminal law. > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
