Coder Social home page Coder Social logo

p3-proxy's Introduction

P3 Proxy

An LDP proxy adding the extracting importer API.

Compile and run with

mvn clean install exec:java

You can configure the proxy with the following system properties:

  • proxy.port: specifies the port the proxy should listen to (default: 8181)
  • target.uri: specifies the URI requests should be forwarded to (default: http://localhost:8080)

Example:

mvn -Dtarget.uri=http://fusepool.openlinksw.com/ -Dproxy.port=8080 exec:java

This will start the proxy to listen to port 8080 and forward requests to http://fusepool.openlinksw.com/

As an alternative to running with maven a built exacutable jar can also be used. The jar is located in the target directory and create when building with maven (e.g. mvn install), "--help" shows its usage:

 java -jar proxy-*-jar-with-dependencies.jar --help
 This command has the following arguments: [-T|--target string] [-P|--port int] [-H|--help] 
   -T|--target string   The base URI to which to redirect the requests (hostname is only used to locate target server)
   -P|--port int        The port on which the proxy shall listen
   -H|--help            Show help on command line arguments

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.