Joakim Erdfelt
733cc71791
Reworking jetty.home warning to be a module instead.
...
+ This will cause it to be logged using the configured logger as well.
2014-10-29 15:31:14 -07:00
Joakim Erdfelt
8a72a153a1
Merge branch 'jetty-9.2.x'
2014-10-28 12:32:55 -07:00
Joakim Erdfelt
af5f9382a4
449001 - Remove start.d directory from JETTY_HOME
...
+ Reworking warning to be optional but still start Jetty also.
+ Leaving start.d out of {jetty.home} still.
2014-10-28 10:28:17 -07:00
Joakim Erdfelt
9dd0db8eeb
449001 - Remove start.d directory from JETTY_HOME
...
+ Removed start.d from {jetty.home}
+ Removed most of start.ini content as well
+ DID NOT remove or alter start.d functionality from start.jar
+ DID NOT remove or alter demo-base/start.d/ example
+ Made running jetty from {jetty.home} simply show a warning message
+ DID NOT remove ability to run jetty from {jetty.home}
Just made it a manual process requiring intention on behalf of the
user
2014-10-28 09:04:25 -07:00
Greg Wilkins
758ce66c8d
Merge remote-tracking branch 'origin/jetty-9.2.x'
...
Conflicts:
jetty-websocket/pom.xml
tests/test-sessions/test-mongodb-sessions/pom.xml
2014-10-10 08:53:43 +11:00
Joakim Erdfelt
eee2ab0f10
445979 - jetty.sh fails to start when start-stop-daemon does not exist and the user is not root
...
+ Adding better JETTY_USER test into jetty.sh
2014-10-08 14:54:00 -07:00
Joakim Erdfelt
ab58438600
396569 - 'bin/jetty.sh stop' reports 'OK' even when jetty was not
...
running
+ Validating PID file and contents a bit more
2014-09-24 12:54:38 -07:00
Joakim Erdfelt
45bcb6df3a
396572 - Starting jetty from cygwin is not working properly
...
+ Fixing #!/usr/bin/env bash
(it had extra spaces at end which breaks env lookup on cygwin)
+ Using cygpath -w liberally to allow java started from cygwin
to find resources using windows specific path names.
2014-09-24 10:47:26 -07:00
Joakim Erdfelt
840316797d
376365 - "jetty.sh start" returns 0 on failure
...
+ simple hack to produce error 1 on xml validation issue
2014-09-24 10:47:26 -07:00
Jan Bartel
b0a3d0a159
443893 Make a module for weld
2014-09-12 15:10:31 +10:00
Greg Wilkins
b02cdc10c1
Merge remote-tracking branch 'origin/master' into jetty-http2
2014-08-22 16:11:47 +10:00
Greg Wilkins
589d05afe0
Added 3rd party module licenses
2014-08-22 11:48:55 +10:00
Jesse McConnell
8619a12ca0
Revert "added console modules"
...
This reverts commit fb53617a55
.
2014-08-21 08:30:34 -05:00
Jesse McConnell
39d597da74
Revert "Improved console modules to put wars in lib"
...
This reverts commit 49f0e7af43
.
2014-08-21 08:30:19 -05:00
Jesse McConnell
9baae458a4
Revert "improved jamon configuration"
...
This reverts commit b7408757c3
.
2014-08-21 08:27:50 -05:00
Greg Wilkins
23eba39748
Merge remote-tracking branch 'origin/master' into jetty-http2
2014-08-21 16:39:45 +10:00
Greg Wilkins
b7408757c3
improved jamon configuration
2014-08-21 16:03:27 +10:00
Greg Wilkins
49f0e7af43
Improved console modules to put wars in lib
2014-08-21 15:45:55 +10:00
Greg Wilkins
fb53617a55
added console modules
2014-08-21 14:03:38 +10:00
Greg Wilkins
af27566d2b
fixed JSP issues
2014-08-21 11:42:21 +10:00
Simone Bordet
814c84a212
Introduced configuration properties for ALPN/NPN advertised protocols.
...
No more need to copy protonego-alpn.xml to a jetty.base to specify
which protocols are advertised and in which order.
Instead, simply specify:
alpn.protocols=h2-14,http/1.1
alpn.defaultProtocol=http/1.1
in start.ini (in the example above for http2).
2014-08-12 18:54:33 +02:00
Simone Bordet
d2fa4dca60
Introduced configuration properties for ALPN/NPN advertised protocols.
...
No more need to copy protonego-alpn.xml to a jetty.base to specify
which protocols are advertised.
Instead, simply specify:
protonego.protocols=h2-14,http/1.1
protonego.defaultProtocol=http/1.1
in start.ini (in the example above for http2).
2014-08-11 23:59:26 +02:00
Greg Wilkins
287e86b7aa
decomposed https,http2 and spdy modules to share ServerConnector
2014-08-07 12:58:12 +10:00
Greg Wilkins
3f95a601df
jetty.sh start-stop-daemon runs in JETTY_BASE
2014-05-26 17:06:22 +02:00
Greg Wilkins
4fa5a5ff81
fixed JETTY_PID in jetty.sh
2014-05-26 16:59:36 +02:00
Greg Wilkins
8e43129a2b
fixed JETTY_STATE to use JETTY_ARGS
2014-05-26 15:03:23 +02:00
Simone Bordet
80f6266c21
Using spaces instead of tabs.
2014-05-26 12:28:12 +02:00
Greg Wilkins
5edf15241b
started mechanism uses Properties
...
list Properties in --dry-run
fix start log file
2014-05-25 22:54:15 +02:00
Jan Bartel
dfb751c331
Make clear org.apache.jasper.compiler.disablejsr199 only applies to glassfish
2014-05-07 15:43:46 +02:00
Jan Bartel
9c9eed1d33
Make clear org.apache.jasper.compiler.disablejsr199 only applies to gla
2014-05-07 15:42:34 +02:00
Greg Wilkins
ce5af1d521
424982 improved PID check in jetty.sh
2014-04-25 12:56:41 +02:00
Greg Wilkins
303fa57eaf
improved protonego module structure to avoid ini files of parameterized modules
2014-04-03 16:50:33 +11:00
Greg Wilkins
157a54ec5c
430341 Use apache jsp/jstl by default in 9.2.0
2014-04-03 14:16:13 +11:00
Greg Wilkins
18f75011b4
430490 Added JETTY_SHELL
...
426738 Fixed JETTY_HOME comments
2014-03-21 13:54:23 +11:00
Joakim Erdfelt
2afd16ec39
427368 - start.sh fails quietly on command line error
...
+ Correcting bad --daemon use
+ Adding start-log-file command line instead
+ Adding feedback about start-log-file use
2014-03-11 14:29:11 -07:00
Greg Wilkins
84fa579ec7
429616 Use UTF-8 encoding for XML
2014-03-10 15:23:08 +11:00
Joakim Erdfelt
5cdd27b7b9
Merge branch 'master' of ssh://git.eclipse.org/gitroot/jetty/org.eclipse.jetty.project
2014-01-13 19:13:32 -07:00
Joakim Erdfelt
1cad68b263
Windows file mod (0755 to 0655) changes
2014-01-13 19:13:19 -07:00
Joakim Erdfelt
e99ad50a90
Fixing README
2013-12-18 05:54:11 -07:00
Simone Bordet
7a235e6e69
423397 - Jetty server does not run on Linux server startup because of
...
a bug in jetty.sh script.
Fixed by using the "*" instead of "+" for numbers so that sed does not
complain and it's also non-GNU compliant.
2013-12-10 16:42:39 +01:00
Joakim Erdfelt
3ad20296ae
Removing bogus file
2013-11-15 16:35:09 -07:00
Joakim Erdfelt
753a53f77f
More overhaul of the startup scripts
2013-11-15 16:34:35 -07:00
Jan Bartel
2824d91336
Remove old javadoc.xml from distro
2013-11-11 14:09:25 +11:00
Simone Bordet
1f140548fa
Updated to use a $NAME variable to create PID and state files,
...
correcting also locations where these are stored (in jetty.base rather
than jetty.home).
2013-11-07 23:46:55 +01:00
Greg Wilkins
660cf58a51
improved jetty.sh for JETTY_BASE
2013-11-07 23:28:22 +11:00
Joakim Erdfelt
5965e695fa
Cleaning up modules
2013-10-24 14:06:50 -07:00
Joakim Erdfelt
cc9c19fd9d
Merge branch 'master' into jetty-9.1
2013-09-23 11:18:04 -07:00
Joakim Erdfelt
0e34cdf7d8
417831 - Remove jetty-logging.properties from distro/resources
2013-09-23 11:17:32 -07:00
Greg Wilkins
8449ccc873
415826 modules initialised with --add-to-start and --add-to-startd
2013-09-16 11:53:46 +10:00
Greg Wilkins
822f5d2a0f
417108 - demo-base uses HTTPS
2013-09-13 13:02:27 +10:00
Jan Bartel
0abeb876dc
Update start.ini to handle different versions of npn boot jar
2013-09-12 12:37:50 +10:00
Thomas Becker
9008210c2e
setuid.mod, ext.mod fix module errors
2013-09-06 17:34:28 +02:00
Greg Wilkins
ace43502ad
refined start.jar mechanism to align with updated documentation
2013-09-06 16:10:03 +10:00
Greg Wilkins
c9ddc8f345
415826 start.jar replace --enable with --module-ini
...
Fixed up comments in start.ini
2013-08-30 16:30:39 +10:00
Joakim Erdfelt
a5addbeb5a
jetty-distribution / making demo-base function?
2013-08-29 15:26:31 -07:00
Jesse McConnell
ac30f5c9bd
update other jetty mods to new format
2013-08-29 16:39:28 -05:00
Greg Wilkins
e5b4f37b62
renamed README.txt to README.TXT and updated contents
2013-08-29 00:32:36 +10:00
Greg Wilkins
c1bd267c17
415826 start.jar replace --enable with --initialize
2013-08-28 15:41:27 +10:00
Greg Wilkins
d66778ad06
415826 start.jar module --enable and --disable
...
morphed mechanism into --initialize based templates
2013-08-28 09:30:03 +10:00
Joakim Erdfelt
866a9c96d2
jetty-start / removing --module= references in start.ini
...
+ making sure that demo.mod starts jetty appropriately.
+ making sure that --disable-module=demo works as advertised with
jetty-distribution
2013-08-26 16:47:08 -07:00
Joakim Erdfelt
14ec13000d
Moving demo related files in distro to ${jetty.base}/demo/ directory
2013-08-26 09:50:31 -07:00
Greg Wilkins
e224ba5e94
415831 - rename ini keyword from MODULES= to --module=
...
Also cleaned up output from --list-modules to include the source of
module enabling.
2013-08-26 10:53:16 +10:00
Joakim Erdfelt
e36ce2743e
414635 Modular start.d and jetty.base property
...
+ More *.mod definition updates
+ Some safety checks in Module edge addition to prevent duplicates
+ Minor updates to README in jetty-start
2013-08-23 15:47:50 -07:00
Joakim Erdfelt
a396563340
414635 Modular start.d and jetty.base property
...
+ More work on startup of real jetty server.
2013-08-22 14:52:02 -07:00
Joakim Erdfelt
5b2d9bc825
More work to get jetty to start
2013-08-22 12:45:52 -07:00
Jesse McConnell
6ef6841a2e
add modules directory
2013-08-22 12:04:11 -05:00
Jesse McConnell
8efba9fb40
bring back start.ini
2013-08-22 11:59:07 -05:00
Greg Wilkins
9bb6d91742
414635 Modular start.d and jetty.base property
...
dependencies
2013-08-20 17:04:20 +10:00
Greg Wilkins
bead95314a
414635 Modular start.d and jetty.base property
...
Added more info in README.TXT files
2013-08-19 13:22:02 +10:00
Jesse McConnell
42387785bd
fix start.ini
2013-08-15 12:07:47 -05:00
Greg Wilkins
145f544861
414635 Modular start.d and jetty.base property
...
Added --enable and --disable
2013-08-15 22:57:43 +10:00
Greg Wilkins
dcf98fd675
414635 Modular start.d and jetty.base property
...
Made https and spdy mutually exclusive
2013-08-08 18:07:42 +10:00
Greg Wilkins
21e7b67cc7
414635 Modular start.d and jetty.base property
2013-08-08 17:53:52 +10:00
Joakim Erdfelt
6278f8eb30
JSR-356 - making the JSR happy enough to start
2013-08-06 09:32:49 -07:00
Joakim Erdfelt
12f6853900
WebSocket - enabling WebSocket on distribution
2013-08-06 09:20:02 -07:00
Greg Wilkins
2d3f0bfe0b
412466 Improved search for unset JETTY_HOME
2013-07-08 14:27:13 +10:00
Jesse McConnell
4db892d6b3
update links on root context of distro
2013-06-21 11:29:02 -05:00
Greg Wilkins
53270e7edb
410522 JETTY_PORT sets jetty.port property instead of -Djetty.port
2013-06-12 13:13:09 +10:00
Greg Wilkins
affc41ddf5
fixed comment
2013-05-10 19:47:01 +10:00
Thomas Becker
7448c4fe57
add https listener config to 900-demo.ini
2013-05-07 10:46:11 +02:00
Greg Wilkins
b89de0346d
updated jndi, jaas and annotation tests to webapps.demo
2013-05-06 16:16:43 +10:00
Greg Wilkins
d3f33909c2
improved comments for ini files
2013-05-06 09:26:14 +10:00
Greg Wilkins
369a13d265
405327 Modular start
...
reverted to a single start.ini file until multiple files are fully reviewed
2013-05-02 09:23:49 +10:00
Greg Wilkins
ce0c37cd6c
renamed
2013-05-02 08:28:01 +10:00
Greg Wilkins
7ce709519a
405327 Merge branch jetty-9-modularstart
2013-04-29 15:44:56 +10:00
Greg Wilkins
9558d7e815
modular start.ini files and --download start option
2013-04-26 13:53:28 +10:00
Greg Wilkins
31b6d341d0
405530 Fixed root value for JETTY_START in jetty.sh
2013-04-22 12:40:41 +10:00
Greg Wilkins
ea60965803
404323 Improved parameterization of https and SPDY
2013-03-28 17:09:29 +11:00
Greg Wilkins
ab373a5503
404323 Improved parameterization of https and SPDY
2013-03-26 15:03:15 +11:00
Greg Wilkins
9079bae9c0
404323 Improved parameterization of https and SPDY
2013-03-26 13:38:28 +11:00
Greg Wilkins
948b260b7d
Merge remote-tracking branch 'origin/jetty-8'
2013-03-22 12:59:28 +11:00
Greg Wilkins
50119acb66
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
2013-03-22 12:58:55 +11:00
Greg Wilkins
e553e2ec1f
403281 jetty.sh waits for started or failure before returning
2013-03-22 12:58:31 +11:00
Greg Wilkins
ba920bf09e
updated npn example
2013-03-22 11:59:38 +11:00
Greg Wilkins
2858a2587e
Merge remote-tracking branch 'origin/jetty-8'
2013-03-22 11:55:39 +11:00
Greg Wilkins
e4fb243adf
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
2013-03-22 11:54:44 +11:00
Greg Wilkins
61be691a0c
403281 jetty.sh waits for started or failure before returning
2013-03-22 11:54:09 +11:00
Greg Wilkins
662de165a4
Merge remote-tracking branch 'origin/jetty-8'
2013-03-22 11:34:26 +11:00
Greg Wilkins
ea5fcfd20d
Merge remote-tracking branch 'origin/jetty-7' into jetty-8
2013-03-22 11:32:53 +11:00
Greg Wilkins
e083f9d95a
403281 jetty.sh waits for started or failure before returning
2013-03-22 11:31:15 +11:00