|
Home > Archive > WebSphere Commerce suite > June 2004 > Re: Adding jar files to Commerce 5.6 to use as part of the WebSphereCommerceServerExte
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: Adding jar files to Commerce 5.6 to use as part of the WebSphereCommerceServerExte
|
|
| alxwdy 2004-06-13, 11:48 pm |
| Hello,
I am sorry that I didn't understand well what you wanted.
Generally you can place jar file on the following directories.
1.<WAS_HOME>/installedApps/<CELL_NAME>/<INSTANCE>.ear/Stores.war/WEB_INF/lib
2.<WAS_HOME>/installedApps/<CELL_NAME>/<INSTANCE>.ear
3.<WAS_HOME>/installedApps/<CELL_NAME>/<INSTANCE>.ear/lib
* In case 2 or 3, additionally, you have to add your jar file name into Class-Path in
<WAS_HOME>/installedApps/<CELL_NAME>/<INSTANCE>.ear/Stores.war/META_INF/MANIFEST.MF file.
* <WAS_HOME>,<CELL_NAME>,<INSTANCE> depend on your enviroment.
| |
| alxwdy 2004-06-13, 11:48 pm |
| Some characters were not correctly displayed in my last post. So I re-posted.
Generally you can place jar file on the following directories.
1.[WAS_HOME]/installedApps/[CELL_NAME]/[INSTANCE].ear/Stores.war/WEB_INF/lib
2.[WAS_HOME]/installedApps/[CELL_NAME]/[INSTANCE].ear
3.[WAS_HOME]/installedApps/[CELL_NAME]/[INSTANCE].ear/lib
* In case 2 or 3, additionally, you have to add your jar file name into Class-Path in
[WAS_HOME]/installedApps/[CELL_NAME]/[INSTANCE].ear/Stores.war/META_INF/MANIFEST.MF file.
* [WAS_HOME],[CELL_NAME],[INSTANCE] depend on your enviroment.
|
|
|
|
|