
6,648
Downloads
207
Downloads of v 9.2.8.20150217
2/21/2015
Last update
Jetty
9.2.8.20150217
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.
To install Jetty, run the following command from the command line or from PowerShell:
C:\> choco install jetty
--version 9.2.8.20150217
To upgrade Jetty, run the following command from the command line or from PowerShell:
C:\> choco upgrade jetty
--version 9.2.8.20150217
Files
Hide- tools\chocolateyUninstall.ps1
Show
$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 }
- tools\chocolateyInstall.ps1
Show
$packageName = 'jetty' $downloadUrl = 'http://mirror.netcologne.de/eclipse/jetty/stable-9/dist/jetty-distribution-9.2.8.v20150217.zip' $downloadUrl -match "dist/(.*)\.zip" $fileName = $matches[1] $validExitCodes = @(0) $installDir = Join-Path $(Get-BinRoot) $packageName $installSubDir = Join-Path $installDir $fileName #Install Install-ChocolateyZipPackage "$packageName" "$downloadUrl" "$installDir" # Move from subdir (e.g. jetty-v43253.543.45) in zip file to install root (jetty). This to support uninstall mv -Force (Join-Path $installSubDir "*") $installDir rd $installSubDir # Report completed write-host ($packageName + " installed to ") -NoNewLine write-host -foregroundcolor Yellow $installDir
Virus Scan Results
- jetty.9.2.8.20150217.nupkg (58090f2c2d85) - ## / 57 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Tags
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
Jetty 9.4.14.20190104 | 47 | Friday, January 4, 2019 | approved |
Jetty 9.3.9.20160517 | 785 | Thursday, May 19, 2016 | approved |
Jetty 9.3.8.20160314 | 241 | Wednesday, March 16, 2016 | approved |
Jetty 9.3.7.20160115 | 210 | Saturday, February 27, 2016 | approved |
Jetty 9.3.6.20151106 | 281 | Sunday, November 15, 2015 | approved |
Jetty 9.3.5.20151012 | 249 | Thursday, October 15, 2015 | approved |
Jetty 9.3.3.20150827 | 250 | Tuesday, September 8, 2015 | approved |
Jetty 9.3.2.20150730 | 236 | Wednesday, August 5, 2015 | approved |
Jetty 9.3.1.20150714 | 232 | Friday, July 17, 2015 | approved |
Discussion for the Jetty Package
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.