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

Key: LPP-4601
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: P1 P1
Assignee: Unassigned
Reporter: Mamye Kratt
Votes: 0
Watchers: 1
Operations

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

Link to Deployer's Guide in Server Admin is broken

Created: 28/Aug/07 03:03 PM   Updated: 12/Sep/07 01:17 PM
Component/s: SA - Laszlo Explorer
Affects Version/s: 4.0.5WaffleCone
Fix Version/s: 4.0.5WaffleCone

Time Tracking:
Not Specified

Environment: OS X, FF2

Severity: Minor
Fixed in Change#: 6,380
Runtime: N/A
Fix in hand: False


 Description  « Hide
(wafflecone branch build r6261)

http://127.0.0.1:8080/lps-4.0.x/laszlo-explorer/index.jsp?lzr=swf8
Choose Server Admin
Click on Deploying OpenLaszlo Applications

Result:
HTTP Status 404 - /lps-4.0.x/docs/deploy/index.html
type Status report
message /lps-4.0.x/docs/deploy/index.html
description The requested resource (/lps-4.0.x/docs/deploy/index.html) is not available.
Apache Tomcat/5.0.24

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mamye Kratt - 05/Sep/07 11:48 AM
(wafflecone branch build r6358)
Still broken.

Benjamin Shine - 05/Sep/07 06:36 PM
I'll get this, since I know just where it is.

Benjamin Shine - 05/Sep/07 06:43 PM
Change sent to jcrowley for review; easy fix:
Index: laszlo-explorer/coverpages/server_admin_cover.html
===================================================================
--- laszlo-explorer/coverpages/server_admin_cover.html (revision 6375)
+++ laszlo-explorer/coverpages/server_admin_cover.html (working copy)
@@ -33,7 +33,7 @@
         <li><a href="foo.lzx?lzt=log&pwd=laszlo">Current OpenLaszlo Server log file (can be long)</a></li>
      </ul>
    <p>This distribution is configured for development, for deployment details see
- <a href="../../docs/deploy/index.html" target="laszlo-dguide">Deploying OpenLaszlo Applications</a> in the Developers Guide.
+ <a href="../../docs/deployers/index.html" target="laszlo-dguide">Deploying OpenLaszlo Applications</a> in the Developers Guide.
     </p>
 

Benjamin Shine - 06/Sep/07 12:56 PM
r6380 | ben | 2007-09-05 20:00:39 -0700 (Wed, 05 Sep 2007) | 30 lines
Changed paths:
   M /openlaszlo/branches/wafflecone/laszlo-explorer/coverpages/server_admin_cover.html

Change 20070905-ben-1 by ben@slim.local on 2007-09-05 18:39:24 PDT
    in /Users/ben/src/svn/openlaszlo/branches/wafflecone
    for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone

Summary: Fixes broken link to deployer's guide in server admin in laszlo explorer

New Features:

Bugs Fixed: LPP-4601 Link to Deployer's Guide in Server Admin is broken


Technical Reviewer: jcrowley
QA Reviewer: mkratt (pending)
Doc Reviewer: (pending)

Documentation:

Release Notes:

Details:
    

Tests:

http://localhost:8080/wafflecone/laszlo-explorer/index.jsp?lzr=swf8
Choose Server Admin
Click on Deploying OpenLaszlo Applications
you get a nice page, "System Administrator's Guide to Deploying OpenLaszlo Applications" yay

Mamye Kratt - 12/Sep/07 01:17 PM
(wafflecone branch build r6430)
Fixed.