![]() |
Mini generic web server (regular- not j2ee) Use together with JOTWebRequestHandlerBase for easy request processing Ex: server=new JOTMiniWebServer(); server.start(8033,MYJOTConfiguratorHandler.class); |
![]() |
Note that this is a "simple" http server (not j2ee) and that not all the request methods are implemented In particular the session and context stuff are not implemented / working. |
![]() |
Implements a minimalistic web server (static content) It just serves content in the root folder and allow browsing/ looking at content within rootFolder and subfolders. |