"Brett W. McCoy" wrote:
> On Tue, 27 Feb 2001, Duck-Jin Chun wrote:
>
> > I recently migrated from JServ to Tomcat as well. The migration was
> > smooth, and I'm now working with the latest servlet spec... but I found
> > JServ to be more stable.
> >
> > Anyway... to answer your question, try putting the following in your
> > web.xml file:
> > <servlet>
> > <servlet-name>CallClient</servlet-name>
> >
> > <servlet-class>com.company.clients.commpilot.servlets.CallClient</servle
> > t-class>
> > </servlet>
> > <servlet-mapping>
> > <servlet-name>CallClient</servlet-name>
> > <url-pattern>/CallClient</url-pattern>
> > </servlet-mapping>
> >
> > In general, the "Java Servlet Specification" is a good reference for the
> > format of the web.xml file.
>
> Yep, I found what I needed in the JServ docs, actually. Some of the
> terminology has changed between JServ and Tomcat. I think a migration doc
> (and tools) would be very handy to have.
>
<ApacheCon Advertisement>
I am doing a session at ApacheCon next month in Santa Clara that highlights the
important issues of migrating from Apache JServ to Tomcat.
</ApacheCon Advertisement>
>
> -- Brett
> http://www.chapelperilous.net/~bmccoy/
>
Craig
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]