cancel
Showing results for 
Search instead for 
Did you mean: 

JAVA Proxy development

Former Member
0 Kudos

Hi,

I need to change a Java Proxy (in fact, it's the parameters file), but I don't have the source code, neither the .JAR/.EAR files. I think that the only place that I can find them is at the server, does anybody knows where (directory) these files are located at server after deploy or even another way to get it?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

/usr/sap/<SID>/DVEBMGS<nr>/j2ee/cluster/server0/apps (PI 7.0)

/usr/sap/<SID>/DVEBMGS<nr>/j2ee/cluster/bin/ (PI 7.1)

You find only the JAR file, not the EAR. You need a decompiler for the code, then build your Java proxy ear again.

Hope that helps

Stefan

Answers (0)