aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/org/traccar/web/TraccarJUnit.gwt.xml
blob: 4c957890af7e963dd50a5b709db2cb38d98a2069 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<module>
  <!-- Inherit our applications main module.                      -->
  <inherits name='org.traccar.web.Traccar' />

  <!-- Specify the path to any remote services.                   -->
  <servlet path="/Traccar/greet" class="org.traccar.web.server.GreetingServiceImpl" />

</module>