Hello there,

How can i "register" in web.xml of the WEB-INF directory more than one
class, i can put it work with one single class, anybody have a link or
documentation that can help me.
I saw the example "duke's bookstore", but i couldn't understand it.

That�s what i have.

<webapps>
 <servlet>
   <servlet-name>ola</servlet-name>
   <servlet-class>java</servlet-class>
 </servlet>
 <servlet-mapping>
   <servlet-name>ola</servlet-name>
   <url-pattern>/ola</url-pattern>
 </servlet-mapping>
</webapps>

Um Abra�o
-----------------------------------------------------------------------
Rui Manuel de Oliveira Pereira
Leirisic - Sistemas de Informa��o e Comunica��o, S.A.
AP. 555 - 2401-976 Leiria Codex
Portugal
Telef. +351 244 850 450      Fax +351 244 834 334
Email <[EMAIL PROTECTED]> Web <www.leirisic.pt>

Novas Instala��es
Rua Professor Narciso Costa n.� 25 R/C esq. e dto
2400 - 195 Leiria
-----------------------------------------------------------------------

___________________________________________________________________________
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