java - What does this warning mean when running a vaadin web app in IntelliJ IDEA - no startup urls -
i able run vaadin app , development mode task starts, , warning displayed:
[warn] no startup urls supplied , no plausible ones found -- use -startupurl
i can not find information warning , means. intellij idea not launching selected web browser, , suspect warning reason why, don't know how follow above directions, because don't know telling me this, , in idea project might add -startupurl
parameter.
my problem although development mode task starts when run project, cannot seem locate url (http://localhost:8000
or whatever) app loadable from.
the full output when run app is:
/system/library/java/javavirtualmachines/1.6.0.jdk/contents/home/bin/java -xmx256m -didea.launcher.port=7535 "-didea.launcher.bin.path=/applications/intellij idea 12.app/bin" .... [warn] no startup urls supplied , no plausible ones found -- use -startupurl dev mode initialized
Comments
Post a Comment