Hi Christopher, Christopher Schultz schrieb: > When you say "embeds a Flash object within a JSP page", do you mean that > your JSP generates a .swf document, or are you saying that the HTML your > JSP generates causes a .swf document to be fetched by the browser? > > The latter. > > Wow, does MSIE actually crash? Sounds like you are serving a broken .swf > file and the plug-in is crashing. What version of MSIE are you running? > What version of the Flash plug-in? > > I use IE 7. Flash Plugin is version 9. > If you don't include the Flash document embedded in the HTML document, > does MSIE still crash? Try simply using HTML comments to remove it: > > <!-- > <embed src="...." /> > - --> > > unfortunately to no avail. > > Interesting. So, if you generate an HTML page (say, using Firefox) using > this JSP and then browse it using MSIE, everything is okay? It's only > when you use the JSP dynamically with MSIE that it breaks? > > No, it breaks all the time. I do not know what is causing the breaking of IE which is odd. I tried commenting out the taglib parts, but nothing helped. > > How about an access log instead of the mod_jk one? > > ttp://[mysite]/jsp-examples/ct/flamingo-mc_2_0_5/flamingo/flamingo.swf?config=../config/test.xml" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)" 62.178.150.151 - - [19/May/2009:23:28:43 +0200] "GET /jsp-examples/ct/flamingo-mc_2_0_5/config/test.xml?noCache=1242768521960 HTTP/1.1" 200 10937 "http://[mysite]/jsp-examples/ct/flamingo-mc_2_0_5/flamingo/flamingo.swf?config=../config/test.xml" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)" 62.178.150.151 - - [19/May/2009:23:28:51 +0200] "GET /cgi-bin/mapserv?map=/var/www/cubedata/result_test_map_no_postgis.map&VERSION=1.1.1&VERSION=1.1.1&REQUEST=GetMap&SERVICE=WMS&STYLES=default,default&TRANSPARENT=TRUE&SRS=EPSG:31287000&EXCEPTIONS=application/vnd.ogc.se_xml&LAYERS=europa_mm5,ggrenz92&FORMAT=image/png&HEIGHT=444&WIDTH=164&BBOX=149704.680335125,-1125960.27520424,1141359.20986683,1558762.96328403 HTTP/1.1" 200 9015 "http://[mysite]/jsp-examples/ct/flamingo-mc_2_0_5/flamingo/fmc/LayerOGWMS.swf" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)" 62.178.150.151 - - [19/May/2009:23:28:51 +0200] "GET /cgi-bin/mapserv?map=/var/www/cubedata/result_map_test.map&SERVICE=WMS&VERSION=1.1.1&VERSION=1.1.1&REQUEST=GetMap&STYLES=default,default,default,default,default,default&TRANSPARENT=TRUE&SRS=EPSG:31287000&EXCEPTIONS=application/vnd.ogc.se_xml&LAYERS=europa_mm5,ggrenz92,d02,results,results_temp,poi&FORMAT=image/png&HEIGHT=444&WIDTH=504&BBOX=29189.1891891893,-250000,1050810.81081081,650000 HTTP/1.1" 200 28771 "http://[mysite]/jsp-examples/ct/flamingo-mc_2_0_5/flamingo/fmc/LayerOGWMS.swf" "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30618)"
Nothing special I guess... >> <j:jscall name="f" >> url="http://[mysite]/jsp-examples/ct/ClimateConnector.jsp"/> >> <j:jscall name="f2" >> url="http://[mysite]/jsp-examples/ct/ClimateConnectorTemp.jsp"/> >> > > So, what HTML does this generate? I must admit, I don't understand the > usefulness of this tag library, since you can use <jsp:include> to do > the same thing if I understand this tag properly. You could also use an > external .js file and call functions in it. <shrug> > > This taglib is capable executing parts of the jsp without reloading the whole page again. Can you tell me another way of loading the ClimateConnector.jsp from the page? I just need to execute the jsp with a query parameter attache "id=..." to trigger the database query. That is what the taglib does at the moment. > Why do you suspect mod_jk is the problem, here? > > Just a guess. Thank you very much in advance again Jan -- Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss für nur 17,95 Euro/mtl.!* http://dslspecial.gmx.de/freedsl-surfflat/?ac=OM.AD.PD003K11308T4569a --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org