users@glassfish.java.net

Re: simple jsf web app servlets ???

From: emiddio-verizon <emiddio_at_verizon.net>
Date: Wed, 10 Feb 2010 11:22:04 -0800

more clarification --

i want to set breakpoints in each servlet;

i can/have with Faces Servlet;

i may have with jsp -- i can compile a jsp page, add info to web.xml,and source to proujct and deploy,
and when i hit a breakpoint in the deployed compiled jsp page i can find some jsp entries on the stack.

how where do i set a breakpoint for the default servlet?

thanks
gary

  ----- Original Message -----
  From: emiddio-verizon
  To: users_at_glassfish.dev.java.net
  Sent: Wednesday, February 10, 2010 11:17 AM
  Subject: simple jsf web app servlets ???


  netbeans shows/says 3 servlets are part of a simple jsf web app i am learning from.

  i am deployed to glassfish v2.1.1

  they are

  default
  Faces Servlet
  jsp

  only Faces Servlet appears in the web.xml --

  what are the others ? what are their class names?

  why are they not in web.xml ?

  thanks
  gary