Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

To deploy to WebLogic, the common approach is to create and deploy an unexpanded WAR to the WebLogic deployment directory. With WL 8.x, the deployment directory is typically at <bea_home>/user_projects/domains/mydomain/.

Adding an

...

struts-velocity.properties Configuration File

  • In the actionstruts.properties file (usually kept in the WEB-INF/classes directory), add an entry that specifies a Velocity configuation file.
    • Code Block
      titleactionstruts.properties
      actionstruts.velocity.configfile = actionstruts-velocity.properties
      
  • Create the corresponding Velocity properties file ("actionstruts-velocity.properties"), preferablly preferably in the same location as the actionstruts.properties file.
  • Copy into the Velocity properties file the contents of the velocity.properties file that is the the SAF velocity-dep.jar.
  • In your new actionstruts-velocity.properties file, find he section titled "T E M P L A T E L O A D E R S", and change this section as so:

...