This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Loading dynamic web pages which are located in Virtual Rom file system, created by FCARM.

Hi,

Lately, I have tried to include a web server in my project which is based the on the NXP's LPC2378 (ARM) micro controller and has no external flash file system connected. The Web server is using the Virtual Rom file system, created by FCARM.

In my web server I want to use dynamic pages, so I need to write *.cgi and *.cgx to my micro controller's internal memory and being able to open them form the browser.

I have tried and successfully created a file – web.c, using the - FCARM.EXE utility.

This is my web.inp :

~index.htm,

~test.cgi,

~test2.cgi,

~test.htm,

~test.cgx,

~xml_http.js

to Web.c root(..\..\_SW_LIBRARIES\HttpWebInterface\WEB)

I can successfully open both - index.htm and test.htm from my browser but I don't sure why, I can NOT open the test.cgi file.

The browser shows me the message - "The connection was reset".

I use TCP Library version 4.13

Could you please advice me, how can I solve this problem?

Thanks in advance.

0