Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9204725
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T23:46:38+00:00 2026-06-17T23:46:38+00:00

I have installed Run Jetty Run plugin for Eclipse. Following Getting Started and User

  • 0

I have installed Run Jetty Run plugin for Eclipse.

Following Getting Started and User Guide I was able to make work with creating a new Java Project, creating web folder and then WEB-INF inside it. WEB-INF is an empty folder and web has index.html.

Now I want to enable connections only via loopback interface. My guess is that configurable via WEB-INF\web.xml file, but I am not able to find any documentation about that file format used by Run Jetty Run.

How can I do that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T23:46:40+00:00Added an answer on June 17, 2026 at 11:46 pm

    There is no simple way to do this!

    In the runjettyrun’s source code (runjettyrun.Bootstrap.java):

    private static void initConnnector(Server server, Configs configObj) {
        SelectChannelConnector connector = new SelectChannelConnector();
    
        //Don't set any host , or the port detection will failed. -_-#
        //connector.setHost("127.0.0.1");
        connector.setPort(configObj.getPort());
    
        if (configObj.getEnablessl() && configObj.getSslport() != null)
            connector.setConfidentialPort(configObj.getSslport());
    
        server.addConnector(connector);
    
        if (configObj.getEnablessl() && configObj.getSslport() != null)
            initSSL(server, configObj.getSslport(), configObj.getKeystore(),
                    configObj.getPassword(), configObj.getKeyPassword(),
                    configObj.getNeedClientAuth());
    
    }
    

    The plugin need to check the used port whether or not.

    The ‘setHost’ code was commented by the plugin author(Maybe you can hack this).

    Also there is no way to set the host in the ‘Connector’ interface:

    org.eclipse.jetty.server.Connector.setHost(String)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have installed GWT and the Eclipse plugin, when I try to run a
I have installed VS2008 and am able to run the demo codes camshiftdemo and
I have installed Red5 server successfully and also am able to run the demos
I have everything installed. But when I run rake db:create, I get the following:
I have installed node.js and necessary packages to run browserquest . I have started
I have installed android sdk under Windows 7. But when I run it, I
I have installed pylint via easy_install. I can run pylint <filename> with success. But
I have installed SQL Server 2008 R2 Express on Windows 7. When I run
I'm trying to run the Pocket-Island game by Wooga and have installed all prerequisites
I am attempting to run Nodejs with the Socket.io module. I have installed the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.