System.out..println() prints to where ever you started the servlets.  For
example, I manually started the servlet engine from an xterm, then I got the
output of the System.out.println() from the same xterm.

ServletContext.getServlet(servletName) is supported for BACKWARD compatibility,
but really should not be used for it is a serious security violatin.  So
serious as we all would agree including Sun, in the future beyond JSDK2.1, it
may disappear.  And I think it should disappear.

regards,



McCreary Jeff wrote:

> I'm relatively new to Apache so please forgive such an elementary question.
> Where does System.out.println() print to?  Also, is
> ServletContext.getServlet(servletName) supported?
>
> Thanks,
> Jeff
>
> ----------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://www.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]

--
Metaphase Technology Group | voice: (651) 482-2966
4201 Lexington Ave N, Arden Hills, MN 55126




----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://www.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to