I am a flex newby so I am sure this is a 'dumb' problem. Ihave installed
flex.war (FDS) on my J2EE server and successfullystarted it. I changed
the remoting-config.xml file and added thefollowing...
com.theriabook.jms.Portfolio
and the java code exists and has successfully compiled
withinthe flex profject under src folder. I then exported a 'release
build' which produced a bunch offiles including the .html and .swf. I
then copied these files to adirectory I created on the web server. I
then i...