Donate Share

Tiny Java Web Server

File Release Notes and Changelog

Release Name: version 1.30

Notes:
Work on flexibility and manageability. Some work on providing base J2EE app server services.

Changes: 1. Using Accpetor instead of ServerSocket allowing to use Selector based implementations 2. Separated core embeddable server and a launcher module 3. Improved cookies parsing, management and session support 4. -d option 5. Experimenting with adding base app server services as JNDI and data source. 6. Cookie set problem for some web app fixes 7. Splash screen 8. JSF compatibility 9. addHeader behavior fix