javaVSCode
javaVSCode copied to clipboard
mvn tomcat:7 setup
I'm sure this might have been asked before but after fiddling with some settings still can't figure out how to set this up. I'm running this via the CLI:
mvn clean tomcat7:run -Djica.awt.headless=true -Duser.timezone=GMT -Dlogger.solr.filename=/tmp/solr.out >/tmp/solr.out 2>&
Tests=true -Duser.timezone=GMT -Ptest-logging
Hi, you need to specify your class directory and your main class. See the launch.json example in the README.