I've created an app using OpenGeoSuite 4.7. Using it on debug mode, I set the proxy in the app options like this:
var app = new gxp.Viewer({ proxy: "../proxy/?url=", ... This works fine on debug mode, whe i run the command:
suite-sdk debug -l 9080 -g http://localhost:8080/geoserver udege-ide using a local geoserver. But when I use the command package and the jar is generated, there's no proxy file in the especified directory (../proxy/..).
Is there another way to package the app with a proxy? If not, Is it possible to modify the jar to add a proxy?
أكثر...
var app = new gxp.Viewer({ proxy: "../proxy/?url=", ... This works fine on debug mode, whe i run the command:
suite-sdk debug -l 9080 -g http://localhost:8080/geoserver udege-ide using a local geoserver. But when I use the command package and the jar is generated, there's no proxy file in the especified directory (../proxy/..).
Is there another way to package the app with a proxy? If not, Is it possible to modify the jar to add a proxy?
أكثر...