Esteban Aliverti
unread,Jul 27, 2011, 10:01:04 AM7/27/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to wapama
Hi,
I'm deploying wapama as a .war file. The problem is that I'm getting a
NPE when I try to access the application.
The NPE is related to the use of ServletContext.getRealPath() method.
According to the specification, this method could return null if the
application is deployed as a .war file. And I think I'm experiencing
that behavior :(
Unfortunately, I'm using WSO2 app server and I didn't find yet an
option to deploy the application as an exploded war.
Any thoughts on this? I think it would be nice if wapama itself
doesn't depend on the way it is deployed.
Best Regards,