skip to main
|
skip to sidebar
Geeking Spree
Programming, Design, Scaling and Geeking
How to start Jetty 9 on a custom port ?
By default, Jetty 9 starts on port 8080. If you want to change it add
jetty.port
argument to Jetty start command:
java -jar start.jar jetty.port=80
In the above example Jetty starts on port 80.
0 comments :: How to start Jetty 9 on a custom port ?
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Labels
Apache Maven
(3)
APPDATA
(1)
application models
(1)
apt-get
(1)
ArgoUML
(1)
asciiquarium
(1)
bash
(1)
blogger.com
(1)
business logic
(1)
class diagram
(1)
CRUD
(1)
data model
(1)
Database
(1)
database diagram
(1)
domain model
(1)
Dynamic Web Project
(1)
EAR
(1)
eclipse ide
(1)
Eclipse Indigo
(2)
eclipse plugins
(1)
EJB
(1)
Facelets Code comment
(1)
Faces
(1)
Geeking spree feed ...
(1)
git
(1)
gti
(1)
Hibernate
(1)
html xmlns
(1)
http-proxy-host
(1)
http-proxy-password
(1)
http-proxy-port
(1)
http-proxy-username
(1)
IFTTT
(1)
J2EE
(1)
J2EE Tutorial
(4)
Java EE
(1)
javax.faces.FACELETS_SKIP_COMMENTS
(1)
JBoss 7.1
(2)
JBoss Tools 3.3
(1)
Jetty 9
(1)
jetty.port
(1)
JSF
(2)
JSF 2.0 Code comment
(1)
JSF Tutorial
(4)
linux
(1)
ls
(1)
Maven archetypes
(1)
Maven installation
(1)
Maven on Mac
(1)
Maven on OSX
(1)
Maven tutorial
(2)
model layer
(1)
MySQL
(3)
MySQL 5.5 Server
(1)
MySQL Workbench
(1)
PrimeFaces
(1)
PrimeFaces 3.5
(1)
proxy
(2)
proxy host
(1)
proxy password
(1)
proxy port
(1)
proxy server
(1)
sl
(1)
software
(4)
SQL
(1)
Subversion
(1)
SVN
(1)
technology
(3)
Tutorials
(6)
ubuntu
(1)
UML
(1)
Use case
(1)
use case diagram
(1)
webapp
(1)
wordpress.com
(1)
Blog Archive
▼
2013
(18)
►
October
(1)
►
August
(3)
►
June
(2)
►
May
(1)
►
April
(2)
▼
March
(6)
JSF 2.0 Source Code Comment
How to start Jetty 9 on a custom port ?
How to set up Subversion client proxy ?
Implementing a TODO list application in Hibernate ...
How to completely remove MySQL 5.5 Server on Ubunt...
Designing a domain model for a TODO list application
►
February
(3)
0 comments :: How to start Jetty 9 on a custom port ?
Post a Comment