Applications that were running ok on Tomcat/Jetty would return a Null for ServletContext.getRealPath() when deployed on weblogic server.
The reason is, Tomcat implementation would explode the WAR upon deployment, where as weblogic doesn't.
To get things working irrespective of archive/explode, we are better off using ServletContext.getResourceAsStream()
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment