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
Post a Comment