Switch to desktop version  
Develop its own little webserver - Printable Version

+- Ewon Technical Forum (https://techforum.ewon.biz)
+-- Forum: Development (https://techforum.ewon.biz/forum-50.html)
+--- Forum: Java (https://techforum.ewon.biz/forum-53.html)
+--- Thread: Develop its own little webserver (/thread-810.html)



Develop its own little webserver - simon - 18-01-2019

Hi Guys,

Here is a little example of a custom web server developed in JAVA.
The JAVA web server must of course use another port than the eWON embedded web server (Here I used 8080)

Simon


RE: Develop its own little webserver - HarmGroth - 13-02-2020

Simon,

I see that this post has been over a year old but I was wondering if this still works on the new firmware with JavaSE?
In the files it mentions JavaME and I was wondering if the same commands still exist in the new firmware with JavaSE?

Thank you very much

Harm


RE: Develop its own little webserver - simon - 14-02-2020

Harm,

Yes, it should work with JAVASE (Firmware > 12.2)

Simon