Sounds like you probably want a JSP that will dynamically create the page
that defines the applet.  You'd iterate through your system properties in
the JSP, outputting startup properties.

-T

On Fri, Mar 19, 2010 at 2:54 PM, JohnRodey <[email protected]> wrote:

>
> startup_properties definitely sounds like its the best way to go.
>
> So if my tomcat server loads a series of properties from a file on startup
> is there a way for my html/jnlp to pass those values to my pivot applet
> directly from the System properties on my tomcat server?
> Something like instead of startup_properties:"language=fr",  I want:
> startup_properties:"language=${MYLANG}".
>
> I guess what I'm trying to get at is that I want all my properties for the
> entire system in one property file, and I don't want to hard code any in my
> html/jnlp file.
>
> Thanks!
> --
> View this message in context:
> http://n3.nabble.com/pivot-applets-and-env-variables-tp456628p463155.html
> Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
>

Reply via email to