"Mohamed Riaz" <[EMAIL PROTECTED]> writes:

 > I have a servlet invoked by doGet, which in turn calls another
 > servlet instantiating an object and some information is extracted
 > from that instance of that object via the referred servlet.  Jserv
 > responds with a error page and refers the log.  My error_log of the
 > apache server recorded long lost child came home ! (pid=2077).  can
 > anybody direct me to a Url in FAQMatic or give a tip.  I am trying
 > on it too.

This sounds like you are trying to do servlet chaining.  JServ 1.0
doesn't support this.  Many of the JServ developers had a lengthly
discussion on the topic of servlet chaining awhile back on the JServ
development list, so it should be in the archives.

For the next version of JServ (1.1 or 2.0), Craig McClanahan is adding
Valve functionality that will probably accomplish what you are trying
to do with servlet chaining.

-Paul


-- --------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to