java - In intellij idea, how to browse a file locally after I configured an FTP? -
before make ftp configuration, when right click on "index.html" file , select run "index.html", file opened in browser window address localhost:8080/index.html. run tool window pops up:
however, after configured ftp:
every time when right click on index.html file , select run, file opened address vimer2.java.jspee.net/index.html. want opened locally before, don't know how.
can follow steps listed on page below:
open settings / preferences dialog choosing file | settings windows , linux or intellij idea | preferences os x, , click web browsers under tools.
more details can seen here:
https://www.jetbrains.com/help/idea/2016.1/configuring-browsers.html
Comments
Post a Comment