VPC100 Quick Start Guide
Page
29
③
CATALINA_HOME
④
GTS_HOME
To starting your compilation, click windows
Start
→
Programs
→
Accessories
in Windows desktop and click on “
Command Prompt
” and
select "Run as Administrator" to open a command prompt, and type the
following commands:
C:\> D:
D:\> cd OpenGTS_2.6.1
D:\ OpenGTS_2.6.1> ant all
The following files will be created under the “build” folder if commands are
properly executed:
①
"lib/gtsutils.jar" – This jar contains the base utilities and db access tools.
②
"lib/gtsdb.jar" – This jar contains the database access utilities and table
definition.
③
"lib/gtsdmtp.jar" – This jar contains the SQL db data store wrappers
around the OpenDMTP server.
④
"lib/tools.jar" – This jar contains miscellaneous system check and
administrative tools.
⑤
"track.war" – This "war" file (web-archive) contains the web-interface
'Track' servlet.
⑥
"events.war" – This "war" file contains the web accessible EventData
access servlet.
⑦
"mologogo.war" – This "war" file contains the Mologogo device servlet.
⑧
"gc101.war" – This "war" file contains support for the Sanav GC-101
device.
⑨
"gprmc.war" – This "war" file contains a servlet support server for a
generic http-based device server.
8.) Initializing OpenGTS in MySQL Database
Creating a database on OpenGTS, and its name is gts.
In the folder D:\OpenGts_2.6.1, execute the following command:
bin\initdb.bat "-rootUser:root" "-rootPass:userPass"
(userPass: use your own password, for example. bin\initdb.bat
"-rootUser:root" "-rootPass:icn"
,
password is icn)
MySQL Server should be running now. If not, you should manually launch it