• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to access Map Network Path from Websphere Application

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Please help me how to access files in Map Network drive from application is running in websphere Application server.
OS -Windows Xp
WebSphere -6.1
The application is not recognized Map Network Drive

Thanks in Advance
YOGA
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have the same problem.
I am using a mapped drive as a file repository.
My dev computer is using win XP (RAD 7 / WAS 6.1).
When deployed locally in websphere, my app fails to list z:\\ content.
When deployed in another server (using win 2003), the same EAR can list z:\\ content.
(Of course, z:\\ is a mapped drive on both machines, and points to the same shared directory)
As a consequence, it is not possible to debug locally.
So you can try to switch to a win 2003 SP 2 machine.
Regards
 
Marshal
Posts: 28226
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You are running WAS as a Windows service, right? Well, Windows services don't have any mapped drives. Provide the UNC path to the directory instead of assuming it will be on the Z: drive.
 
reply
    Bookmark Topic Watch Topic
  • New Topic