After lot of online search & tried lot of experiments. finally i didn't get any of the link which can full-fill my requirement, so finally I choose this platform.
Note : I am using Spring-Boot Maven Project & Tomcat 7.0.62 version & JDK 7.
First of all I was using Embedded Tomcat & produce .Jar
and i was passing extra dynamic parameter
to .jar
using command line argument
.
Now, scenario has been changed. My .Jar
file will be converts to .war
file also we have excluded Embedded Tomcat
i.e. not embedded Tomcat.
Now i want to pass same list of command-line argument
to my Spring-Boot project's .war file from outside.
something like from tomcat.
any help appreciate.