ContributionsMost RecentMost LikesSolutionsRe: wargenerator.bat enable WebUI I used true within double quotes. Result is the same with/without space between -w & the value. wargenerator -w"true" "<soapui project location>" wargenerator -w "true" "<soapui project location>" After the war was deployed on Tomcat, the web file (under WEB-INF) has the setting "true" <init-param> <description>enable Web UI</description> <param-name>enableWebUI</param-name> <param-value>true</param-value> </init-param> Re: wargenerator.bat enable WebUI I used true within double quotes. The result is the same with/without space between -w & the value. wargenerator -w"true" "<soapui project location>" wargenerator -w "true" "<soapui project location>" After the war was deployed on Tomcat, the web file (under WEB-INF) has the setting "true" <init-param> <description>enable Web UI</description> <param-name>enableWebUI</param-name> <param-value>true</param-value> </init-param> Re: wargenerator.bat enable WebUI I used true within double quotes and no space between -w & the value. wargenerator -w"true" "<soapui project location>" After the war was deployed on Tomcat, the web file (under WEB-INF) has the setting true <init-param> <description>enable Web UI</description> <param-name>enableWebUI</param-name> <param-value>true</param-value> </init-param> Re: wargenerator.bat enable WebUI <init-param> <description>enable Web UI</description> <param-name>enableWebUI</param-name> <param-value>true</param-value> </init-param> Re: wargenerator.bat enable WebUI <init-param> <description>enable Web UI</description> <param-name>enableWebUI</param-name> <param-value>true</param-value> </init-param>