just wondering what im doing wrong here any suggestion would be nice im using jsdk2.0 all paths are coreect etc .. when try to get args from the servlet.prop file it always seems to return a null :( ---------------------------------- public void init(ServletConfig sc) throws ServletException { super.init(sc); try { propFile = getInitParameter("test"); log("value of prop = " + propFile); } }catch (Exception e) { log(""); } } -- "a .cshrc is for life, not just for Christmas." ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html