Servigistics InService Customization > InService Development Environment > E3C Files Overview > Customizing E3C files
  
Customizing E3C files
3C.properties
This is the main E3C properties files. The properties in this file are loaded as java system properties. to use a property define in this file across the different E3C configuration files, one should follow the below. For example 3C.properties has this property named web.server.port=8080. This property is used in some Task Flow file  ..\System\Config\Flows\StandaloneCreator\urlNotifier_PD.xml like this
..
<baseURL>http://localhost:${web.server.port}/InService/servlet/
servicecenter/rest/segmentupdates</baseURL>
..