| Author |
getRealPath() issue
|
Naveen puttu
Ranch Hand
Joined: Sep 15, 2009
Posts: 88
|
|
Hi
The above line returns the filepath as
It should ideally be
Why is that extra dot coming in the path
Cheers
Naveen
|
 |
Kumar Raja
Ranch Hand
Joined: Mar 18, 2010
Posts: 457
|
|
Hi,
Please read this.. As per this, the real path returns you the absolute path and it depends on the computer and also the container.
The issue which you have is due to the way JBoss is handling the deployment. You may need to refer JBoss documentation or move this to JBoss forum, for better answer.
I tried the example on both JBoss and GlassFish and I see the problem in JBoss but not on Glassfish.
|
Regards
KumarRaja
|
 |
 |
|
|
subject: getRealPath() issue
|
|
|