Ayusman dikshit wrote: > 1)Does tomcat 5.5 also provide an implementation of jsp specs?
Read http://tomcat.apache.org/ > the class name I get is an implementation of servlet only? (I get > something like org.apache.jsp_myjspname) The class hierarchy is something like: yourjsp_jsp extends org.apache.jasper.runtime.HttpJspBase org.apache.jasper.runtime.HttpJspBase extends javax.servlet.httpHttpServlet > So can I get the servlet config object of this class by doing Read the servlet spec. http://java.sun.com/products/servlet/reference/api/index.html Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]