Advanced Customization > Info*Engine User’s Guide > Info*Engine JSP Pages > Specifying URIs and URLs > Example File Locations
  
Example File Locations
Example URI locations of a task1.xml task file are as follows:
Assume that the file resides in the C:\ptc\Windchill\tasks\infoengine\jdbc directory and that C:\ptc\Windchill\tasks is the root file directory of the local task processor. Then use the following relative URI to locate the file:
uri="infoengine/jdbc/task1.xml"
Assume that the file resides on the local file system in the D:\ie\jdbc directory. Then use the following absolute URI to locate the file:
uri="file:///D:/ie/jdbc/task1.xml"
Assume that the file resides in the opt/ptc/Windchill/infoengine/tasks/jdbc directory on the svr2 remote host. Then use the following absolute URI to locate the file:
uri="http://svr2/opt/ptc/Windchill/infoengine/tasks/jdbc/task1.xml"
Assume that the task resides in an LDAP server on the cn=IEtasks node and that the name of the attribute where the task is stored is ptcCommandDelegateCode. Also assume that the server host name is srv3 and the dc attributes are myHost and com. Then use the following absolute URI to locate the task:
uri="ldap://srv3/cn=IEtasks,dc=myHost,dc=com?
ptc.CommandDelegateSource"