RE: getContext Problem

2004-03-24 Thread Shapira, Yoav
Millennium Research Informatics -Original Message- From: Umer Rashid [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 24, 2004 12:39 AM To: Tomcat Users List Subject: getContext Problem I am have used this statement on JBoss to get iamges from another War and it works perfectly well

getContext Problem

2004-03-23 Thread Umer Rashid
I am have used this statement on JBoss to get iamges from another War and it works perfectly well: getServletContext().getContext(/outSideWar).getRealPath(/images). but I get error while running this on Tomcat 4.1 . Can anyone please sort out my problem?

GetContext() Problem

2004-03-23 Thread Umer Rashid
I have used this statement on JBoss to get images from another war and it works perfectly well: getServletContext().getContext(/outSideWar).getRealPath(/images). but I get error while running this on Tomcat 4.1 . Can anyone please sort out my problem?