|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by ank9 in Java Programming Language, New to Java Programming, J2EE
I have Tomcat installed in Windows XP. In my web application deployed in tomcat, I have the following code line in my action class
String strFilePath = getPageContext().getServle
tContext()
.getRealPa
th(File.se
parator);
this gives me the value
C:\cvs_repo\Documentum\web
top\src\
Now this same application I have deployed on Weblogic (hosted on windows 2003 server). On this server, the above code line returns null
Now this same application is deployed on Weblogic (hosted on AIX box). On this machine this code line returns the correct file path.
Can somone please let me know why it is returning null on windows 2003 Weblogic.
Thank you
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625