java - invoke existing war file in tomcat from batch script -


i need invoke existing war file in tomcat giving input arguments batch script. folder structure in tomcat/webapps is: -bin com metir explorer htmldumper.class -webcontent meta-inf manifest.mf -web-inf

the main calss htmldumper.class

can please tell me how this?

war files aren't intended executed outside of container. given tomcat expand war file webapps, have access class files bundled war , can run them java other class. if you're in position need this, though, you've done wrong.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -