Bah I stumbled on this, but it doesn't appear to do what I was hoping:

<context-param>
<param-name>baz</param-name>
<param-value>value</param-value>
</context-param>

When I tried to reference that in a test.jsp like this, it is empty:

<%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c" %>
<html>
<p>-${applicationScope.baz}-</p>
</html>

Any other way to do this?

Thanks,

Aaron



On 10/20/2010 12:09 PM, Aaron Freeman wrote:
>    Is there a simple way to set an applicationScope variable from within
> the resin.xml?
>
> I see how to set system properties, but I'd like something I can
> reference from a JSP like:
>
> ${applicationScope.var}
>
> Or can I reference the system properties similarly?
>
> Thanks,
>
> Aaron
>
>
>
>
>
> _______________________________________________
> resin-interest mailing list
> resin-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/resin-interest
>
>



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to