Parameters from context.xml not being picked up.

2004-01-29 Thread Rick Szeto
Hi, I am exploring TC 5.0.18 and found that the Parameter are not being set to the ServletContext. Here is my context.xml: Context path=/explorer docBase=explorer debug=0 reloadable=true crossContext=true Logger className=org.apache.catalina.logger.FileLogger prefix=explorer_log. suffix=.txt

Re: Parameters from context.xml not being picked up.

2004-01-29 Thread Daniel Gibby
I believe the Parameter line is wrong. It should be in the format of context-param param-nameSyslogConfig/param-name param-value/usr/local/etc/rr/sales-syslog.xml/param-value descriptionFile containing the Syslog configuration for this webapp/description /context-param And

RE: Parameters from context.xml not being picked up.

2004-01-29 Thread Shapira, Yoav
context.xml not being picked up. I believe the Parameter line is wrong. It should be in the format of context-param param-nameSyslogConfig/param-name param-value/usr/local/etc/rr/sales-syslog.xml/param-value descriptionFile containing the Syslog configuration for this webapp

Re: Parameters from context.xml not being picked up.

2004-01-29 Thread Daniel Gibby
Message- From: Daniel Gibby [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 3:07 PM To: Tomcat Users List Subject: Re: Parameters from context.xml not being picked up. I believe the Parameter line is wrong. It should be in the format of context-param param-nameSyslogConfig/param

Re: Parameters from context.xml not being picked up.

2004-01-29 Thread Rick Szeto
Thanks will try that. Rick Daniel Gibby wrote: I believe the Parameter line is wrong. It should be in the format of context-param param-nameSyslogConfig/param-name param-value/usr/local/etc/rr/sales-syslog.xml/param-value descriptionFile containing the Syslog configuration