Symantec IGA

  • 1.  Java Program for Policy XPress

    Posted Dec 04, 2018 03:27 AM

    I modified source code in current CAIM application. I did not involve last project. I joined the project but nobody worked in last project.   

     

    If see Chapter 11: Compiling and Deploying (Page 173) in the Programing Guide for Java (version 12.6.4), we can store Java class files in iam_im.ear\custom for Business logic task handlers and store  Java Scipt Files into iam_im.ear\custom\validationscripts. 

     

    I created Policy XPress Policy and inside those policy will invoke Java Program. Where folder can I put Java Classes relating with Policy XPress. Can I store those classes into iam_im.ear\custom ?  Is there any problem to store into iam_im.ear\custom ?

     

    Regards

     

    Nozaki



  • 2.  Re: Java Program for Policy XPress
    Best Answer

    Broadcom Employee
    Posted Dec 04, 2018 05:33 AM

    Hello,

    The class must be available to the application server's class path.

    So either you store the class files within folder already set through the application server's class path either you add the folder path where you store the files to the application server's class path setting.

    best regards

     



  • 3.  Re: Java Program for Policy XPress

    Posted Dec 05, 2018 10:52 PM

    Thank u very much. I will try it.

     

    Best regards.