Originally posted by Meghasyam Bokam:
Hi guys,
Does anyone knows whether ibm still has the free vouchers? Because I want to give a try with 141 pre-assesment test.
Thanks a lot,
Meghasyam.
Originally posted by Tony Chen:
To be WebSphere specific, you should put all the common/utility jar files into
<WAS_HOME>/lib/app
http://www-3.ibm.com/software/webservers/appserv/doc/v40/ae/infocenter/was/060401.html
Application extensions (AEX)
Description: Classes and JAR files in the product_installation_root/lib/app
How to set and view contents: The location is fixed by the WebSphere Application Server runtime and cannot be configured. You can view the directory contents to see the contents of this classpath
Search order: The runtime classloader checks the AEX, then RCP -> RP -> RE.
Typical contents: Class libraries that need to be shared among all J2EE applications installed on the server. Because these classes are not visible to the WebSphere Application Server runtime classloaders (RPC, RP, and RE), this classpath can contain updated versions of common libraries (such as JAXP) that are present in the runtime.
Place dependent JAR files in this directory, too.
Another good example is a newer version of xerces.jar than the one shipped and used by WebSphere!!!
[ February 18, 2003: Message edited by: Tony Chen ]