How do I know the class loading list which load by WAS?
Solution
- Step1. Log into WAS administration console
- Step2. Go to application server > server_name > Java and Process Management > Process definition > Java Virtual Machine, check the verbose classloading option
- Step3. Save your configuration and restart WAS
- Step4. You will find the classloading informations in the native_stderr.log, which located in
/profiles/ directory. ex. /usr/IBM/WebSphere/AppServer/profiles/AppSrv01/logs/server1/logs/
Reference
No comments:
Post a Comment