Downloads:
16,456
Downloads of v 9.2.3.20140905:
555
Last Update:
11 Sep 2014
Package Maintainer(s):
Software Author(s):
- The Eclipse Foundation
- Software Specific:
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Jetty
This is not the latest version of Jetty available.
- 1
- 2
- 3
9.2.3.20140905 | Updated: 11 Sep 2014
- Software Specific:
- Software License
- Package Specific:
- Possible Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
16,456
Downloads of v 9.2.3.20140905:
555
Maintainer(s):
Software Author(s):
- The Eclipse Foundation
Jetty 9.2.3.20140905
This is not the latest version of Jetty available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by The Eclipse Foundation. The inclusion of The Eclipse Foundation trademark(s), if any, upon this webpage is solely to identify The Eclipse Foundation goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Validation Testing Unknown
Verification Testing Unknown
Scan Testing Successful:
No detections found in any package files
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Jetty, run the following command from the command line or from PowerShell:
To upgrade Jetty, run the following command from the command line or from PowerShell:
To uninstall Jetty, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download jetty --internalize --version=9.2.3.20140905 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade jetty -y --source="'INTERNAL REPO URL'" --version="'9.2.3.20140905'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade jetty -y --source="'INTERNAL REPO URL'" --version="'9.2.3.20140905'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install jetty
win_chocolatey:
name: jetty
version: '9.2.3.20140905'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'jetty' do
action :install
source 'INTERNAL REPO URL'
version '9.2.3.20140905'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller jetty
{
Name = "jetty"
Version = "9.2.3.20140905"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'jetty':
ensure => '9.2.3.20140905',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved by moderator mwrock on 26 Oct 2014.
Jetty servlet engine and HTTP server. Jetty provides an Web server and javax.servlet container, plus support for SPDY, Web Sockets, OSGi, JMX, JNDI, JASPI, AJP and many other integrations.
<?xml version='1.0' encoding='utf-8'?>
<Jobs>
<ApplicationJob xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Guid="8a1dd1f6-8adb-4153-8ee4-83a1cbc28de1">
<WebsiteUrl />
<UserAgent />
<UserNotes />
<LastFileSize>13370417</LastFileSize>
<LastFileDate>2014-07-29T17:41:41+02:00</LastFileDate>
<IgnoreFileInformation>false</IgnoreFileInformation>
<DownloadBeta>Default</DownloadBeta>
<DownloadDate xsi:nil="true" />
<CheckForUpdatesOnly>false</CheckForUpdatesOnly>
<VariableChangeIndicator />
<CanBeShared>true</CanBeShared>
<ShareApplication>false</ShareApplication>
<ExclusiveDownload>false</ExclusiveDownload>
<HttpReferer />
<SetupInstructions />
<Variables>
<item>
<key>
<string>version</string>
</key>
<value>
<UrlVariable>
<RegexRightToLeft>false</RegexRightToLeft>
<VariableType>RegularExpression</VariableType>
<Regex>jetty-distribution-([A-Za-z0-9\.-]*).tar.gz.md5&</Regex>
<Url>http://download.eclipse.org/jetty/stable-9/dist/</Url>
<Name>version</Name>
</UrlVariable>
</value>
</item>
</Variables>
<ExecuteCommand />
<ExecutePreCommand />
<ExecuteCommandType>Batch</ExecuteCommandType>
<ExecutePreCommandType>Batch</ExecutePreCommandType>
<Category />
<SourceType>FixedUrl</SourceType>
<PreviousLocation>c:\chocolatey\_work\jetty-distribution-9.2.2.v20140723.zip</PreviousLocation>
<DeletePreviousFile>true</DeletePreviousFile>
<Enabled>true</Enabled>
<FileHippoId />
<LastUpdated>2014-07-30T22:19:25.589151+02:00</LastUpdated>
<TargetPath>c:\chocolatey\_work\</TargetPath>
<FixedDownloadUrl>http://mirror.netcologne.de/eclipse/jetty/stable-9/dist/jetty-distribution-{version}.zip</FixedDownloadUrl>
<Name>jetty</Name>
</ApplicationJob>
</Jobs>
$packageName = "jetty"
$binRoot = Get-BinRoot
$installDir = Join-Path $binRoot $packageName
# Uninstall
if (!$installDir -or !(Test-Path $installDir) -or $installDir -eq "C:\") {
Write-Host -foregroundcolor red "Installation folder not found, please uninstall manually."
}
else {
Echo ("Removing " + $installDir + "...")
rd -Force -Recurse $installDir
}
Log in or click on link to see number of positives.
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Jetty 11.0.7 | 446 | Wednesday, October 13, 2021 | Approved | |
Jetty 11.0.6 | 141 | Thursday, July 8, 2021 | Approved | |
Jetty 11.0.5 | 121 | Tuesday, June 15, 2021 | Approved | |
Jetty 11.0.3 | 136 | Sunday, May 23, 2021 | Approved | |
Jetty 11.0.2 | 143 | Wednesday, March 31, 2021 | Approved | |
Jetty 11.0.1 | 110 | Monday, March 8, 2021 | Approved | |
Jetty 9.4.35.20201120 | 251 | Tuesday, November 24, 2020 | Approved | |
Jetty 9.4.34.20201102 | 153 | Thursday, November 5, 2020 | Approved | |
Jetty 9.4.33.20201020 | 150 | Friday, October 23, 2020 | Approved | |
Jetty 9.4.32.20200930 | 163 | Friday, October 2, 2020 | Approved | |
Jetty 9.4.31.20200723 | 192 | Saturday, August 1, 2020 | Approved | |
Jetty 9.4.30.20200611 | 203 | Saturday, June 13, 2020 | Approved | |
Jetty 9.4.29.20200521 | 167 | Saturday, May 23, 2020 | Approved | |
Jetty 9.4.28.20200408 | 225 | Saturday, April 11, 2020 | Approved | |
Jetty 9.4.27.20200227 | 228 | Saturday, February 29, 2020 | Approved | |
Jetty 9.4.26.20200117 | 222 | Saturday, January 25, 2020 | Approved | |
Jetty 9.4.20.20190813 | 278 | Friday, September 20, 2019 | Approved | |
Jetty 9.4.19.20190610 | 240 | Tuesday, July 30, 2019 | Approved | |
Jetty 9.4.18.20190429 | 245 | Sunday, June 2, 2019 | Approved | |
Jetty 9.4.17.20190418 | 235 | Sunday, April 28, 2019 | Approved | |
Jetty 9.4.16.20190411 | 206 | Friday, April 19, 2019 | Approved | |
Jetty 9.4.15.20190215 | 254 | Tuesday, March 5, 2019 | Approved | |
Jetty 9.4.14.20190104 | 259 | Friday, January 4, 2019 | Approved | |
Jetty 9.3.9.20160517 | 1039 | Thursday, May 19, 2016 | Approved | |
Jetty 9.3.8.20160314 | 450 | Wednesday, March 16, 2016 | Approved | |
Jetty 9.3.7.20160115 | 438 | Saturday, February 27, 2016 | Approved | |
Jetty 9.3.6.20151106 | 472 | Sunday, November 15, 2015 | Approved | |
Jetty 9.3.5.20151012 | 469 | Thursday, October 15, 2015 | Approved | |
Jetty 9.3.3.20150827 | 469 | Tuesday, September 8, 2015 | Approved | |
Jetty 9.3.2.20150730 | 458 | Wednesday, August 5, 2015 | Approved | |
Jetty 9.3.1.20150714 | 444 | Friday, July 17, 2015 | Approved | |
Jetty 9.3.0.20150612 | 410 | Tuesday, June 16, 2015 | Approved | |
Jetty 9.2.11.20150529 | 457 | Sunday, May 31, 2015 | Approved | |
Jetty 9.2.10.20150310 | 444 | Wednesday, April 1, 2015 | Approved | |
Jetty 9.2.9.20150224 | 460 | Friday, February 27, 2015 | Approved | |
Jetty 9.2.8.20150217 | 416 | Saturday, February 21, 2015 | Approved | |
Jetty 9.2.7.20150116 | 458 | Thursday, January 22, 2015 | Approved | |
Jetty 9.2.6.20141205 | 506 | Friday, December 12, 2014 | Approved | |
Jetty 9.2.5.20141112 | 467 | Saturday, November 15, 2014 | Approved | |
Jetty 9.2.4.20141103 | 472 | Thursday, November 6, 2014 | Approved | |
Jetty 9.2.3.20140905 | 555 | Thursday, September 11, 2014 | Approved | |
Jetty 9.2.2.20140723 | 521 | Wednesday, July 30, 2014 | Approved | |
Jetty 9.2.1.20140609 | 510 | Saturday, June 14, 2014 | Approved | |
Jetty 9.2.0 | 527 | Friday, May 30, 2014 | Approved | |
Jetty 9.1.5 | 562 | Sunday, May 18, 2014 | Approved | |
Jetty 9.1.4.2 | 498 | Sunday, April 13, 2014 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Jetty and the Jetty package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Jetty, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.