History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: LPP-3964
Type: Bug Bug
Status: Open Open
Priority: P1 P1
Assignee: Max Carlson
Reporter: Geert Bevin
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
OpenLaszlo

Many issues while porting Bla-bla List to the DHTML runtime engine

Created: 12/May/07 10:18 AM   Updated: 04/Nov/08 04:22 PM
Component/s: Compiler - JavaScript
Affects Version/s: 4.0.2
Fix Version/s: MisterDonut (4.2 Final)

Time Tracking:
Issue & Sub-Tasks
Issue Only
Original Estimate: Not Specified
Remaining Estimate: 0 minutes
Time Spent - 30 minutes
Time Spent: 30 minutes
Time Spent - 30 minutes

Environment:
Laszlo Presentation Server, 4.0.1, Built on: 2007-05-09T21:49:33-0700
MacOSX

Severity: Critical
Runtime: N/A
Fix in hand: False

Sub-Tasks  All   Open   

 Description  « Hide
I ported Bla-bla List to the DHTML runtime engine and ran into a whole collection of issues for which I'm going to create individual issues, this is just the main issue with all the version information and explanations about how to test this.

* obtain the sources of Bla-bla List : svn co https://svn.rifers.org/blablalist/branches/openlaszlo-4.0.0 blablalist
* "ant run" to start the project with an embedded Java database
* visit http://localhost:8080/blablalist.lzx

There are project files for IDEA, Eclipse and X-develop to make it easy to look at the sources

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Geert Bevin - 12/May/07 10:36 AM
Btw, I had to use the 4.0.1 nightly build since with the 4.0 release it was totally unusable.

P T Withington - 16/May/07 02:15 PM
Please assign subtasks as you see fit

Philip Romanik - 25/May/07 05:57 AM
Follow these steps in order to run/debug lzx under tomcat while accessing the jetty database. There may be easier ways, but this is what I did. This allows me to modify the kernel as I usually do and then test the app.


1. Put /blablalist tree under LPS_HOME (ex: put /blablalist right under LPS_HOME)

2. Modify /blablalist/build.xml
  Modify jetty port from 8080 to 8081:
<property name="jetty.port" value="8081"/>

3. Build blablalist and run
  From /blablalist directory:
    ant package
    ant run

4. Modify /blablalist/web/blablalist.lzx
   
  - Change proxied="false" to proxied="true" inside <canvas>

  - Change all instances of http: to
      http://localhost:8081/

5. Run blablalist.lzx from tomcat as usual, ie.
      http://localhost:8080/legals/blablalist/web/blablalist.lzx