Screenshot: Accessing from - http://localhost:8080/mapstore/manager
Screenshot: Accessing from outside http://11.12.13.14:8080/mapstore/manager (map layers missing!!!!!)
--
You received this message because you are subscribed to the Google Groups "mapstore-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapstore-user...@googlegroups.com.
To post to this group, send email to mapstor...@googlegroups.com.
Visit this group at http://groups.google.com/group/mapstore-users.
For more options, visit https://groups.google.com/d/optout.
"geoserver": {
"ptype": "gxp_wmssource",
"title": "Local GeoServer",
"version":"1.1.1",
"url": "http://11.12.13.14:8080/geoserver/ows"
}
Thanks Mauro for your quick reply,
Both MapStore and GeoServer are located on remote Server/VPS. Inbound traffic on Port 80 on the server is allowed.
From the internet/outside world, I can access both MapStore and GeoServer via http://11.12.13.14/mapstore or http://11.12.13.14/geoserver respectively.
However, in MapStore, wms source is pointing to localhost (as both are on the same ip). Or should I point wms source (in the MapStore confguration file, that is located in webapps/mapstore/WEB-INF/app/static/config/mapStoreConfig.js, adding to the gsSources section a new object similar to this one) as follows:
"geoserver": {
"ptype": "gxp_wmssource",
"title": "Local GeoServer",
"version":"1.1.1",
"url": "http://11.12.13.14:8080/geoserver/ows"
}
AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i file/s allegato/i sono da considerarsi strettamente riservate. Il loro utilizzo è consentito esclusivamente al destinatario del messaggio, per le finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia via e-mail e di procedere alla distruzione del messaggio stesso, cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per finalità diverse, costituisce comportamento contrario ai principi dettati dal D.Lgs. 196/2003.
The information in this message and/or attachments, is intended solely for the attention and use of the named addressee(s) and may be confidential or proprietary in nature or covered by the provisions of privacy act (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection Code).Any use not in accord with its purpose, any disclosure, reproduction, copying, distribution, or either dissemination, either whole or partial, is strictly forbidden except previous formal approval of the named addressee(s). If you are not the intended recipient, please contact immediately the sender by telephone, fax or e-mail and delete the information in this message that has been received in error. The sender does not give any warranty or accept liability as the content, accuracy or completeness of sent messages and accepts no responsibility for changes made after they were sent or for other risks which arise as a result of e-mail transmission, viruses, etc.
Hi Mauro,
Sorry, the problem persists despite configuring mapStoreConfig.js as suggested.
I've noticed another thing. http://11.12.13.14:8080/geoserver/ows gives me the following:
I have had Geoserver.war (from http://geoserver.org/release/stable/) installed earlier. This I've undeployed (on Tomcat) and replaced with GeoSolution's GeoServer Enterprise (from http://geoserver.geo-solutions.it/downloads/releases/2.2.x/2.2.6-ENTERPRISE/).