If you are trying to develop the web application. your context root in the local pc and context root in linux box need to be same.I hope you know how to run the web based application in local box.
In the below i am trying to explain the directory structure in blazeds
Example of web application on local box:-
1. Place the blazeds folder in the c: directory
c:\blazeds\tomcat\webapps\XYZ\ here XYZ is the context root.
2. Now place ur swf files and flex bin-debug files in the below directory.
3. In the WEB-INF\classes\ place your java file,WEB-INF\lib place your jar and WEB-INF\flex place your configured messaging-config.xml,proxy-config.xml,remoting-config.xml and services-config.xml.
Example of web application on linux box:-
-- Need to similar configuration in linux box.
1. First, install the tomcat.
2. Create the context root folder as tomcat\webapps\XYZ and place the files as you did in the local box
3. run the tomcat and run ur application
Thanks,
Kiran Singh
--
N.Kiran Singh
mca