I’m trying to make the NETOS 3.0 Web Server serve my browser a very simple JAVA Applet. The HTML page works fine when I test it offline or on my PC with the Apache server. When I use the same web page on my NETOS board, the applet does not work at all! I’ve debugged the AppSearchURL() in the “url.c” file: The JAVA applet code is NEVER requested. What’s the wrong? What should a HTML page with an applet look like for NETOS web server to treat it properly!???
When you pass your page from the utility to concert the html content to C strings did you also pass the java applet as well if not, the applet won’t be functional.