Skip to content
This repository has been archived by the owner on Feb 27, 2021. It is now read-only.

Commit

Permalink
ROOFLEX-37 - Use relative path for remote AMFChannel url
Browse files Browse the repository at this point in the history
  • Loading branch information
mteodori committed Aug 9, 2011
1 parent 7dea64f commit 415a669
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void createScaffoldApp() {
StringTemplate scaffoldTemplate = this.templateGroup.getInstanceOf(TEMPLATE_PATH + "/appname_scaffold");
scaffoldTemplate.setAttribute("presentationPackage", presentationPackage);
// TODO - Extract this value from services-config.xml?
scaffoldTemplate.setAttribute("amfRemotingUrl", "http://localhost:8080/" + projectMetadata.getProjectName() + "/messagebroker/amf");
scaffoldTemplate.setAttribute("amfRemotingUrl", "messagebroker/amf");
this.fileManager.createOrUpdateTextFileIfRequired(scaffoldAppFileId, scaffoldTemplate.toString(), true);

// Create the HTML wrapper
Expand Down Expand Up @@ -497,4 +497,4 @@ private void copyDirectoryContents(String sourceAntPath, String targetDirectory)
}
}
}
}
}

0 comments on commit 415a669

Please sign in to comment.