| From | Sent On | Attachments |
|---|---|---|
| Ripalda-Marin, Miguel-Angel | Jun 30, 2000 2:39 am | |
| Wyn Easton | Jun 30, 2000 8:25 am | |
| Craig R. McClanahan | Jun 30, 2000 10:09 am | |
| Volker Turau | Jul 3, 2000 8:03 am | |
| Volker Turau | Jul 3, 2000 8:05 am | |
| Steve Weiss | Jul 6, 2000 10:27 am | |
| Volker Turau | Jul 7, 2000 12:20 am |
| Subject: | Re: Bug or feature | |
|---|---|---|
| From: | Volker Turau (tur...@informatik.fh-wiesbaden.de) | |
| Date: | Jul 7, 2000 12:20:18 am | |
| List: | org.apache.tomcat.users | |
On Thu, 6 Jul 2000, Steve Weiss wrote:
Try "<init-param>" instead of "<Init-param>".
I use <init-param>, Init-param is just the name of the parameter. read carefully!
Volker Turau wrote:
The web-application spec allows the assignment of init-params to JSP-files. I did the following in my web.xml file:
<servlet> <servlet-name>config</servlet-name> <jsp-file>/webanw/config.jsp</jsp-file> <init-param> <param-name>Init-param</param-name> <param-value>wert3</param-value> </init-param> </servlet>
In the JSP-page config.jsp the call
config.getInitParameter("Init-param")
returns null when I use Tomcat 3.1. The same application works fine using the Orion server. Now which is the correct behaviour?
volker turau FH Wiesbaden Fachbereich Informatik Tel.: +49-611-9495-205 FAX +49-611-9495-210 http://www.informatik.fh-wiesbaden.de/~turau





