I now have Web and FTP services working concurrently under the uC/OS-II kernel. They are using the serial flash as a file store (FAT16). I also have an 'LED blinker' task running at the same time to function as a 'heartbeat' so that I know everything is fine with the kernel while I'm testing Web and FTP. The RCM5700 has successfully served a 'hello world' Java applet to my browser - the next step is to have the applet make a socket connection back to a listening task on the RCM5700.
Comments