HTTP folder in Evolution OS based products

After upgrading my Evolution OS based product, I no longer see the http folder in the file system.  Where do I load custom web pages?


The Evolution OS upgrade process was changed to a single romz file. This integrates the web pages and firmware into a single file. The web pages no longer have to be loaded separately. The result is that the http folder that the user can see is no longer created.

You can, however, create the folder yourself by going to the Filesystem link on the Evolution based device's web page. Create an http directory, then click on the link created to enter that directory. From inside the http directory, create a config directory. Once you create the /http/config/ folder and place your files in it, the web server will search that folder first before searching the integrated web content.

You can also create the directories using the CLI. Log into the Evolution device and do the following:

tseds8ps>enable
tseds8ps(enable)#
filesystem
tseds8ps(filesystem)#
mkdir http
tseds8ps(filesystem)#
ls
http/
line 1.662 Kbytes (1702 bytes)
tseds8ps(filesystem)#
cd http
tseds8ps(filesystem)#
mkdir config
tseds8ps(filesystem)#
ls
config/
tseds8ps(filesystem)#



[Originally Published On: 06/24/2009 02:05 PM]