• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Creating File on server with windows security restrications.

 
Ranch Hand
Posts: 395
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using Web Sphere 5 and have a module which helps in uploading a file on to the server from client. On server side this file is written to a predefined directory.
If the security privilege for the directory on the server is changed. Obviously it gives exception and is been handled.
My question is which user security privileges are considered on the server? i.e.
1 The user through which Websphere is installed?
2. Administrator?
3. Anonymous User?
I am using windows 2000 / XP operating system.
Thanks for the time.
[ April 28, 2004: Message edited by: L Goundalkar ]
 
Ranch Hand
Posts: 1551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
If you open the admin console, click security, then click global security, is enforce Java 2 security checked?
reply
    Bookmark Topic Watch Topic
  • New Topic