Sponsored Link •
|
Advertisement
|
Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.
Message:
Hi,
1. Create a GenericServlet by : GenericServlet servlet = new GenericServlet() ; 2. Create the ServletConfig serv_conf from web.xml 3. servlet.init(serv_conf) ; //method has been overridden already also how can I do step 2 (I do not know how to create the ServletConfig from web.xml ?)
Vinayak
Replies: |
Sponsored Links
|