Yes, you must create a servlet mapping for each servlet. You could use XDoclet to generate your web.xml file, which can alleviate some of the burden and maintenance overhead.
----- Original Message ----- From: "Boon Seong" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Sunday, March 23, 2003 6:59 AM Subject: Re: tomcat servlet invoker > What will be used to invoke the servlet then ? > > The servlet mapping is one to one. What happen if I have a lot of servlets ? > The 1 to 1 mapping > may cause some maintainance problem. > > Thanks. > > NBS > > > ----- Original Message ----- > From: "James Carman" <[EMAIL PROTECTED]> > To: "Tomcat Users List" <[EMAIL PROTECTED]> > Sent: Sunday, March 23, 2003 7:01 AM > Subject: Re: tomcat servlet invoker > > > > You should not use the "invoker" servlet. You should set up servlet > > mappings in your web.xml file for your servlets. > > > > ----- Original Message ----- > > From: "Boon Seong" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Sunday, March 23, 2003 6:01 AM > > Subject: tomcat servlet invoker > > > > > > > Hi, > > > > > > With reference to the documentation at > > > > > > > > > http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.21-beta/REL > > > EASE-NOTES , on the section Enabling invoker servlet, there is this > note > > > ----- > > > Using the invoker servlet in a production environment is not > recommended > > > and > > > is unsupported. > > > ----- > > > > > > Wonder what we should use for servlet invokation for a production > > > environment ? > > > > > > > > > Thanks. > > > > > > nbs > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
