Please check the current specification as well as the archive. This
questions has been discussed many times.

Regards,

Subrahmanyam

"Il-Hoon,Yoon" wrote:
>
> Hi all ^^
>
> I want to call another Servlet in a servlet.
> But jswdk1.0 can't do that
> I used  javax.servlet.ServletContext.getServlets() method.
> like that
>
> -->
> // jsdk2.0 now deprecated
>    if(AddraServlet.acc==null)
>    {
>        Servlet servlet=getServletContext().getServlet("AddraServlet");
>        this.acc=AddraServlet.acc;
>     }else this.acc=AddraServlet.acc;
>
> How can I call AddraServlet automatically
>
> Please teach me !!
>

___________________________________________________________________________
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