How can I pass a system property to jetty startup something like -DSERVER="localhost"
if it is in start.config what is the exact syntax ?
and will it be available to my deployed war with this System.getProperty("SERVER") ?
thnx in advance
|
How can I pass a system property to jetty startup something like -DSERVER="localhost"
if it is in start.config what is the exact syntax ?
and will it be available to my deployed war with this thnx in advance |
|||||||
|
|
Edit the /etc/jetty/start.config and add SERVER="127.0.0.1" in the start if the file. |
|||
|
|
Have you tried to put something like this in
(perhaps before The comments in
|
|||