-
To allow for an ascii/text based rule selector entry.
Thanks,
--Martin.
2009-11-08 04:06:32 UTC in Open GPS Tracking System
-
Hi Pierluigi,
Setting the Property ""trackMap.fleetDeviceEventCount" to 5 should display the last 5 events of each device on the group map. Have you tried viewing the events on the group map?
Regards,
--Martin.
2009-11-06 08:23:39 UTC in Open GPS Tracking System
-
Hi Debbie,
There appears to be a bug on the "Group" map that exhibits itself when "mapUpdateOnLoad" is set to "last", and "auto.enable" is "true", and the "Auto" button is clicked. It's behavior is as you've seen, when the "Auto" button is pressed, only a single device is displayed. This will be fixed in the next release.
The setting of the "To" date is normal when "Auto" is clicked.
2009-11-06 04:05:39 UTC in Open GPS Tracking System
-
Hi Pierluigi,
"reqState.getPrivateLabel().getName()" returns the "name=" value if defined, otherwise it returns the "host=" value, if the 'name' is not specified.
I use the 'cssDir' attribute to point to a different customized directory containing "Domain" specific css files. I've also created different 'loginSession.jsp' files for each custom Domain to more fully control a...
2009-11-04 22:30:30 UTC in Open GPS Tracking System
-
Hi Pierluigi,
I would guess that the first example above fails because the trailing '}' was not removed from the 'key=' value. (ie. it should say "...hQ", instead of "...hQ}").
Regards,
--Martin.
2009-11-04 22:17:14 UTC in Open GPS Tracking System
-
Hello Banu,
Command-line initialization is performed by the following command:
DBConfig.cmdLineInit(argv,false);
Where 'argv' is the command-line argument array.
Servlet runtime configuration (and the web-service would be a servlet) are initialized in the "RTConfigContextListener.java" class when the servlet is initialized. ("RTConfigContextListener" is...
2009-11-04 10:20:11 UTC in Open GPS Tracking System
-
Hi Pierluigi,
In either of the two Domain definitions, is there a <Alias host="bbgts"/> ?
This would cause an "already defined" error.
The servers do use the Domain to determine which ReverseGeocodeProvider to use for a specific account.
Best Regards,
--Martin.
2009-11-04 02:20:53 UTC in Open GPS Tracking System
-
Hi Pierluigi,
In the above, the name "default" is the name assigned to the JSP definition and is used to reference from the "WebPages" attribute "jsp=". There is an experimental option which allows being able to override the JSP based on the logged-in account, so "default" is always required to be defined in case the named jsp reference in the...
2009-11-04 02:15:37 UTC in Open GPS Tracking System
-
Hi Debbie,
I tried loading OpenGTS v2.1.6 on to my server and found the "Group Administration" and "Geozone Administration" ACL options as the 11th and 12th selectable options in the "User Access Control" list.
What do you see in the 11th and 12th position in the ACL list on your v2.1.6 installation?
Regards,
--Martin.
2009-11-04 02:05:43 UTC in Open GPS Tracking System
-
Hi Debbie,
Access rights for the "admin" user cannot be restricted. You can make sure you are logged in as the admin user by entering "admin" into the User field on the login (instead of just leaving it blank). When you are logged in as the "admin" user (for any account), you will be able to change the access rights for other users of the account through the...
2009-11-03 19:24:11 UTC in Open GPS Tracking System