On 3 Jan 2007 at 16:07, Henry Minsky wrote: > OK, I believe I saw the problem you are seeing with the .lzx.swf and > .lzs.js not getting created. I'm still not sure how to trigger it, but > I think it may have to do with the server's compilation cache. if you > go to the page to clear the cache ( > http://localhost:8080/4.0b1/foo.lzx?lzt=clearcache&pwd=laszlo) , or > restart the server, that seems to fix it. Please try deleting any > existing .lzx.swf and .lzx.js in the directory and see if that helps. > I'm looking into that further. I am attaching a version of the deploy > which includes spinner.gif in the zip archive
Tried .... http://localhost:8080/openlaszlo-4.0/my-apps/copy-of-hello.lzx?lzt=clearcache&pwd=laszlo But in Firefox 2.0 ... got this . This XML file does not appear to have any style information associated with it. The document tree is shown below. <lps> <clearcache cleared="true"> <compilation-cache cleared="true"/> <data-cache cleared="true"/> <media-cache cleared="true"/> <script-cache cleared="true"/> </clearcache> </lps> _______________________________________ So I tried shutting down and restarting tomcat server for each test .. as you suggested .. _______________________________________ Shutdown/Restart server SWF7 Deploy SOLO 1st launch of copy-of-hello.lzx creates copy-of-hello.lzx.swf in app folder but not in solo- deploy.zip Delete compiled files 2nd launch of copy-of-hello.lzx does not create copy-of-hello.lzx.swf in app folder or in solo- deploy.zip _______________________________________ Shutdown/Restart server DHTML Deploy SOLO 1st launch of copy-of-hello.lzx creates copy-of-hello.lzx.js in app folder but not in solo- deploy.zip Delete compiled files 2nd launch of copy-of-hello.lzx does not create copy-of-hello.lzx.js in app folder or in solo- deploy.zip _______________________________________ Another strange symptom .. I had a second text file in app folder (with copy-of-hello.lzx), and even though this text file was deleted from app folder (only copy-of-hello.lzx in app folder for each Deploy > SOLO) this deleted textfile keeps appearing zipped into in solo-deploy.zip I also deleted solo-deploy.zip from /lps/admin/ each Deploy test. So it appears that old content of app folder (including previously deleted files before Deploy) is being zipped into solo-deploy.zip .. but from where? I'll test this theory by putting a time stamp into each copy-of-hello.lzx being compiled. And although I am using latest solo-deploy-dhtml.jsp you supplied .. there is no spinner.gif in zipped folder ... so again this adds to the theory that old content is being zipped ... otherwise spinner.gif should be seen surely? _______________________________________ DL
