Accessing Default Files/ Information Gathering

I am running a web application in IBM Websphere server.
Able the access the *.xml or any other file stored in server.
Can any anyone suggest a way to restrict it.

place all the xml in you web-inf folder or write some filter to control the access

Similar Messages

  • How do I access my file information in photoshop express ?

    How do i access my file information in photoshop express

    This Forum is dedicated to Photoshop proper, for queries concerning other applications please refer to the corresponding Fora.
    Photoshop Express

  • Accessing Sequence FIle information

    I want to programmatically access a sequence file's information (sub-steps & sub-sequences) prior to actually loading the sequence. I.e. I’m trying to make a stand alone GUI that allows me to select a sequence file and which sub sequence of that file I want to run at a later time.  In C# I declare a sequence: NationalInstruments.TestStand.Interop.API.Sequence seq; But Sequence in an abstract class so I can’t directly create an instance of it. Ditto that for a NationalInstruments.TestStand.Interop.API.SequenceFile.  Anyone know if this can be done and how to do so?  

    Hello John 242424,
    Thank you for posting on the NI Discussion Forums.  Attached is an example written in C#.NET 2008 which takes in a sequence file (chosen by the user) and then retrieves the names of its sequences, and steps within those sequences upon the click of another button.  The key methods it uses are the SequenceFile.GetSequence( ) and Sequence.GetStep( ) methods.  You will notice that Sequence.GetStep( ) currently only returns the steps in the Main step group.  If you wish to find the steps in Setup and Cleanup, you will have to add this functionality.
    Chris_G
    Sr Test Engineer
    Medtronic, Inc.
    Attachments:
    TestStand1.zip ‏46 KB

  • [Access right]File information are different between local a server storage

    Good morning all,
    We have serveral small issues and I am saking to my self 8and to you) if this can not have an impact.
    My iMac have 3 partitions.
    1) OS X 10.6.2
    2) User's datas
    3) Boot camp
    All of my users use a network account and their Home are automounted. I means that we they save a file to their home, the file is saved into the server. This is the same for the /Library/Preferences/... .
    I discovered some think interesting:
    When I create and save a file, on loacl iMac, then I cmd+i (file info windows), under the sharing & Permission section, I can see my user name with read&write permission, *AND my user name is followed by "(me)"*
    If I do exactely the same, but on a server folder, and then I pomme+i (cmd+i), the file info window, show me the same information, *but without the "(me)"*.
    Some one could explain me what does that "me". Which impact it has, and frist all, *why that "me" does not appear on the server local while the network account are created on the server and not on local*
    Many thank for your advise

    Hello,
    Someone has an idea about the (me).
    To resume :
    I have a file on my local laptop.
    If I press cmd+i and I look at the "Share & Permission", I can see my user name followed by a : (me).
    If that same file is syncronized to the file server, and I cmd+i on that file. Under the "sahre & permission", I still can see the same information, but excepted for my username, the (me) does not follow my user name any more.
    Do you know why (me) is not displayed on remote files?
    Thk

  • Problem with default file access permission

    Hi,
    I am accessing a common area '/NFS_DATA' by both my java and oracle codes by the users 'javaUsr' and 'oraUsr' respectively.
    As per the requirement, the oracle code (oraUsr) needs to create some file in the specified location and then the java code (javaUsr) needs to update those files (created by oraUsr) with some new data.
    At present scenario the 'oraUsr' creates files with default access permission 644, which does not permit 'javaUsr' to update them.
    Constraints : I am not supposed to set umask at the .profile of 'oraUsr'.
         Execution of any shell script from oracle procedure is not permitted.
    Is it possible to specify file-system specific default file access permissions??
    Any idea to overcome this issue??

    Hi,
    I am accessing a common area '/NFS_DATA' by both my
    java and oracle codes by the users 'javaUsr'
    and 'oraUsr' respectively.
    As per the requirement, the oracle code
    (oraUsr) needs to create some file in the
    specified location and then the java code
    (javaUsr) needs to update those files (created
    by oraUsr) with some new data.
    At present scenario the 'oraUsr' creates files
    with default access permission 644, which does
    not permit 'javaUsr' to update them.
    Constraints : I am not supposed to set
    umask at the .profile of 'oraUsr'.
    Execution of any shell script from oracle
    oracle procedure is not permitted.
    Is it possible to specify file-system specific
    default file access permissions??
    Any idea to overcome this issue??You might like to try using File ACLs
    man setfacl(1)
    as oraUsr
    setfacl -s user:oraUsr:rw-,user:javaUsr:rwx,group::r--,other:---,mask:rwx file
    This way the oraUsr can not execute file
    but javausr can
    getfacl will show the ACL
    user::rw-
    user:javaUsr:rwx #effective:rwx
    group::rw- #effective:rw-
    mask:rwx
    other:---
    hope this helps a bit

  • Auditing all users file access - too much information

    Hi, I have enabled a GPO With the following: Computer Configuration\Policies\Windows Settings\Security Settings\Advanced Audit Policy Configuration\Audit Policies\Object Access -> Audit File System -
    Success on a file server.
    After that, I have enabled successful Create files/Create Folders on a folder for the built-in group Everyone.
    That part works fine, I can see when users are creating files on the folders. But I also get a lot of Extreme amounts of other events logged in the Security log, and everything is coming from the backup agent running on the server (NetBackup in this case).
    How come that a backup agent is creating the events like this? It makes filtering much harder afterwards. The business requirements is to audit Everyone who is adding files to a specific folder, not all the rest of the server. The server
    is Win2008 R2.
    Example:
    An attempt was made to access an object.
    Subject:
    Security ID: SYSTEM
    Account Name: FILESERVER01$
    Account Domain: MYDOMAIN
    Logon ID: 0x3e7
    Object:
    Object Server: Security
    Object Type: File
    Object Name: \Device\HarddiskVolumeShadowCopy58\Windows\winsxs\amd64_microsoft-windows-audio-audiocore_31bf3856ad364e35_6.1.7601.18619_none_d4cab625fb3adf96\audiosrv.dll
    Handle ID: 0x3c4
    Process Information:
    Process ID: 0x1048
    Process Name: C:\Program Files\VERITAS\NetBackup\bin\bpbkar32.exe
    Access Request Information:
    Accesses: WriteAttributes

    Hi Steve,
    I feel your pain, I turned on logging on a file server and found the security log filling 4GB in a couple of hours. I think the key is being very selective about what you audit. I found this article useful and it had some powershell and ideas for helping
    make sense of the information overload - http://blogs.technet.com/b/mspfe/archive/2013/08/27/auditing-file-access-on-file-servers.aspx
    In my opinion though you really need a third party solution to make this viable, two I've looked at are
    Netwrix File Server Auditor and
    FileAudit which seem very similar in functionality and ease of use. These basically read in the event log to provide long term archive and reporting on it.
    Good luck,
    Tim

  • Putting header information on access log files

    Can anybody suggest how to put a Apache Extended with Cookies LogFormat(i.e. "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"{User-Agent} i\"\"{Cookie}i\"") information in access log file headers in Oracle10g application server probably for webcache. I also want to know the location in which and where this configuration files resides.
    Thanks,
    Kamal

    Are You using IronPort URL Filters or Cisco IronPort Web Usage Controls.
    I'm using Cisco IronPort Web Usage Controlsand it shows:
    IW_csec,-,"Unknown","-","Unknown","Unknown","-","-",462.00,0,-,"-","-">
    Seems Your does not handle categorization and skips that part.

  • Retrive  User & Cookie Information Using Apache Access Log Files

    Hi All
    The following information are not showing under Apache access log files that is used with Oracle Appserver (10g 10.1.2) given below.
    1)User Informations
    2)Cookie Informations
    We are using below Commands in the httpd.conf File that have specified in the documents link given below
    http://download-west.oracle.com/docs/cd/B31017_01/web.1013/q20201/logs.html#accesslog
    LogFormat "%h %l %u %t \"%r\" %>s %b %v \"%{Referer}i\" \"%{User-Agent}i\" \"%{cookie}n\"" combined
    Please anyone can tell what are the necessary informations that we have to specified in the httpd.conf file to retrive Cookie and user Informations.
    Thanks to all
    Sona

    Thanks for your reply
    Can u please check the below link for the cookie flag information
    http://download-west.oracle.com/docs/cd/B31017_01/web.1013/q20201/mod/mod_usertrack.html
    For your information i have logged in already.
    Our Sample O/p is given below
    151.146.191.186 - - [28/Dec/2006:10:13:05 +0530] "GET /Tab_files/lowerbox.gif HT
    TP/1.1" 200 150 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows)"
    We are using the below command format
    LogFormat "%h %l %u %t \"%r\" %>s %b %{cookie}n \"%{Referer}i\" \"%{User-Agent}i\"" combined
    But User and Cookie informations is not displaying.
    what steps should i follow.
    Looking for the favourable reply
    Thanks

  • Retrive Cookie Information in the Apache Access Log Files

    Hi All,
    Can anyone give me the solution or any link to follow the steps for retriving cookie information and user information in the Apache Access log files using httpd.conf file.
    we are using Oracle Appserver 10.1.2 Version and we have specfied below commands in httpd.conf file.
    LogFormat "%h %l %u %t \"%r\" %>s %b %v \"%{Referer}i\" \"%{User-Agent}i\" \"%{cookie}n\"" combined
    But it failed to retrive cookie and user informations
    Looking forward any one help.....
    Thanks
    Regards
    Sona

    Thanks for your reply
    Can u please check the below link for the cookie flag information
    http://download-west.oracle.com/docs/cd/B31017_01/web.1013/q20201/mod/mod_usertrack.html
    For your information i have logged in already.
    Our Sample O/p is given below
    151.146.191.186 - - [28/Dec/2006:10:13:05 +0530] "GET /Tab_files/lowerbox.gif HT
    TP/1.1" 200 150 - "-" "Mozilla/4.0 (compatible; MSIE 6.0; Windows)"
    We are using the below command format
    LogFormat "%h %l %u %t \"%r\" %>s %b %{cookie}n \"%{Referer}i\" \"%{User-Agent}i\"" combined
    But User and Cookie informations is not displaying.
    what steps should i follow.
    Looking for the favourable reply
    Thanks

  • How to access images files outside an ear file

    I tried accessing images that are not part of the ear file which i deployed. And
    which created on a fly during the execution of applicaiton. I get URL not found
    error, can any one let me know if is there any way where in i could access the
    files not part of deployed ear. I am uisnig Weblogic 6.1 Awaiting for a reply
    ASAP.
    Thanks
    Anastasia

    Generally, accessing files that are not within your
              war hierarchy is not allowed. Everything the webapp
              needs should be contained within the webapp.
              WebLogic does have an extension known as "virtual
              directories" which does allow you to access content
              outside the war. There is information on it at:
              http://e-docs.bea.com/wls/docs70/ConsoleHelp/war_webappext_virtualdirectorymapping_config.html
              mark
              > "Ajit Mukka" <[email protected]> wrote in message
              > news:[email protected]..
              >
              > Hi
              >
              > I tried accessing files that are part of my Default WebApp directory.
              > These files are not part of the ear file which i deployed. I create
              > few runtime files and make dynamic calls to access those files.
              > I get URL not found error, can any one let me know if is there any
              > way wherein i could access the files not part of deployed ear.
              > awaiting for a reply asap.
              >
              > Thanks
              > Ajit
              >
              

  • How has access.log file configured in WebLogic server 10.0?

    1.) I am using BEA Weblogic 10.0 and my access.log is not getting updated.
    2.) I also need any information as to how this Webblogic server forms chunks (ex....access00011.log,access00012.log) because i have a software called AWStats which merges all these chunks into 1 single access.log file under its subdirectory.
    3.) I also need information as to how and where the user can specify/ form his own fields which gets displayed in the access.log
    FYI i have 2 servers and i checked under Logging->HTTP->advanced, in both the servers options and configurations are same but in 1 it works fine and access.log is updating but not in the other one.
    Kindly let me know i you have any leads into this issue!
    Thanks,
    Varun

    Hi Ravish,
    Firstly thanks for the reply.
    1.) -----
    What you can do is to set the buffer-size-kb parameter value to "0" in config.xml so that it can start logging once the server starts coming up rather then waiting for the default size which is 8kb to pass.
    Something like below:
    <web-server-log>
    <buffer-size-kb>0</buffer-size-kb>
    <web-server-log>
    For more details check the below link:
    Search for: CR302493
    http://download.oracle.com/docs/cd/E11035_01/wls100/issues/known_resolved.html
    --- for this issue i had browsed throught the forum before posting but in my conf file i have something like this instead of <buffer-size-kb>0</buffer-size-kb>
    <web-server>
    <web-server-log>
    <number-of-files-limited>false</number-of-files-limited>
    <log-file-format>extended</log-file-format>
    </web-server-log>
    </web-server>
    So how do i go about the path of debugging now??
    2.) -------
    If you do not want rotation of access.log then you can just disable it from the below console path just by putting Rotation type as None
    Server -> <YOUR_SERVER_NAME> -> Logging (tab) -> HTTP (sub-tab) -> Rotation type: None
    ---- for this in both my servers i have the settings like this,
    Rotation type--> By Size
    Rotation File size 5000
    Begin rotation time 00:00
    rotation interval 24
    files to retain 7
    and Log file rotation directory is left blank (to get created in same directory)
    and also Rotate log file on startup is unchecked.
    so??? what do you suggest!?
    3.) ------
    I also need information as to how and where the user can specify/ form his own fields which gets displayed in the access.log
    ---- regarding this, in my main server the access.log is getting updated and after 4.8Mb its creating 5Mb chunks. So, for example if the entire log is of 15 Mb then access.log stops updating at 4.98Mb and accesslog.out0001 and accesslog.out0002 is created with 5Mb each but the latest entry will be stored in accesslog.out0002 file. I hope i didn't complicate this :)
    Regards,
    Varun

  • Unable to access media files on network via wirele...

    Up until a month ago was able to access media files through wireless, Os is wins 7, HomeHub 2. the curious thing is no problem accessing internet wirelessly, Have reconfigured Homegroup network, changed WEP key, channel no,reset connected devises then for a couple of minutes I actually access my media files then nothing , and nothing since. unable to access Hub manager from desktop icon or internet browser now. One thing that might be pertinent is that my father has  just had YouView installed around the time the problem started. Contacted the call centre for help they came back informing me that you cannot share files through a BT Hub ! last resort sent an email . Anyone out there can throw me a line I'd much appreciate it

    Try a factory reset of the homehub by pressing a pin into the recess button on the rear for about 20 seconds. This will put your wireless passkey which is on the homehub label so you will need to either reconnect your devices to the default wireless passkey or change it back to what you had.

  • All my desktop icons are Adobe Reader icons, can't access related files

    I was trying to open a file this morning, and when a pop-menu asked what application I wanted to choose (from a list) to open it, I clicked on Adobe Reader - just as a guess.   After that,  just about all my desktop icons are Adobe icons, and when I click on them, the pop up menus says I can't access the file.   These icons also show up on my menu of all my MS Office programs like Outlook, Word, Excel,  etc. 
    Tech support at Adobe recommended I use System Restore, but it also is now an Adobe icon, so I can't open it.    If anyone can help reverse this, I'd greatly appreciate it.
    Thanks,
    David

    Hi,
    This also happened to me this morning. Now all my icons are PDF symbols and Reader opens when I try to open any other program. I uninstalled Reader it and it fixed itself but when I reinstalled the program the same issue occurred.
    I wanted to make PDF reader the default application when openning PDF's vs. Distiller, tinkered and broke my computer.
    Any clues on how to bring everything back to normaL?

  • Mail cannot access your mailbox information because it is in use

    I have my mail on a Truecrypt drive and I have an alias pointing to that drive in my library and so sometimes I get this message:
    "Mail cannot access your mailbox information because it is in use."
    Options are:
    "Quit and rebuild Information" or "Quit"
    If I rebuild then I was losing all my sent messages which is a drag and it takes a while to re-download all the messages. So what I tried was deleting the Envelope Index.lock file and then launch mail and it started up with no problems.
    I think the reason this is happening is that it is possible that when I shut my computer down, Truecrypt dismounts the drive while Mail is accessing the mail folder (hence the lock file) and so when I start up again and remount the truecrypt drive that lock file is still there and I have to delete it or Mail thinks some other program is using the mail folder. Just a guess.
    Hope this helps someone else if they Google this error.

    I do but I do it from another computer -- that is the whole point of IMAP, by the way. I don't see how my accessing the IMAP server from another computer should cause Mail.app to think that my mailboxes on my local host, which are just copies, need to be rebuilt. I filed a bug on this and Apple gave me the annoying "Known issue" response, which means maybe they'll fix it, maybe not, thank you very much. It went away for a while, and now it's back again... sigh.

  • Recurrent error in Win32 install logs (The process cannot access the file..

    hi forum !
    I'm already on my third installation of Hyperion Essbase and still getting the same error within the logs :
    (Jan 31, 2008 1:48:29 PM), essbaseServer7_0_0Suite, com.installshield.wizard.platform.win32.WindowsSharedFiles, err, ServiceException: (error code = -30016; message = "The process cannot access the file because it is being used by another process.
    (32)"; severity = 0)
    STACK_TRACE: 23
    ServiceException: (error code = -30016; message = "The process cannot access the file because it is being used by another process.
    (32)"; severity = 0)
         at com.installshield.wizard.platform.win32.Win32FileServiceImpl.win32SetFileModified(Native Method)
         at com.installshield.wizard.platform.win32.Win32FileServiceImpl.setFileModified(Win32FileServiceImpl.java:115)
         at sun.reflect.GeneratedMethodAccessor272.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
         at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:51)
         at com.installshield.wizard.service.file.GenericFileService.setFileModified(GenericFileService.java:185)
         at com.installshield.product.actions.Files.setFileTimes(Files.java:1608)
         at com.installshield.product.actions.Files.install(Files.java:460)
         at com.installshield.wizard.platform.win32.WindowsSharedFiles.install(WindowsSharedFiles.java:87)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(PureJavaProductServiceImpl.java:1916)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(PureJavaProductServiceImpl.java:5195)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(InstallableObjectVisitor.java:369)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(InstallableObjectVisitor.java:333)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(InstallableObjectVisitor.java:133)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4563)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3758)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:41)
         at java.lang.Thread.run(Unknown Source)
    can use the products but this shouldn't be fine... do I have to stop a service or grant some permission ? any help is appreciated.
    thanks & regards,

    not having any JAVA_HOME env var. Did some checkings and :
    - one machine was having Java libraries because of DB2
    - the other machine was a fresh Win2003SP1 with SQL Server 2005
    guess can set JAVA_HOME to C:\Hyperion\common\JRE\Sun\1.5.0 before installing Essbase, but also guess it's a documented/automatic step... wonder what I'm missing ?
    doing the most basic-mode installations (defaults, automatic deployments), once I get them clean will perform more sophisticated ones. Searched the 9.3.1 doc PDFs without useful findings.

Maybe you are looking for

  • Down Payment Table Name

    Hi Can any one tell me the table name for down payement. The field is avl in PO (ME23N) view, Header Details, Status Tab..(the value filed). We are developing a report, In this the down payment value to be flow from the PO. Regards Vijay

  • Fusion-Icon

    I reinstalled everything recently. When I try to run Fusion-Icon as anything other than root I get this: [grod@ficulnean ~]$ fusion-icon * Detected Session: unknown * Searching for installed applications... Traceback (most recent call last): File "/u

  • Sending query result as html email

    hi, I have requirement to send query result as html emial to user, is there a possibility to send it? database is 11.2.3 thanks, 7Z

  • About configurable material

    hello, any body pls explain me. i am facing to issues pls provide me solution 1) my scenario is make to order with configurable material. when i am creating sales order in configuration i have maintined characteristic which were mainly required and s

  • Scenarios bundle and sample excel files for customer for SAP MDM

    Hi: In SAP MDM we have the business content which has the archive of the models like customer etc. We also get scenarios bundle with some sample data for customer to load into the above model. I have the archive but not teh excel files/Scenarios bund