Salesforce

Can PASOE be configured to search for classes in a different lib first before common\lib?

« Go Back

Information

 
TitleCan PASOE be configured to search for classes in a different lib first before common\lib?
URL NameCan-PASOE-be-configured-to-search-for-classes-in-a-different-lib-first-before-common-lib
Article Number000114619
EnvironmentProduct: OpenEdge
Version: All supported platforms
OS: All supported versions
Other: Progress AppServer for OpenEdge
Question/Problem Description
Can PASOE be configured to search for classes in a different lib first before common\lib?
When running a non-openedge application it fails with errors that classes cannot be found. 
Web app is making use of some libraries that is used by the PASOE core( e.g. self4j, spring-security).
Steps to Reproduce
Clarifying Information
Error MessageClass Not Found.
Class NoClassDefFoundError - Exception.
Defect Number
Enhancement Number
Cause
Resolution
If the application is non-openedge then do the following:

Modify the <CATALINA_BASE>/webapps/<web-app-name>/META-INF/context.xml file and add the property

<Loader delegate="true" />

An example of this property can be found under <OE install>\servers\pasoe\extras with the name context.xml-corticon.

If the application is openedge based then it might be necessary to run the application on a stand alone Tomcat. 

 PASOE - How to tell if the deployed war file is an OE ABL application or a non-OE application
Workaround
Notes
Keyword Phrase
Last Modified Date11/20/2020 7:02 AM

Powered by