cancel
Showing results for 
Search instead for 
Did you mean: 

[J2EE-Engine] Jars from additional-lib

Former Member
0 Kudos

Hi,

i've deployed a new webapp to a J2EE-Engine 6.20.

How do i make the jar-files from

<i><SAP_J2EEngine6.20>\cluster\server\additional-lib\</i>

available to my webapp ?

Accepted Solutions (1)

Accepted Solutions (1)

Vlado
Advisor
Advisor
0 Kudos

Hi Christian,

Please add the following line(s) in <SAP_J2EEngine6.20>\cluster\server\managers\reference.txt:

reference <your_app_name> library:<lib_name>

You can check the lib_name corresponding to the jar you need in <SAP_J2EEngine6.20>\cluster\server\managers\library.txt.

Hope it helps!

Vladimir

Former Member
0 Kudos

Vladimir is right. That is one way to do it. Or you can bundle the jars in additional-lib to your application's .ear file. The physical location will be \web-inf\lib.

Former Member
0 Kudos

Vladimir,

you are so cool

How too learn more about the J2EEngine? Are there SAP-courses or literature you could point me too?

Thanks a lot

Natalie,

thanks too, but putting the jars to WEB-INF\lib isn't working with JCo (sapjco.jar)

Answers (0)