Advanced Customization > Windchill Adapter > Using Windchill Adapter Webjects > Windchill Adapter Examples > Setting Up the Example
  
Setting Up the Example
Before working through the Windchill adapter example tasks, you should be familiar with the following:
Info*Engine JSPs and tasks, as described in the Info*Engine User's Guide.
Info*Engine task delegation and packages, as described in the Info*Engine User's Guide and the Info*Engine Implementation Guide.
The example files are installed as part of the Windchill installation and reside in the following subdirectory:
prog_examples/adapter/windchill
Installing the Example
To install the example, run the following Ant script from the prog_examples/adapter/windchill subdirectory:
ant install
Starting the Example
To use the example, you must log in as a Windchill user who can create parts and documents. Use the following URL to access the example:
http://<hostname>:<port>/<WindchillAppl>/infoengine
/jsp/examples/adapter/windchill/
For example, assume you are using the default port and your host name is “MyCompany.com,” and the Windchill application name is “Windchill,” then the following URL starts the example:
http://MyCompany.com/Windchill/infoengine/jsp/examples/adapter/windchill/
Uninstalling the Example
After you have finished using the example, you can remove the example by running the following Ant script from the prog_examples/adapter/windchill subdirectory:
ant uninstall
Webjects Used in the Example
Most of the Windchill adapter webjects are used in one or more of the examples tasks. To locate a specific webject in the example set, use a search tool to search the contents of the <Windchill>/tasks/infoengine/examples/adapter/windchill directory and its subdirectories.