aspose file tools
The moose likes Servlets and the fly likes how to get values in Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "how to get values in "init-param"?" Watch "how to get values in "init-param"?" New topic
Author

how to get values in "init-param"?

Hue Cheng
Greenhorn

Joined: Aug 15, 2003
Posts: 8
For <context-params>,
I know it's using context.getInitParameter()
But for <servlet><init-param>
Is it using request.getParameter?
Thanks in advance!!
Detlev Beutner
Ranch Hand

Joined: Jul 13, 2001
Posts: 76
Hello Hue Cheng,
it's getInitParameter() on the ServletConfig object (retrievable via getServletConfig()).
Hope it helps
Detlev
Hue Cheng
Greenhorn

Joined: Aug 15, 2003
Posts: 8
so are you meanig that both <init-param> and <context-params> are retrivable via request.getInitParameter?
Thank you very much.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to get values in "init-param"?
 
Similar Threads
Multiple Struts-config.xml in Jboss 4.2.1
java 1.5 ( generics and autoboxing) not working in Tomcat 5.5.9.
wsdd urgent help
calling servlet from JSP
wsdd urgent help Web Services