I looked at the HTTP headers but for the 4. case, there is not any response
header when the expected action performed.
Everything seems fine for the first three case. I can see the xml content
that is coming from jsp clearly.
Do you have any idea about that?
Thanks

2010/5/10 Raju Bitter <[email protected]>

> Did you look into the HTTP response headers? What are you seeing there?
>
>
> On Mon, May 10, 2010 at 2:37 PM, cem sonmez <[email protected]> wrote:
>
>> Hi all
>> I am not sure that if this is an openlaszlo issue. But anyway, someone
>> here may help me to work out this problem.
>>
>> At first, the following problem just occurs if I deploy the swf
>> application on the web server and run the application on the web.
>> There is a red5 server application and at the openlaszlo side, one local
>> dataset refers to a JSP on the server application and gets a xml result.
>> Then a grid uses this dataset as the datapath.
>>
>> <dataset name="dset" id="dset" type="http" querytype="POST"
>> src="http://server-static-ipv4-address:5080/fi6en/myjsp.jsp";
>> autorequest="true"/>
>> <grid name="videoGrid" datapath="local:classroot.dset:/videos"
>> contentdatapath="video" />
>>
>> [1]- When I run the lzx on the browser like :
>>
>> http://localhost:8080/lps-4.7.2/workspace-laszlo/client/fi6en.lzx?lzr=swf10&debug=true
>> Dataset gets the xml with no problem. OK
>> [2]- When I run the swf which has been generated by using "solo deploy" of
>> openlaszlo developer console, like
>> file:///home/cem/Desktop/client/fi6en.lzx.swf10.swf
>> Dataset gets the xml with no problem. OK
>> [3]- When I run the application on localhost without changing nothing on
>> [2], like
>> http://localhost/client/fi6en.lzx.swf10.swf
>> Dataset gets the xml with no problem. OK
>>
>> [4]- When I run the application on the web without changing nothing on
>> [2], like
>> http://fi6en.comu.edu.tr/client/fi6en.lzx.swf10.swf
>> *Dataset can not get the xml from jsp. FAILS*
>> I get no errors on the server application console.
>>
>> Even I canT reason anything, got stuck here.
>> Did any of you faced such like problem before?
>> Thanks
>> Kind regards
>>
>> --
>> Cem SONMEZ
>>
>>
>


-- 
Cem SONMEZ

Reply via email to