Hello everyone,
Here at my company, we’ve recently upgraded our EP form 7.0 to 7.3. After the update we´ve experienced a problem with our custom portal application which located all the parameters for our JCO communication (EP -> SRM) through a file (named “logon.properties”).
JSP Code example:
“FileInputStream("apps/sap.com/irj/servlet_jsp/irj/root/WEB-INF/portal/portalapps/br.com.xxx/pagelet/logon.properties"); ”
Content of logon.properties:
“SAP_CLIENT=xxx
USER_ID=xxx
PASSWORD=xxx
LANGUAGE=xx
HOST_NAME=xxx
SYSTEM_NUMBER=xx”
We are aware that the structure of the applications changed with EP 7.3, and our basis team informed us that this file is now located at the path “/usr/sap/TN2/J81/j2ee/cluster/apps/sap.com/br.com.xxx/servlet_jsp/br.com.xxx/root/WEB-INF/pagelet/logon.properties”. We’ve done some tests with relative paths, with the full path(mentioned above) and with the path “apps/sap.com/br.com.xxx/servlet_jsp/br.com.xxx/root/WEB-INF/pagelet/logon.properties”, but we still can’t reach our logon.properties file. We can solve this issue by including the jco parameters hardcoded at our jsp file, but this wouldn’t be a clean solution.
Does any expert here have a hint for us?
Thanks in advance,
Yuri.