How does the flash component run on the client side know which port to connect to FOP2 service on the server side? I can edit /usr/local/fop2/fop2.cfg but how is that sent client side? I want to change the port that the service runs on.
You must set the web_dir parameter, the server will write a short file with the port to connect to on that directory. The flash client will try to read that file and get the port there, if the file is not found it will default to 4445. So, set the web_dir correctly and everything will work.
Comments