Call carte from server / Session out

Jela year ago

Hello
Please I installed traccar in one server and the carto server (Geoserver) in another server my problem is that I only opened the flow between the traccar server and carto server and when I call the map it is not displayed because the flow is not open between client and map server, if possible, use the map on the server side instead of on the client side.

another question if possible to manage the sessions for example that a user cannot connect with his copte only once if he shares his account with someone else the first session disconnects

Anton Tananaeva year ago

I re-read your message several times and I still have no idea what you're talking about. What do you mean by "flow is not open"? How do you use a map on the server side? What is "copte"?

Anton Tananaeva year ago

It also seems to be a duplicate of https://www.traccar.org/forums/topic/custum-map-from-geoserver/. Is that correct?

Jela year ago

Hello @Anton
Thanks so much for you answer sorry for this mistake copte "Account" ==> mean if i use my Account user X and share it with other collegues whene i use it and some one use the same account and connect my first will be disconnected.
2 - About the Geoserver Carte not the same question of my first topic the problem was solved and no have more that's cross error.my question that i install it in separate server my question that the network flow was openned only betwen those server and when i call map in app server it work and whene i try to access on it on other Client laptop that the network flow to map server not open between client and the server map

I hope that i explain it well

Anton Tananaeva year ago

We don't limit number of session per user currently.

As for the map server, I still don't understand the question. If your map server is not accessible from the client, it won't work. Is that what you mean? That obviously expected.

Jela year ago

ok if i want limit number of session per user there is any suggestion to do it please.

for the map my architecture that i use i don't want to open network flow to Client if there is possibility to call map from the application server that i already open the network flow betwen them.Because in the client work fine the app work .... except that the map can't be show because of the architecture that i use

Anton Tananaeva year ago

For session you would have to modify the code.

For the map, you can set up a proxy if you don't want to expose it.

Jela year ago

Thanks so much
I already modify the code and add some personnel functionality if possible some idea about thos one of session
please if possible more details about this one of proxy ? and if there is any possibility to call map from backend not frontend