tags:

views:

16

answers:

0

I am working on a web start application which uses two jnlp's- one main and the other auxillary. The codebase tag for the jnlp is set through the environment variables at the runtime. But somehow when i run the application, the main jnlp has the correct codebase setup but the Auxillary one fails to replace the environment variables with their corresponding values in its codebase. And as a result, the application fails to run.

the codesbase is set by this statement - codebase="https://<%OperationalConfig.Apache.httpServerName%>:<%OperationalConfig.Apache.httpExternalSecurePort%>/"

Could someone please suggest a solution.