>>> Suresh Addagalla <[EMAIL PROTECTED]> 04-Jul-00
2:09:40 PM >>>

>If it is possible to put them in different packages,
>how do i invoke a servlet from another?

You can have package heirarchies under the /servlet/ directory in
which case you might invoke them like this:

  server:8000/servlet/com.nokia.ChargeLoadsServlet

Alternately you can specify the package when you map a servlet to a
path, eg:

  <servlet>
    <servlet-class>com.nokia.ChargeLoadsServlet</servlet-class>
    <mapping>/chargeloads/*</mapping>


Nic Ferrier

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to