3c95144b83
close tag
2014-09-06 22:10:15 +00:00
06525adf3d
Chinese eepsite help from xkimo
2014-06-30 13:23:06 +00:00
3e54b5d544
New Spanish eepsite help page from 'lati2p'
2014-06-19 01:13:17 +00:00
df3442563c
* Eepsite: Updated French help page (thx hummingbird)
2014-06-07 13:13:33 +00:00
96cf1d60c2
* Jetty: Fix eepsite and webapp cache control directives.
...
Eepsite fix for new installs only.
Fix i2psnark BasicServlet javadoc about param prefix.
(ticket #1128 )
2013-11-15 18:51:14 +00:00
6afd2c4b97
* Adding no.i2p registrar
2013-10-29 00:05:06 +00:00
ce2d0b0e12
- Revert expl. default back to 2 hops, wait for next release
...
- Eepsite index.html better help on redirects
- Remove exotrack (again)
2013-09-17 13:53:20 +00:00
0859dbe57f
* i2ptunnel: Reduce buffer size and use cache in HTTPServer
...
* Jetty: Increase maxIdleTime
2013-09-04 00:46:43 +00:00
ebc5e72908
remove commented out setter not supported in jetty 7
2013-06-07 02:00:17 +00:00
689b045a9b
html validation fixes
...
xmllint didn't find these problems (but tidy did).
2013-05-01 19:52:21 +00:00
0f1224de98
* installer: Fix DOS line endings on misc. files (ticket #872 )
...
* SusiDNS:
- Trim and sort config form data
- Fix DOS line endings on config files in Linux (ticket #872 )
2013-04-26 20:32:58 +00:00
648701afdd
* Eepsite: Fix jetty.xml configuration of ThreadPool
2013-04-17 21:06:52 +00:00
57b794f72a
* Jetty logging: Fix logging using I2PLogger class;
...
log ignored messages at debug level
2013-04-14 14:02:43 +00:00
2557a0bd84
increase threads
2013-04-10 17:00:54 +00:00
bb8183d0ee
- Backup up more Jetty 6 config files before migration
...
- Try to avoid zip file closed exceptions
- Fix jetty.xml, switch from deprecated WebAppDeployer to WebAppProvider
2013-04-08 15:29:02 +00:00
f57f49c3c5
propagate from branch 'i2p.i2p' (head f33e0980fd48ba4acda12d2079f2a4834a710ae4)
...
to branch 'i2p.i2p.zzz.jetty7' (head bd1a64f7262ad5bbea3529675f1f055b9ad257a8)
2013-01-13 12:38:05 +00:00
5dfef69688
Add dummy placeholder files to empty eepsite directories
...
git and a few other vcses don't store empty directories....but now these directories
are no longer empty.
2012-12-18 20:50:29 +00:00
de175b80fe
updates
2012-11-22 22:54:11 +00:00
9fc7258537
- Update non-default xml files
...
- Update DTD
2012-11-22 21:42:15 +00:00
50df4b53db
- Clean up WebAppconfiguration
...
- Fix eepsite xml files
- First cut at updating migration code (untested)
2012-11-22 21:17:50 +00:00
5d6d27907d
* Console: Use non-nio connector for Java 5 and JamVM/gij
...
(tickets #715 and #743 )
* SystemVersion: Centralize more methods here
2012-10-14 13:54:08 +00:00
351d582c8f
* Jetty: Add non-NIO selector option (ticket #715 )
2012-09-25 19:21:28 +00:00
269a36c549
* Jetty: Don't use direct byte buffers that may be leaking (ticket #679 )
2012-08-12 11:11:45 +00:00
02bde80725
* Jetty: Don't extract wars
2012-03-17 21:52:17 +00:00
f2a3d597dd
* Jetty: Add I2P mime types to default eepsite config
2012-03-16 12:11:31 +00:00
1aa6367517
orb->org
2012-03-14 12:45:27 +00:00
17f9280b3f
* Jetty:
...
- Set default cache-control for webapps and eepsite
- Disable dir listing for console webapps
* WebAppStarter: Remove static log
2012-03-14 12:04:20 +00:00
f91f83faef
fix broken comment in jetty.xml
2012-03-11 16:46:45 +00:00
a34b674f7d
more comment updates
2012-03-10 21:54:55 +00:00
5ab17da73d
* Simplify default eepsite base and CGI contexts to use a Context
...
instead of a ContextHolder, ServletHandler, and ServletHolder.
This also fixes / which returned a zero-length file,
broken in the last checkin.
2012-03-09 20:00:18 +00:00
e331800898
* Update default eepsite base context to use DefaultServlet
...
instead of ResourceHandler, to provide resume, directory
indexes, caching, etc.
2012-03-09 16:03:27 +00:00
0c77f7a82d
update comments to reflect that we're now using jetty6
2012-03-06 19:25:03 +00:00
404578515b
bundle jmx
2012-01-14 22:20:39 +00:00
33b25b5780
- Fix jetty.xml migrate quote handling
...
- Fix I2PRequestLog javadoc
- Rename jetty-threadpool.jar to jetty-java5-threadpool.jar to match ubuntu symlink
- Bundle jetty-rewrite-handler.jar (20KB) and .xml config to
make it easier to do rewrites (unused by I2P)
2012-01-01 17:57:59 +00:00
be7623a462
- Start webapps after console for faster startup
...
- Add delay in systray port checker to ensure console is up
- Move I2PRequestLog to net.i2p.jetty package
2011-12-29 23:25:27 +00:00
ec7ec564be
- Fix Console concurrent ThreadPool
...
- Uncomment eepsite concurrent ThreadPool and fix arguments
- Reduce eepsite acceptors to 1
- Add jetty-ssl.xml example
- jetty.xml cleanup
2011-12-24 17:09:01 +00:00
41ea29209f
eepsite:
...
- fix cgi-bin
- enable WebAppDeplyer
- add webdefault.xml
2011-12-23 15:17:34 +00:00
92b9d0a996
First cut at migrating to Jetty 6 and prep for using an external
...
Jetty 6 package.
- Add several jars from the Jetty 6 distribution
- Update jetty.xml
- Add context XML files
- Update WorkingDir to migrate the content XML files
- Update RouterConsoleRunner and LocaleWebAppHandler
- Remove all old Jetty 5.1.15 local mods;
this will break Seedless using a custom Server() constructor
- Update I2PRequestLog to be a mod of NCSARequestLog from 6.1.26
- Put I2PRequestLog in its own jar
- Copy MultiPartRequest and other required classes from Jetty 5.1.15
and add it to susimail, as the replacement MultiPartFilter in
Jetty 6 is difficult to migrate to, and does not support content-type
- Update i2psnark for Jetty 6
- Disable i2psnark RunStandalone, unused and instantiated Jetty 5
- Fix up all webapp build.xml to reference new jars
Not yet working: Plugin/webapp run detection and stopping, eepsite CGI
Not well tested: Plugins, classpaths, webapps
2011-12-23 00:56:48 +00:00