Monday, February 15, 2016

Weblogic ServletContext.getRealPath() - NullPointerException

Setting weblogic Admin Console option

Domain | Web Application | Archived Real Path Enabled to

You can also apply fix in application level by adding the following entry to weblogic.xml file:

<container-descriptor>
    <show-archived-real-path-enabled>true</show-archived-real-path-enabled>
</container-descriptor>

No comments:

AWS EC2 - SSH locked with UFW

Need to update the instance's user data: 1. Stop the instance 2. Right click (windows) or ctrl + click (Mac) on the instance to open a c...