Error while deploying servlet on weblogic server 11g
I'm making a simple servlet which would read the in-it parameters from web.xml and would log the messages in the server log.
Below are the steps that i'm following :
IDE used is Eclipse Helios.
I'm using the init(ServletConfig config) method to get the config object.
Creating the .war file for this project and installing it on the weblogic server.
I've edited the web.xml file to make the servlet load at startup with <load-on-startup>1</load-on-startup>.
Problem that i'm facing is :
when i'm deploying the servlet as web application it's not coming to active state.
Below is the stack trace from the server log: