|
|
|
[
Permlink
| « Hide
]
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.
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 |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||