suchen

Heim  >  Fragen und Antworten  >  Hauptteil

如何设置让eclipse在启动tomcat的时候自动弹出web项目的主页,每次都要手动打开浏览器很麻烦

如何设置让eclipse在启动tomcat的时候自动弹出web项目的主页,每次都要手动打开浏览器很麻烦

大家讲道理大家讲道理2798 Tage vor1844

Antworte allen(1)Ich werde antworten

  • 黄舟

    黄舟2017-04-21 11:20:57

    在你的web项目中加一个启动加载的servlet:

    Runtime.getRuntime().exec(new String[] { "C:\\Program Files\\Internet Explorer\\iexplore.exe", "http://localhost:8080/app" });  

    Antwort
    0
  • StornierenAntwort