Infranet custom attribute configuration (optional)

If the Infranet application has been customized, the corresponding Java classes must be generated. A tool is provided by Infranet to generate such classes. The connector must know these classes at runtime, so they must be declared in the CLASSPATH.

  1. Create a directory, for example: c:\CustomAttributes.
  2. Create an #include file with the custom fields and their values.
  3. Launch the custom_fields.pl script on this file indicating com.portal.pcm.fields as the package name.
  4. Compile the java files to create the class files:
    javac -classpath c:\program files\infranet\java\pcmext.jar *.java 
    
  5. Create a directory hierarchy under your current directory com\portal\pcm\fields.
  6. Copy the .class generated by the compiler into this directory.
  7. Add the current directory (for example: c:\CustomAttributes) to the CLASSPATH of the connector.
  8. If needed, modify the file \bin\start_Portal.bat file.

Copyright IBM Corp. 1997, 2003