Re: GetRealPath Alternative for WAR Deployment

2013-08-01 Thread Majors, Jeremy
Thanks Mark. I ended up doing something similar (added a context parameter to the context files) which are being generated by the build process. Jeremy On 8/1/13 1:19 PM, "Mark Thomas" wrote: >On 01/08/2013 17:45, Majors, Jeremy wrote: >> I've seen multiple postings online that state that when

Re: GetRealPath Alternative for WAR Deployment

2013-08-01 Thread Mark Thomas
On 01/08/2013 17:45, Majors, Jeremy wrote: > I've seen multiple postings online that state that when you deploy a > WAR file rather than using an exploded WAR, then the > request.getServletContext().getRealPath() method returns null. Due > to a requirement by my team lead, I cannot deploy the appl

GetRealPath Alternative for WAR Deployment

2013-08-01 Thread Majors, Jeremy
I've seen multiple postings online that state that when you deploy a WAR file rather than using an exploded WAR, then the request.getServletContext().getRealPath() method returns null. Due to a requirement by my team lead, I cannot deploy the application in any other fashion besides a precompi