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.
-- Brett
http://www.chapelperilous.net/~bmccoy/
---------------------------------------------------------------------------
We have a equal opportunity Calculus class -- it's fully integrated.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]