You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Ofer Baranes <Of...@fundtech.co.il> on 2001/06/06 16:57:58 UTC

ServletConfig is null

 
 Hi 

 I have a web.xml which hold some <init-param> nodes to my servlet but the
ServletConfig is null=not being init from the web.xml.
 I found out that when i am using the RequestDispatcher then some how the
ServletConfig is being created from the web.xml.
 Is it make any sense ? 

 Ofer