Role-base Policy without wildcard (*) in agentsample app?

I'm using the Tomcat Policy Agent 2.2 with AM installed on Windows.
Authentication works fine.
I'm trying to create a role-based URL policy for an individual servlet based on the agentsample web-app that comes with the PA.
I created the role (manager), the users, everything in the sample app doc. I'm using a PA filter.mode of URL_POLICY (I don't want J2EE declaritive security).
When the policy Rule is set to http://*:8080/agentsample/* authorization works as expected. Those users who are in the manager role can see the servlet (urlpolicyservlet). Those who are not in the manager role get access denied.
BUT - when the Rule is set as the doc specifies http:/*:8080/agentsample/urlpolicyservlet, everybody gets access denied.
How do I set a Policy/Rule at the individual servlet or web-page level?
Thx
Jason

Turning up the debug level gave me a hint that led to the solution.
The servlet being access is actually in /agentsample/jsp. I added a Rule for http://<server>:<port>/agentsample/jsp/* and it started working as expected.
Thx!
Jason

Similar Messages

  • Can i use the retention policy without using the Flash Recovery area?

    Yes ,lets see here
    RMAN>list backup summary
    C:\>dir *.bus
    Volume in drive C is khurram
    Volume Serial Number is F49D-FF2B
    Directory of C:\
    File Not Found
    C:\>dir *.arc
    Volume in drive C is khurram
    Volume Serial Number is F49D-FF2B
    Directory of C:\
    File Not Found
    RMAN> crosscheck backup
    2> ;
    using channel ORA_DISK_1
    RMAN> list backup summary
    2> ;
    RMAN> show retention policy
    2> ;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
    RMAN> run {
    2>   allocate channel ch0 type disk;
    3>   backup as compressed backupset database format
    4>   'c:\rman_%s_%d_%T.bus'
    5>   plus archivelog format 'c:\arch_%s_%d_%T.arc';
    6>   release channel ch0;
    7>   allocate channel ch1 device type disk format 'c:\arch_%s_%d_%T.arc';
    8>   release channel ch1;
    9>   delete force noprompt obsolete;
    10>   allocate channel ch2 device type disk format 'c:\rman_%s_%d_%T.bus';
    11>   release channel ch2;
    12>   delete force noprompt obsolete;
    13> }
    released channel: ORA_DISK_1
    allocated channel: ch0
    channel ch0: sid=146 devtype=DISK
    Starting backup at 15-APR-08
    current log archived
    channel ch0: starting compressed archive log backupset
    channel ch0: specifying archive log(s) in backup set
    input archive log thread=1 sequence=24 recid=79 stamp=652108461
    input archive log thread=1 sequence=25 recid=80 stamp=652112650
    channel ch0: starting piece 1 at 15-APR-08
    channel ch0: finished piece 1 at 15-APR-08
    piece handle=C:\ARCH_130_ORCL1_20080415.ARC comment=NONE
    channel ch0: backup set complete, elapsed time: 00:00:05
    Finished backup at 15-APR-08
    Starting backup at 15-APR-08
    channel ch0: starting compressed full datafile backupset
    channel ch0: specifying datafile(s) in backupset
    input datafile fno=00001 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ORCL1\SYSTEM01.DB
    F
    input datafile fno=00003 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ORCL1\SYSAUX01.DB
    F
    input datafile fno=00004 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ORCL1\USERS01.DBF
    input datafile fno=00002 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ORCL1\UNDOTBS01.D
    BF
    channel ch0: starting piece 1 at 15-APR-08
    channel ch0: finished piece 1 at 15-APR-08
    piece handle=C:\RMAN_131_ORCL1_20080415.BUS comment=NONE
    channel ch0: backup set complete, elapsed time: 00:00:45
    Finished backup at 15-APR-08
    Starting backup at 15-APR-08
    current log archived
    channel ch0: starting compressed archive log backupset
    channel ch0: specifying archive log(s) in backup set
    input archive log thread=1 sequence=26 recid=81 stamp=652112703
    channel ch0: starting piece 1 at 15-APR-08
    channel ch0: finished piece 1 at 15-APR-08
    piece handle=C:\ARCH_132_ORCL1_20080415.ARC comment=NONE
    channel ch0: backup set complete, elapsed time: 00:00:02
    Finished backup at 15-APR-08
    Starting Control File and SPFILE Autobackup at 15-APR-08
    piece handle=C:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ORCL1\AUTOBACKUP\2008_
    04_15\O1_MF_S_652112718_408X3ZVJ_.BKP comment=NONE
    Finished Control File and SPFILE Autobackup at 15-APR-08
    released channel: ch0
    allocated channel: ch1
    channel ch1: sid=146 devtype=DISK
    released channel: ch1
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 1
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=146 devtype=DISK
    Deleting the following obsolete backups and copies:
    Type                 Key    Completion Time    Filename/Handle
    Backup Set           128    15-APR-08
      Backup Piece       128    15-APR-08          C:\ARCH_130_ORCL1_20080415.ARC
    Archive Log          79     15-APR-08          C:\ORACLE\PRODUCT\10.1.0\FLASH_RE
    COVERY_AREA\ORCL1\ARCHIVELOG\2008_04_15\O1_MF_1_24_408RYXDF_.ARC
    Archive Log          80     15-APR-08          C:\ORACLE\PRODUCT\10.1.0\FLASH_RE
    COVERY_AREA\ORCL1\ARCHIVELOG\2008_04_15\O1_MF_1_25_408X1SCR_.ARC
    deleted backup piece
    backup piece handle=C:\ARCH_130_ORCL1_20080415.ARC recid=128 stamp=652112652
    deleted archive log
    archive log filename=C:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ORCL1\ARCHIVEL
    OG\2008_04_15\O1_MF_1_24_408RYXDF_.ARC recid=79 stamp=652108461
    deleted archive log
    archive log filename=C:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ORCL1\ARCHIVEL
    OG\2008_04_15\O1_MF_1_25_408X1SCR_.ARC recid=80 stamp=652112650
    Deleted 3 objects
    released channel: ORA_DISK_1
    allocated channel: ch2
    channel ch2: sid=146 devtype=DISK
    released channel: ch2
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 1
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: sid=146 devtype=DISK
    no obsolete backups found
    RMAN>
    C:\>dir *.bus
    Volume in drive C is khurram
    Volume Serial Number is F49D-FF2B
    Directory of C:\
    04/15/2008  02:24 PM        96,813,056 RMAN_131_ORCL1_20080415.BUS
                   1 File(s)     96,813,056 bytes
                   0 Dir(s)  61,960,724,480 bytes free
    C:\>dir *.arc
    Volume in drive C is khurram
    Volume Serial Number is F49D-FF2B
    Directory of C:\
    04/15/2008  02:25 PM            56,832 ARCH_132_ORCL1_20080415.ARC
                   1 File(s)         56,832 bytes
                   0 Dir(s)  61,960,724,480 bytes free
    C:\>
    RMAN> run {
    2>   allocate channel ch0 type disk;
    3>   backup as compressed backupset database format
    4>   'c:\rman_%s_%d_%T.bus'
    5>   plus archivelog format 'c:\arch_%s_%d_%T.arc';
    6>   release channel ch0;
    7>  }
    released channel: ORA_DISK_1
    allocated channel: ch0
    channel ch0: sid=146 devtype=DISK
    Starting backup at 15-APR-08
    current log archived
    channel ch0: starting compressed archive log backupset
    channel ch0: specifying archive log(s) in backup set
    input archive log thread=1 sequence=26 recid=81 stamp=652112703
    input archive log thread=1 sequence=27 recid=82 stamp=652112873
    channel ch0: starting piece 1 at 15-APR-08
    channel ch0: finished piece 1 at 15-APR-08
    piece handle=C:\ARCH_134_ORCL1_20080415.ARC comment=NONE
    channel ch0: backup set complete, elapsed time: 00:00:02
    Finished backup at 15-APR-08
    Starting backup at 15-APR-08
    channel ch0: starting compressed full datafile backupset
    channel ch0: specifying datafile(s) in backupset
    input datafile fno=00001 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ORCL1\SYSTEM01.DB
    F
    input datafile fno=00003 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ORCL1\SYSAUX01.DB
    F
    input datafile fno=00004 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ORCL1\USERS01.DBF
    input datafile fno=00002 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ORCL1\UNDOTBS01.D
    BF
    channel ch0: starting piece 1 at 15-APR-08
    channel ch0: finished piece 1 at 15-APR-08
    piece handle=C:\RMAN_135_ORCL1_20080415.BUS comment=NONE
    channel ch0: backup set complete, elapsed time: 00:00:45
    Finished backup at 15-APR-08
    Starting backup at 15-APR-08
    current log archived
    channel ch0: starting compressed archive log backupset
    channel ch0: specifying archive log(s) in backup set
    input archive log thread=1 sequence=28 recid=83 stamp=652112925
    channel ch0: starting piece 1 at 15-APR-08
    channel ch0: finished piece 1 at 15-APR-08
    piece handle=C:\ARCH_136_ORCL1_20080415.ARC comment=NONE
    channel ch0: backup set complete, elapsed time: 00:00:02
    Finished backup at 15-APR-08
    Starting Control File and SPFILE Autobackup at 15-APR-08
    piece handle=C:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ORCL1\AUTOBACKUP\2008_
    04_15\O1_MF_S_652112928_408XBKCZ_.BKP comment=NONE
    Finished Control File and SPFILE Autobackup at 15-APR-08
    released channel: ch0
    RMAN> report obsolete
    2> ;
    RMAN retention policy will be applied to the command
    RMAN retention policy is set to redundancy 1
    Report of obsolete backups and copies
    Type                 Key    Completion Time    Filename/Handle
    Backup Set           129    15-APR-08
      Backup Piece       129    15-APR-08          C:\RMAN_131_ORCL1_20080415.BUS
    Backup Set           130    15-APR-08
      Backup Piece       130    15-APR-08          C:\ARCH_132_ORCL1_20080415.ARC
    Backup Set           131    15-APR-08
      Backup Piece       131    15-APR-08          C:\ORACLE\PRODUCT\10.1.0\FLASH_RE
    COVERY_AREA\ORCL1\AUTOBACKUP\2008_04_15\O1_MF_S_652112718_408X3ZVJ_.BKP
    Backup Set           132    15-APR-08
      Backup Piece       132    15-APR-08          C:\ARCH_134_ORCL1_20080415.ARC
    Archive Log          81     15-APR-08          C:\ORACLE\PRODUCT\10.1.0\FLASH_RE
    COVERY_AREA\ORCL1\ARCHIVELOG\2008_04_15\O1_MF_1_26_408X3HRP_.ARC
    Archive Log          82     15-APR-08          C:\ORACLE\PRODUCT\10.1.0\FLASH_RE
    COVERY_AREA\ORCL1\ARCHIVELOG\2008_04_15\O1_MF_1_27_408X8RXN_.ARC
    RMAN>Note: i have archivelog which is at FRA ,it also apply there and as well yours own defined backupsets path.
    Yours comments are wellcome.
    http://oraware.blogspot.com/2008/04/can-i-use-retention-policy-without.htmlKhurram

    Hmmm, I can't see where the confusion originates. The table near the bottom of www.apple.com/timecapsule/specs.html has one row labelled "For backup using Time Machine" and another row labelled "For AirPort Disk with a USB hard drive".
    The requirement for backup via Time Machine is OS 10.5.1 or better. Time Machine is not supported in pre-Leopard (OS 10.5) nor in Windows.
    The requirement for using Time Capsule as a remote disk is identified as "Mac with Mac OS X v10.4.8 or later" or "PC with Windows XP (SP2) or Windows Vista; Bonjour for Windows (included on Time Capsule CD)".
    Doesn't that pretty much spell out that Time Capsule works as a network drive without the need for Time Machine?
    Also Joe (the OP) never indicated any desire to use it with Windows so I'm not sure why all the discussion about Windows compatibility. ??
    Also the quote posted by Henry seems pretty clear:
    "Time Capsule with Time Machine in Leopard is the ideal backup solution. But that doesn’t mean Tiger, Windows XP, and Windows Vista users can’t enjoy the benefits of Time Capsule, too. Because it mounts as a wireless hard drive, Tiger and Windows users simply access Time Capsule directly from the wireless network for exchanging and storing files quickly and easily."

  • Can I use the same iTunes account for 2 iPads without having the same apps on both?

    Can I use the same iTunes account for 2 iPads without having the same apps on both? Everytime I try to sync my new iPad, it syncs all the apps that are on my account. If I can do this, can someone tell me how please???

    Yes you can, easily.  When you plug the first pad in to sync, note the name of the pad on the last pane.  Set up for that device whatever you want to sync.  When you are done, plug the second pad in.  Make sure it has a different name on the left pane.   Then sync to that pad whatever you want.  I tunes will remember what you did on each pad, and will start from there the next time you plug in.

  • My Apple ID at the Apps store is messed up so. It identifies me by an email address that isn't current--I deleted it because of too much spam. I have a new Apple ID. How may I use it at the App store without losing all the Apps I,ve purchased undert

    Question: I have changed my Pple ID. However The PPS Store insists that the cancelled ID is me, and trying to change either the name or password is an endless circle. The email account name I previously used was, I believe, hacked so I terminated the email account. So, apple no longer shows it.
    Please help me. I want to get back into the App Store without losing all the apps I've purchased.

    Welcome to the Apple Community.
    Did you create a new a new account or just change the email address on your existing account.

  • HT4972 i have version 4.3.3 and am updating my iphone software. I am updating it on a computer that is not mine, as i only have an iPad. Can I do this without loosing my music, apps, photos, etc?

    i have version 4.3.3 and am updating my iphone software. I am updating it on a computer that is not mine, as i only have an iPad. Can I do this without loosing my music, apps, photos, etc?

    You do see the devices heading on the left sidebar? If you don't see the sidebar, go to View>Show sidebar in the iTunes menu and then check to see if the device appears.
    If that isn't the problem, go through the troubleshooting steps. It could be the Apple Mobile Device Service issue.
    iOS: Device not recognized in iTunes for Windows - Support - Apple

  • HT4007 Already have Aperture 3 license, how do I install it on another Mac without rebuying it from App store?

    Already have Aperture 3 license, how do I install it on another Mac without rebuying it from App store?

    As you can see from all the replies to your question if you are not clear in describing the situation it is very difficult to try and help you.
    So first how did you originally purchase Aperture? App Store, DVD or Unlocked Trial version.
    If you purchased it from the App store if you log into the App Store with the same Apple ID you used to purchase Aperture then you will be able to install it on other systems besides the one you originally installed it on. Even though the button says Purchase you will not be charged again as lolongnd as this is the same Apple ID you used the first time.
    If you installed from DVD or Trail unlock post back.

  • After I downloaded the new version of iTunes 11.0.1 and i try to open it it says: ''There is no application set to open the document ''iTunes 11.0.1.dmg.part''. How can i install this without paying for an app to do it?

    After I downloaded the new version of iTunes 11.0.1 and i try to open it it says: ''There is no application set to open the document ''iTunes 11.0.1.dmg.part''. How can i install this without paying for an app to do it? What apps can i download to do this type of work.

    .dmg.part is not a complete file..  It usually indicates that the entire file has not been downloaded yet.  Are you sure you downloaded the entire file?   (i recommend updating itunes through  > Software Update
    Alternatively, you can download it from here: http://support.apple.com/kb/DL1614

  • How do I close a numbers document without closing the entire app?

    Can anyone tell me how I can close a numbers document without closing the entire app? i.e. go back to the folders display page - is this even possible?

    It is not a bug, but a new feature.<br />
    Some menu entries in the main menu bar are hidden if you use the mouse and only appear if you use the keyboard to open the menu (Bug 626825).
    You can see the difference if you use Alt+F to open the File menu or other menus like the Edit menu (Alt+E) and Bookmarks menu (Alt+B) and compare that to what you see if you use the mouse to open the menu after you have made the menu bar visible by tapping Alt or by pressing F10.
    *[https://bugzilla.mozilla.org/show_bug.cgi?id=626825 bug 626825] - Hide redundant menu commands unless the user invokes the menu using the keyboard (make use of the openedWithKey attribute)
    ''(please do not comment in bug reports; you can vote instead)''
    See also:
    * [[/questions/799856#answer-155765]]

  • How are you able to sync 2 iOS decivies on my computer through iTunes without having the same apps, music, etc. on both?

    How am i able to sync my iPod 4th GEN and my iPhone 4s on my computer through iTunes without having the same apps, music, etc. on both decivies?

    You will need to setup separate user account s on the computer. That is the only true way to separate all data and info. User accounts show when the computer first starts up, then you choose yours. The screen to choose a user account may not appear if you only have one user account setup on the computer. On Mac, go to System Preferences>Accounts/Users and Groups>click plus at bottom left and follow prompts. Setup as administrator. PC...
    Create a New User Account for Windows XP
    From the Start menu, choose Control Panel.
    Open User Accounts.
    Select Create a new account and follow the instructions to complete the account setup process. Setup as Administrator
    Once the new account is created, choose Log Off from the Start menu.
    Log into the newly created user account.
    Open iTunes and try syncing again.
    Create a New User Account in Windows Vista
    From the Start menu, choose Control Panel.
    Open User Accounts.   Then Manage another account or Add or Remove
    Select Create a new account  and follow the instructions to complete the account setup process. Choose Administrator in checkbox.
    Once the new account is created, choose Start menu Log Off from account.
    Log into the newly created user account.
    Open iTunes and try syncing again.

  • Is there anyway to open a mobi format book on ipad without installing the kindle app but any other app

    Is there anyway to open a mobi format book on ipad without installing the kindle app but any other app

    Have you tried GoodReader? It claims to handle very large file sizes and it's very good for annotations. It's my PDF reader of choice on the iPad
    From the GoodReader manual:
    File types to view in GoodReader
    There are two types of viewing engines - the ones that we've written ourselves, and the built-in device's standard viewing engine. Our own engines provide great flexibility and many additional features not found in the built-in engine (for example, opening very large files). The built-in engine is very powerful and knows many file formats, but has many limitations and no additional features.
    Files of very big size (our own viewing engine):
    very large PDF files (including password-protected). File size is not the limit. Revolutionary PDF Reflow (Extract Pure Text) mode. See Viewing PDF Files for details.
    very large TXT files. See Viewing TXT Files for details.
    high-resolution pictures and other graphic files (including slideshow viewing mode). See Viewing Pictures for details.
    And as a free bonus - files of normal size (iOS standard viewing engine):
    all file formats supported by Safari engine: Microsoft Office files - Word, Excel, PowerPoint, HTML files and Safariwebarchives
    iWork'08/09 files - Pages, Numbers, Keynote (files must be saved with Include Preview option)
    .ai files saved with PDF Compatible option
    audio files (natively supported by iOS)
    video files (natively supported by iOS)

  • I am travelling for a year. I have my iPod touch 4g with me, but not my MacBook. Is there a way I can update to IOS 5 without losing my music,apps, photos..

    I am travelling for a year. I have my iPod touch 4g with me, but not my MacBook. Is there a way I can update to IOS 5 without losing my music,apps, photos..

    Yes. get a computer with iTune 10.5 and:
    - Transfer iTunes purchases to the computer:
    iTunes Store: Transferring purchases from your iPhone, iPad, or iPod to a computer
    - Transfer other stuff using a third-party program like one of those discussed here.  Most are good for music.  It is harder to find one for other stuff like synced photos.
    Copy music from Ipod to new computer...: Apple Support Communities
    - Connect the iPod to the computer and make a backup by right-clicking on the iPod under Devices in iTunes and selecting Back Up
    - Restore the iPod from backup and sync as neccessary.

  • My daughter cant remember her passcode, and she has never synced it.  Is there any way to restore without losing all the apps and music?

    My daughter can't remember her passcode, and she has never synced it.  Is there any way to restore it without losing all the apps and music that were downloaded?

    If you can't remember the Passcode, you need to restore the device from the computer it was last synced with.
    Follow the instructions for putting the device in recovery mode >  iPhone and iPod touch: Unable to update or restore
    If you are a resident of the U.S., have iTunes 10.3 or later installed, and iOS 4.3.3 or later, can re download iTunes purchases for free.
    So retore the iPod, then re download the iTunes media.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Role-base CLI Problem

    Hello dear
      My problem with Role Base CLI
    I just want to an access to configure router OSPF
    I created view OSPF-TUNE
    parser view OSPF-TUNE
    R1(config-view)#commands exec include configure terminal
    R1(config-view)#commands configure include router ospf
    But when I entered the OSPF-TUNE
    R1#?
    Exec commands:
      configure  Enter configuration mode
      enable     Turn on privileged commands
      exit       Exit from the EXEC
      show       Show running system information
    R1#conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    R1(config)#?
    Configure commands:
      do      To run exec commands in config mode
      exit    Exit from configure mode
      router  Enable a routing process
    I just want to an access to configure router OSPF But...
    R1(config)#router ?
      bgp       Border Gateway Protocol (BGP)
      isis      ISO IS-IS
      iso-igrp  IGRP for OSI networks
      mobile    Mobile routes
      odr       On Demand stub Routes
      ospf      Open Shortest Path First (OSPF)
      rip       Routing Information Protocol (RIP)
    Please Help Me...

    Hello dear
      My problem with Role Base CLI
    I just want to an access to configure router OSPF
    I created view OSPF-TUNE
    parser view OSPF-TUNE
    R1(config-view)#commands exec include configure terminal
    R1(config-view)#commands configure include router ospf
    But when I entered the OSPF-TUNE
    R1#?
    Exec commands:
      configure  Enter configuration mode
      enable     Turn on privileged commands
      exit       Exit from the EXEC
      show       Show running system information
    R1#conf t
    Enter configuration commands, one per line.  End with CNTL/Z.
    R1(config)#?
    Configure commands:
      do      To run exec commands in config mode
      exit    Exit from configure mode
      router  Enable a routing process
    I just want to an access to configure router OSPF But...
    R1(config)#router ?
      bgp       Border Gateway Protocol (BGP)
      isis      ISO IS-IS
      iso-igrp  IGRP for OSI networks
      mobile    Mobile routes
      odr       On Demand stub Routes
      ospf      Open Shortest Path First (OSPF)
      rip       Routing Information Protocol (RIP)
    Please Help Me...

  • I want to know if we can change our Apple ID without losing all our apps and informations?

    Hi,
    I wanted know if we can change our Apple ID without losing all our apps and information?  We've been having problems with our current emails, and we want to change to a different email address.  However, we've been hearing that everything associated with our emails now can be deleted.. We don't know if that's true or not?  Thank You

    Hi Elizan,
    Just to make sure you are aware - it is REALLY important to delete the iCloud account on your devices and computers before you change your ID! As the article that picas provided, you should also sign out of Messages, Facetime, etc. but the iCloud one is the one that will cause you real grief if you don't delete it before the change.
    Just wanted to let you know!
    Cheers,
    GB

  • HT1420 I just bought my cousin's ipod, and I want to update it on my computer.  However, it needs authorization from his account to keep all the apps, and he's already authorized it on 5 computers.  How can I update this ipod without losing all the apps?

    I just bought my cousin's ipod, and I want to update it on my computer.  However, it needs authorization from his account to keep all the apps, and he's already authorized it on 5 computers.  How can I update this ipod without losing all the apps?

    You cannot use someone else's apps without violating the license agreement. The apps are tied to the owner (via Apple ID). The right thing to do would be to update and start fresh.

Maybe you are looking for

  • Spot color printing to PDF from IDCS3

    I've created a simple 3-color document in spot color (200, 465 and black).  The black is the background and the 2 other colors are in a logo and some added text.  When I export to high-quality PDF the 200 and 465 spot colors are preserved but the bla

  • Reinstalling Acrobat XI

    I installed Acrobat XI on my new desktop last November.  The hard drive crashed and now I have to reinstall Acrobat on the desktop.  How do I do this and still have a second installation subscription available for the new laptop I just purchased?

  • Adobe Credentials for NW04s Snreak Preview not fully working

    It seems like the Adobe Interactive Form credential file provided from SDN (https://www.sdn.sap.com/irj/sdn/softwaredownload?download=https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/adobe_credential_

  • Oracle Interview Questions

    Hi All, Could you please answer the below important interview questions: 1)Lets say many oracle DBs are running on one unix server.How would you determine how many are running. 2)How would you determine that the shared memory segments/semaphores belo

  • Editing photo size

    I am trying to import photos into Adobe Premiere Pro and need to resize the photos.  How do I resize and save the revised photo in I-photo?