What is the best way to SSO custom Tomcat J2EE, Sharepoint and Portal?

We are implementing EP7.0 and I believe we can use logon tickets and SAPSECULIB to integrate all our infrastructure which is Sharepoint (Runs on IIS), our custom J2EE applications (run on Apache webserver and Tomcat).
Is using of logon tickets and SAPSECULIB the recommended way to accomplish SSO or is there a better way?
Thanks in advance

Hi Victoria,
I would put the html file that you generated on the file system
let say the Apache/Apache/htdocs
Then I'd put an HTML portlet on the page and show the HTML file using an iframe
<iframe src="name of your file"
            height="600"
            width="800"
            frameborder="0"
            scrolling="no"
</iframe>Hope this helps.
Cheers
Diego

Similar Messages

  • What is the best way to do a 10.8 reinstall and keep all of my data?

    What is the best way to do a 10.8 reinstall and keep all of my data?

    Boot to the recovery disk and reinstall the os. That said you do have a back up just in case (I trust)?

  • I am getting pop ups on safari and firefox lately and am worried i may have malware or something now on my computer doing this. What is the best way to check this out for sure and remove it?

    I am getting pop ups on safari and firefox lately and am worried I may have malware or something now on my computer doing this. What is the best way to check this out for sure and remove it?

    Please review the options below to determine which method is best to remove the Adware installed on your computer.
    The Easy, safe, effective method:
    http://www.adwaremedic.com/index.php
    If you are comfortable doing manual file removals use the somewhat more difficult method:
    http://support.apple.com/en-us/HT203987
    Also read the articles below to be more prepared for the next time there is an issue on your computer.
    https://discussions.apple.com/docs/DOC-7471
    https://discussions.apple.com/docs/DOC-8071
    http://www.thesafemac.com/tech-support-scam-pop-ups/

  • What is the best way to double buffer in this case and how to do it....

    currently I have
    public class Frame1 extends JFrame{
    //inside this class I call up circle class, rectangle class, etc.... to draw
    }I am making a "paint" program, and I have individual classes to handle the paint methods heres an example:
    abstract public class Shape {
        public Shape() {
        public abstract void draw(Graphics g, Color c, int x, int y, int width,int height);
    }and then....
    public class Circle extends Shape{
        public Circle() {
        public void draw(Graphics g, Color c, int oldx, int oldy, int newx, int newy) {
            g.setColor(c);
            g.drawOval(Math.min(oldx, newx), Math.min(oldy, newy), Math.abs(oldx - newx), Math.abs(oldy - newy));
    }There is also a Rectangle class, line class.... etc! So my question to you is the following... what is the best way to implement double buffer in the individual classes? And how to do it?? And also.... the drawings should be kept inside a jPanel.
    Any bit of help is much appreciated Thank you!!

    You don't need to do double-buffering. Swing
    components are double-buffered by default. Just make
    sure you override paintComponent() and not paint().
    And even if you had to, why would there be any
    difference in implementation for your classes whether
    they paint to on- or off-screen graphics?I need to override paintComponent()? what if I don't...
    I am using JBuilder2005 and they automate somethings for me. So thats how they did it when they created the application they did this....
    public class Frame1 extends JFrame{
    /*** all my code here***/
    public class Application1 {
        boolean packFrame = false;
         * Construct and show the application.
        public Application1() {
            Frame1 frame = new Frame1();
            // Validate frames that have preset sizes
            // Pack frames that have useful preferred size info, e.g. from their layout
            if (packFrame) {
                frame.pack();
            } else {
                frame.validate();
            // Center the window
            Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
            Dimension frameSize = frame.getSize();
            if (frameSize.height > screenSize.height) {
                frameSize.height = screenSize.height;
            if (frameSize.width > screenSize.width) {
                frameSize.width = screenSize.width;
            frame.setLocation((screenSize.width - frameSize.width) / 2,
                              (screenSize.height - frameSize.height) / 2);
            frame.setVisible(true);
            try {
                jbInit();
            } catch (Exception ex) {
                ex.printStackTrace();
         * Application entry point.
         * @param args String[]
        public static void main(String[] args) {
            SwingUtilities.invokeLater(new Runnable() {
                public void run() {
                    try {
                        UIManager.setLookAndFeel(UIManager.
                                                 getSystemLookAndFeelClassName());
                    } catch (Exception exception) {
                        exception.printStackTrace();
                    new Application1();
        private void jbInit() throws Exception {
    }

  • What's the best way to merge, restore or reconstruct iPhoto and Aperture libraries to resolve images that are not found/offline?

    Hey there, Apple Support Communities.
    To start, I'm working on a MBP Retina 15" with a 2.3GHz i7 processor and 16 GB of RAM.  10GB free on a 256GB SS HD.  Attached are two external HDs - one 1TB Western Digital portable drive from 2011, one 2TB Porsche LaCie non-portable drive from 2013; both connected via USB.  All photo libraries in question are on the external drives.
    I have Aperture 3.5.1 and iPhoto 9.5.1.  I prefer to work in Aperture.
    The Issue(s)
    Over the years, I have accumulated a number of iPhoto libraries and Aperture libraries.  At one point, I thought my WD drive was dying so I purchased the LaCie and copied all libraries over the the LaCie drive.  (Turns out, there's probably an issue with my USB port reading drives, because I can once again see the WD drive and occasionally I can't see the LaCie drive.)
    So now I have old version of some libraries on the WD drive, and new versions on the LaCie drive.
    When I was moving things, I ran the software Gemini to de-dupe my iPhoto libraries.  Not sure what effect that may have had on my issues.
    In my main Aperture library and in some iPhoto libraries, I get the image-not-found badge or exclamation point.  I've dug through the hidden Masters folders in various libraries to find the original image.  In some cases, I have been able to find the original image, sometimes in a different version of the iPhoto library.
    My Question(s)
    1.  For Aperture libraries that have missing originals, is there some magical way to find them, or have they just disappeared into the oblivion?
    2.  For iPhoto libraries that have missing originals and I have found the original in another iPhoto library, what is the best way to proceed?
    3.  Are there quirks to merging iPhoto and Aperture libraries (by using the Import->Library) feature that I should be aware of?
    TL;DR: Too many iPhoto and Aperture libraries, and not all the original pictures can be found by the libraries anymore, though some originals still do exist in other libraries.  Steps/process to fix?
    Thank you!  Let me know if you need add'l info to offer advice.
    With appreciation,
    Christie

    That will not be an easy task, Christie.
    I am afraid, your cleaning session with Gemini may have actually removed originals. I have never used this duplicate finder tool, but other posters here reported problems. Gemini seems to replace duplicate original files in photo libraries by links, and this way, deleting images can cause the references for other images to break. And Aperture does not follow symbolic links - at least, I could never get it to find original files this way, when I experimented with this.
    1.  For Aperture libraries that have missing originals, is there some magical way to find them, or have they just disappeared into the oblivion?
    You have to find the originals yourself. If you can find them or restore them from a backup, Aperture can reconnect them. The reconnect panel can show you, where the originals are supposed to be, so youcan see the filename and make a Spotlight search.
    For iPhoto libraries that have missing originals and I have found the original in another iPhoto library, what is the best way to proceed?
    Make a copy of the missing original you found in a folder outside the iPhoto library. You can either open the iPhoto library in Aperture and use "File > Locate Referenced file" to reconnect the originals, or simply reimport them. Then Lift&Stamp all adjustments and metadata to the reimported version.
    See this manual page on how to reconnect originals:  Aperture 3 User Manual: Working with Referenced Images  (the paragraph:  Reconnecting Missing or Offline Referenced Images)
    Are there quirks to merging iPhoto and Aperture libraries (by using the Import->Library) feature that I should be aware of?
    References images will stay referenced, managed will remain managed. You need to unhide all hidden photos in iPhoto - this cannot be done in Aperture.
    and not all the original pictures can be found by the libraries anymore, though some originals still do exist in other libraries.  Steps/process to fix?
    That is probably due to Gemini's replacing duplicate originals by links, and your best cause of action is to fix this before merging the libraries. Reconnecting can be done for your iPhoto libraries in Aperture.

  • What is the best way to get rid of troyan virus and safari virus?

    what is the best way to get rid of viruses on my macbook?  the viruses are causing popups and saying that the device is infected.

    ds store wrote:
    ClamXav is only a scanner, it can't remove the MacDefender malware.
    Yes, it can. ClamXav scans and quarantines it. It was updated.
    http://www.reedcorner.net/news.php/?p=98
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 

  • What is the best way to run internet explorer on Mac and IPad and is it safe to do so??

    I need to run internet explorer to access new billing software,  what is the best way to do so and is it safe to run this on macbook and ipad if possible??

    You can't run IE on an iPad and the only way to use it on a Mac, since it's been discontinued for years for the Mac OS, is to install Windows either via Boot Camp or via running Windows as a virtual machine using something such as Parallels Desktop (my personal preference).
    Clinton

  • What is the best way to back-up my entire library, and How??

    I need to back up my library before somethings happens!!  What is the best way to do that?  Also how do you restore it back on your itunes???

    My 2 cents...
    Fast backup for iTunes library  (Windows)
    Grab SyncToy  2.1, a free tool from MS. This can be used to copy your entire iTunes library (& other important data folders) onto another hard drive or network share. You can then use SyncToy periodically to synchronise or echo your library to the backup. A preview will show which files need to be updated giving you a chance to spot unexpected changes and during the run only the new or updated files will be copied saving lots of time.
    If your media is all organised below the main iTunes folder then you should also be able to open the backup library on any system running the same version of iTunes, regardless of the drive letter or path it appears on.
    Step-by-step install guide
    You restore files simply by copying them back to where they are missing from, or copy back the entire folder in the event of a major disaster.
    tt2

  • What is the best way to take a cluster, unbundle it, and output to controls?

    I have a sub-VI with a cluster of controls coming into it. After I get the cluster into the sub-VI what is the best way to unbundle it and apply the values to the controls in the sub-VI? I am trying to stay away from unbundling it and then wiring a local variable of each control to the unbundled name. What other ways are there of performing this type of operation? Thanks in advance for any help.
    Troy

    Hi Troy,
    well you could work with clusters directly. This way there is no need to unbundle and bundle again...
    Otherwise you can work like this to change values in a cluster:
    (Yes I know, the code is quite senseless...)
    Message Edited by GerdW on 07-26-2007 04:21 PM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome
    Attachments:
    cluster.png ‏2 KB

  • What's the best way to backup all of my music and pictures?

    I have a Mac Mini with the Super Drive and i was woundering which is the best way to back all of the music that i have bought from iTunes and pictures i have in iPhoto, that way in case my Hard Drive crashes or i buy a new Mac Mini i can just transfer the files onto the new Hard Drive, is buying a iPod Video or a external hard drive be the best thing to do or can i just burn everything on a DVD-R?
    Thank you.

    Wow, that sounds pretty easy, just drag and drop, but what exactly did you mean when you said "When restoring your data, ensure that all the iTunes and iPhoto files are restored before launching those applications"
    What i was going to do is just copy (restore) all the data onto a external HD or a DVD-R and then make sure iTunes and iPhoto still has the same number of files and then i would check the DVD-R or the external HD to make sure that the files have been copied, right?
    One more question, most of my music on iTunes was bought from the iTunes Music Store, will it still copy?

  • What is the best way to extract/consume HR data to and from Peoplesoft?

    I have to do integration between Peoplesoft and Oracle ERP to send HR data from Peoplesoft to Oracle HRMS. I will use Oracle Fusion Middleware for building the interface. I don't have much experience in working with Peoplesoft tools, like PeopleTool, App Engine, Integration Broker, Component Interface and Oracle adapter for Peoplesoft. Can somebody please let me know what is the most popular or recommended or best way to extract HR data from Peoplesoft.
    The second interface will consume some HR data from Oracle. Once again I need to know different ways to insert data into Peoplesoft.
    I appreciate if you can share your experience for the above two scenarios.

    If you plan on buying a apple laptop you have two options. You can use time machine or pull the data off of it directly and put it onto the external. I advise the second choice. This way you do not have stuff that you dont need filling up the space on your new drive. Get your applications, music, documents, photos, videos and perhaps downloads and desktop; Put all of these on your external. And then reinstall osx onto your drive.
    *** If buying a windows machine next check the format of the drive in disk utility. You will need a program called Paragon NTFS to format the drive window compatibility. You have to pay for the free version but can download a trail version for free.
    http://www.paragon-software.com/home/ntfs-mac/
    Did i leave anything unanswered?

  • PE 13: What is the best way to cut out an unwanted segment and leave a fade-out/fade-in overlap?  Without multi-track overlaps?

    I have a long video segment and want to remove unwanted segments and replace them with fade-in/fade-out transitions.  I know that I can do this between two separate video tracks by fading out Video 1 and fading in Video 2 and having the two tracks overlap during the transition.  Is there an easy way to do this on the same track?  The way I've done this before is to cut out the unwanted segment, then move the two segments to separate tracks and overlap them.
    To compound the problem, I have a separate audio track for the wireless microphone I'm wearing. I need to pull that into the fade transitions.  So that's Video 1 and Audio 1 with Narration, all cut at the same time with overlapping fade-out/fade-in in the fewest steps.  Can Premiere Elements 13 handle that?

    billsbayou
    Add On...I am weighing the merits of applying an audio transition directly below the video transition. Considering Crossfade's  Constant Gain or Constant Power with a forced alignment of Between Clips. According to Adobe documentation
    Adobe Premiere Elements Help | Applying transitions to clips
    Adobe Premiere Elements includes two audio transitions in the Crossfade category: Constant Power and Constant Gain. Though both provide fades, they differ slightly. Constant Power creates a smoother-sounding fade, while Constant Gain, though mathematically linear, often sounds abrupt.
    ATR

  • What is the best way to migrate to a new computer and software version?

    New computer, new software version.  Brand new MacPro with OS X v10.9.4 and Pegasus Promise 24 TB R8 Raid 5.  Old machine would only run FCX v10.0.9.  All project and media files on eSATA drives hooked up to (really) old MacPro.  No room to make copies on that system.
    Ready to start copying projects and events to the new machine via ethernet cable hookup.  Haven't yet updated FCX to the latest version on the new machine.  Need some advice first.
    What would be the most efficient method of getting the many terabytes of events and projects transferred to the new machine?  Should I copy everything via FC instead of the finder on the old machine and then try to relink media, or Just use the new machine to suck everything over to the Pegasus via the finder and update FC and use the new media management features to to relink?  Or is there a means of transferring the data without loosing the links?
    My head is spinning!  Feels like there are bees living in there. 
    Any and all suggestions welcome.
    Jimbo

    You also need to ask yourself how many of the old projects you really need to copy across.
    We tend to get very  attached to our old projects and don't like to trash them "in case we need them in the future".
    Frequently we don't require them any more and they just litter our systems.
    As long as you keep copies of the original media on the SD cards/tapes, you can always revisit them, albeit with a bit of work  .  .  .  though I generally find that repeating a project is much quicker than the original as most of the edit decisions remain in your memory.

  • What is the best way to differentiate a flatten pdf file and a mult-layers (live) file

    Hi All,
    I am using Adobe Acrobat 9.3.
    I have over 10,000 pdf files saved in the same directory. Some of them have been flatten while some of them are still live.
    All the files need to be flatten and I need to identify all the live files.
    Is there any way I can identify them without going through one by one?
    Is there any program I can use?
    Appreciate for your help.
    Thanks,
    Chris Wong

    You can use JavaScript to tell if there are any layers in a document. You could use it in a batch sequence that checks all of the files in a directory and print the filename to the JavaScript console for each file that has layers.
    For more information, see:
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.482.html
    http://acrobatusers.com/tutorials/2006/create_use_layers
    You can also use JavaScript to run a Preflight profile that yo've set up to flatten layers. For more information, see:
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.510.html

  • What's the best way to stop pop-ups, add-ons and annoying ads?

    i've tried a lot of things to get rid of all these annoying ads and pop-ups and nothing is 100% working. could anyone please help me out with this on chrome or safari?

    You may have installed one of the common types of ad-injection malware. Follow the instructions on this Apple Support page to remove it.
    Back up all data before making any changes.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, ask for further instructions.
    Make sure you don't repeat the mistake that led you to install the malware. It may have come from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    Malware is also found on websites that traffic in pirated content such as video. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates
    if it's not already checked.

Maybe you are looking for

  • How can I use the same sleepimage over and over?

    Hi, this was asked a while ago for Tiger, but had no real answer. Now I hope things have changed in Leopard 10.5.4. I have a STATIC system on a car that should boot over and over in exactly the same way. The idea is to make a good sleepimage (/var/vm

  • MacBook with Windows Vista Shared Folders

    So, my question and the problem is, that I can't seem to make my MacBook connect to a Windows Vista shared folder (Default Public folder, or any other folder). I've tried pretty much everything on the windows end. I've reset the sharing options, star

  • Need Suggestion on including JSTL Tags with JSF

    Hi..All.... I need some suggestions.. i Started doing a project in JSF.. i am new to JSF... I Developed some part of the project in Struts.. but now.. our clinet says... The Application Has to go with JSF.so.. started redesigning again.... Can i use

  • Basic Question from a new guy

    Earlier question by me brought a response from Priya (thanks Priya) that I should post the results of querying my lsnrctl settings. How? I can run the query from DOS and get a pretty impressive output, but how do I save the output and then incorporte

  • Where is the best place to buy Windows XP to install on Macbook Pro?

    Unfortunately, I have to install Windows on my Macbook and just looking for some advice on the best and cheapest way to do it. I've read that Windows XP is the best version to use and that VMWare Fusion is the most seamless option vs. Parallels. I do