cancel
Showing results for 
Search instead for 
Did you mean: 

classpath and 3rd party jar files

Former Member
0 Kudos

We have been searching for a long time and have not been able to find an answer to our question. Do you think that you could help us out?

We need to include 3rd party jar files in our application. Where in the deployment classpath directory structure can we place these. This does not seem to happen when we publish.

We also need to give our clients the ability to modify our configuration. Currently we do this with an xml file, which we place under server/config in our JBoss directory. We also need to find a home for out log4J configuration file.

Where does this type of thing exist in the SAP world?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

We have had problems with 3rd party jar files also. We ended up including them in the WEB-INF/lib directory of our WAR file and packaging/deploying them everytime.

If you are looking for your project on your server, it is deployed to a directory similar to this:

/usr/sap/J01/JC00/j2ee/cluster/server0/apps

Hope this helps.

Chris