astrapi69 / jetty-runner

Project to start the jetty web server programmatically in java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jetty-runner

license apache2 Build Status Open Issues Maven Central

The jetty-runner project provides method that can start programmatically the jetty server.

License

The source code is released under the liberal Apache License V2.0, making jetty-runner great for all types of java web applications.

Maven dependency

Maven dependency is now on sonatype.

Check out sonatype repository for latest snapshots and releases.

Add the following maven dependencies to your project pom.xml if you want to import the core functionality:

You can first define the version properties:

<properties>
		...
	<!-- JETTY-RUNNER version -->
	<jetty-runner.version>3.16.1</jetty-runner.version>
		...
</properties>

Add the following maven dependency to your project pom.xml if you want to import the core functionality of jetty-runner-core:

	<dependencies>
		...
		<dependency>
			<groupId>de.alpharogroup</groupId>
			<artifactId>jetty-runner-core</artifactId>
			<version>${jetty-runner.version}</version>
		</dependency>
		...
	</dependencies>

Add the following maven dependency to your project pom.xml if you want to import wicket-jetty9-runner:

		<dependency>
			<groupId>de.alpharogroup</groupId>
			<artifactId>wicket-jetty9-runner</artifactId>
			<version>${jetty-runner.version}</version>
		</dependency>

		<dependency>
			<groupId>de.alpharogroup</groupId>
			<artifactId>jetty-runner-config</artifactId>
			<version>${jetty-runner.version}</version>
		</dependency>

Want to Help and improve it?

The source code for jetty-runner are on GitHub. Please feel free to fork and send pull requests!

Create your own fork of astrapi69/jetty-runner/fork

To share your changes, submit a pull request.

Don't forget to add new units tests on your changes.

Contacting the Developer

Do not hesitate to contact the jetty-runner developers with your questions, concerns, comments, bug reports, or feature requests.

  • Feature requests, questions and bug reports can be reported at the issues page.

Note

No animals were harmed in the making of this library.

Donations

If you like this library, please consider a donation through paypal: PayPal this

or over bitcoin or bitcoin-cash with:

1Jzso5h7U82QCNmgxxSCya1yUK7UVcSXsW

or over ether with:

0xaB6EaE10F352268B0CA672Dd6e999C86344D49D8

or over flattr:

Flattr this

About

Project to start the jetty web server programmatically in java.

License:Other


Languages

Language:Java 100.0%