eclipse jetty plugin installation (offline version)

eclipse jetty plugin installation (offline version)

According to the online statement, install the jetty plug-in. The URL of run-jetty-run, google cannot be linked at all. So the plugin can't be installed. Searching the local version online, it's not easy to try a few, and the function is not complete. This is because the downloaded local resource jar package is not complete. The download address of the local resource pack plug-in is given below: http://pan.baidu.com/s/1sjNP5Id

Or the address: http://pan.baidu.com/s/1bpobHDl

Method one:

How to use: Unzip, copy directly to the dropins folder in the eclipse installation directory, and restart it.

Method two:

How to use: Unzip, put the uncompressed folder jetty-plugin in the specified directory, the address I stored is: E: \ Developer directory

  Then create a jetty.link file in the dropins directory of eclipse, the content of the file is as follows:

  

path=E:\\Developer\\jetty-plugin

 

Then restart eclipse.

Right-click run as-run configuration on a web project for the first time, configure two places as shown below:

1.jetty configuration: select the jetty version you installed:

 

2.arguments, generally do not need to be modified, some special circumstances need to add jetty.xml path:

 

Then jdk configuration, you can choose freely:

 

OK, you can run and run, without going over the wall.

Published 64 original articles · won praise 0 · Views 2497

Guess you like

Origin blog.csdn.net/weixin_44853669/article/details/105671331