Jump to content

What is diffrence between Prepend to classpath and append to...


Manoj Chaurasia

Recommended Posts

  • 4 years later...
  • 8 months later...

Prepend to classpath adds the path required at the beginning to the param "tibco.class.path.extended" in the application tra file.

Whereas Append to classpath adds the path required at the end to the param "tibco.class.path.extended" in the application tra file.

For example i have few jars on NAS location (Path:/opt/cdar/common/<<ProjectName>>/<<JarFiles>>)

After Appending to classpath

tibco.class.path.extended=/opt/tibco/classic5/tra/domain/CDAR_CBTS_DEV5/application/FT_JavaAPI/lib%PSP%/opt/tibco/classic5/tra/domain/CDAR_CBTS_DEV5/application/FT_JavaAPI/resource%PSP%%CUSTOM_EXT_PREPEND_CP%:%STD_EXT_CP%:%CUSTOM_EXT_APPEND_CP%:%EMS_HOME%/lib/64:%EMS_HOME%/lib:%PSP%/opt/cdar/common/<<ProjectName>>/<<JarFiles>>%PSP%%TPCL_HOME%/tomcat/common/lib

After Prepending to classpath

tibco.class.path.extended=/opt/cdar/common/<<ProjectName>>/<<JarFiles>>%PSP%/opt/tibco/classic5/tra/domain/CDAR_CBTS_DEV5/application/FT_JavaAPI/lib%PSP%/opt/tibco/classic5/tra/domain/CDAR_CBTS_DEV5/application/FT_JavaAPI/resource%PSP%%CUSTOM_EXT_PREPEND_CP%:%STD_EXT_CP%:%CUSTOM_EXT_APPEND_CP%:%EMS_HOME%/lib/64:%EMS_HOME%/lib:%TPCL_HOME%/tomcat/common/lib
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...