> You need to look at servlet chaining I think.
> Either that or meld the 3 servlets into one.
Servlet chaining is non-portable between servers -- it's not even part of the
servlet specification. Use request dispatchers instead, or better yet, refactor
your application.
Remember that servlets should be an "entry point" into your application -- just
like `public static void main(String[] args)`. You wouldn't call component
through their public static void main methods in most cases, why should your
servlets be any different? Food for thought.
.duncan
___________________________________________________________________________
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