|
|||||||
| General OpenLaszlo Programming Questions and discussions about coding in OpenLaszlo. Please include the release of OpenLaszlo you are developing in. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Laszlo and Struts
I have a simple action which forwards to an lzx file. I have specified the forward as a relative path like /cml/hello.lzx in the struts-config.xml. However, when I access it, the page loads with laszlo images ad stuff but the application never loads and it just keeps waiting and waiting. This is the entry in the lps.log file:
Any help is appreciated. 03 Nov 2004 15:00:36 () INFO responders.ResponderDATA - Data Cache is at C:\dev\ubes\WAR\WEB-INF\lps\work\dcache 03 Nov 2004 15:00:36 () INFO servlets.LZServlet - Default request type is app_console 03 Nov 2004 15:00:36 (127.0.0.1 1) INFO servlets.LZServlet - Request for C:\dev\ubes\WAR\cml\hello.lzx 03 Nov 2004 15:00:36 (127.0.0.1 1) INFO responders.ResponderCompile - application cache is at C:\dev\ubes\WAR\WEB-INF\lps\work\cache 03 Nov 2004 15:00:36 (127.0.0.1 1) INFO compiler.Compiler - compiling C:\dev\ubes\WAR\cml\hello.lzx... 03 Nov 2004 15:00:38 (127.0.0.1 1) INFO compiler.Compiler - done 03 Nov 2004 15:00:38 (127.0.0.1 1) INFO responders.ResponderAPP_CONSOLE - Responding with HTML wrapper for C:\dev\ubes\WAR\cml\hello.lzx 03 Nov 2004 15:00:39 (127.0.0.1 2) INFO servlets.LZServlet - Request for C:\dev\ubes\WAR\hello.lzx 03 Nov 2004 15:00:42 (127.0.0.1 2) INFO responders.ResponderCompile - /ubes/hello.lzx not found 03 Nov 2004 15:04:56 () INFO servlets.LZServlet - LPS destroyed in context: WAR |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|