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
Joakim Erdfelt
9249ebb6ef
Using 9.2.4-SNAPSHOT for branch
2014-09-11 06:10:44 -07:00
Jesse McConnell
9bfeb2221f
[maven-release-plugin] prepare release jetty-9.2.3.v20140905
2014-09-05 09:19:23 -05: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
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
Jan Bartel
9a848e3425
Prevent copy of unncessary apache-jstl jar to distro lib.
2014-08-13 15:42:17 +10:00
Jan Bartel
aedfb662b6
441649 - Update to jsp and el Apache Jasper 8.0.9
2014-08-13 11:01:05 +10:00
Joakim Erdfelt
cb42ef2167
[maven-release-plugin] prepare for next development iteration
2014-07-23 11:18:01 -07:00
Joakim Erdfelt
dc62cb5ac7
[maven-release-plugin] prepare release jetty-9.2.2.v20140723
2014-07-23 11:17:55 -07:00
Jan Bartel
4896672c94
435895 jetty spring module is not in distribution
2014-06-16 12:19:24 +02:00
Jesse McConnell
c3ee0711ca
[maven-release-plugin] prepare for next development iteration
2014-06-09 13:37:54 -05:00
Jesse McConnell
06b494eeac
[maven-release-plugin] prepare release jetty-9.2.1.v20140609
2014-06-09 13:37:49 -05:00
Jesse McConnell
2e859e4ae2
[maven-release-plugin] prepare for next development iteration
2014-05-26 12:04:15 -05:00
Jesse McConnell
71ad2114c5
[maven-release-plugin] prepare release jetty-9.2.0.v20140526
2014-05-26 12:04:08 -05:00
Jesse McConnell
8936b160c2
Merge branch 'master' into release-9
2014-05-26 10:46:39 -05: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
Jesse McConnell
d59dbe936b
[maven-release-plugin] prepare for next development iteration
2014-05-23 09:59:19 -05:00
Jesse McConnell
edc7646a4c
[maven-release-plugin] prepare release jetty-9.2.0.v20140523
2014-05-23 09:59:13 -05:00
Jesse McConnell
6a3cab2a2f
[maven-release-plugin] prepare for next development iteration
2014-05-15 14:44:37 -05:00
Jesse McConnell
eec01cbff4
[maven-release-plugin] prepare release jetty-9.2.0.RC0
2014-05-15 14:44:28 -05:00
Jesse McConnell
4d2fdee7fc
[maven-release-plugin] prepare for next development iteration
2014-05-08 11:44:34 -05:00
Jesse McConnell
4515fe661b
[maven-release-plugin] prepare release jetty-9.2.0.M1
2014-05-08 11:44:27 -05: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
00d61ce133
fixed jsp demo distribution
2014-04-28 15:35:57 +02:00
Greg Wilkins
ce5af1d521
424982 improved PID check in jetty.sh
2014-04-25 12:56:41 +02:00
Greg Wilkins
9a7af6cbd3
readded websocket to demo base
2014-04-10 12:59:07 +10: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
Joakim Erdfelt
077887141f
Updating alpn and npn modules to protonego
2014-04-01 13:09:49 -07:00
Greg Wilkins
c5e1e249e7
set version for 9.2.x
2014-03-31 11:35:06 +11:00
Greg Wilkins
18f75011b4
430490 Added JETTY_SHELL
...
426738 Fixed JETTY_HOME comments
2014-03-21 13:54:23 +11:00
Greg Wilkins
119718d86f
added jetty-quickstart module
2014-03-19 09:56:19 +11:00
Simone Bordet
aa8b79b30a
Integrated the FastCGI module into the distribution.
2014-03-14 13:11:31 +01:00
Greg Wilkins
acbe13a210
430341 - add apache jsp and jstl optional modules
2014-03-14 16:54:03 +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
Jesse McConnell
0ec0d452e9
[maven-release-plugin] prepare for next development iteration
2014-03-07 09:10:08 -06:00