Need a way to request for a web resource (e.g .css, .gif file) using jpdk

I am wondering if there is any way by which we can request for a web resource from portal to portlet provider.
Currently if in order to display image I need to make direct request to portlet provider rather than routing the request through portal. As a result of this there is no session affiliation.
My web resource can also be .jsp or .html file
Any suggestions are welcome.

Hi Hernando,
It seems I haven't put my question correctly, probably following might help me explain you what I require:
Portlets are added to portal page. Portlet content is served by portlet provider. So when you are viewing a portal page containing portlets in reality portal requests the portlet data from portlet-provider. So the actual request flow is: Request for a portal page, portal analyzes portlets on the page, and then request the portlet provider for the content associated with portlet. In the exact reversal process data flow is: portlet-provider generates the content which is passed to portal & then portal forwards it to end user.
Now want something similar to happen with images (.gif files). But the problem is I am failing to create a link for this resource. I want the request for image to flow through portal very much the same way as its doing for the content. In other words I want to create a link which would inform portal to request for the resource to portlet provider. In this scenario portlet provider would pass the image to portal which would be forwarded to end user. Currently to get the images I am making direct request to portlet provider there by bypassing the request to flow through portal, which I do not want. Above all this resource can be anything a css file or a image or a .js file.
So can you suggest me how to achieve it?

Similar Messages

  • Hard drive died.  Need to reinstall on new laptop with windows 7 64 bit system,  Need to get activation code for CS3 Web Premium.

    Hard drive died.  Cannot uninstall CS3 to remove copy registration. Need to reinstall on new laptop with windows 7 64 bit system,  Need to get activation code for CS3 Web Premium.

    Thank you Bob.
    Just to clarify - in terms of backing up one set of these, would that just be so I had it on disk and didn't need to re-download from Adobe if the installation got corrupted somehow?  Or do I need a backup for some other reason?
    Thanks

  • Need to auto-generate SDK for REST web service.

    My company has developed a REST API for some web services, and we'd like to provide users with a Java SDK for consuming those services.
    Our services are described by an XSD schema. On the backend, we are using JAXB to create Java classes corresponding to the schema. We create the request objects based on the parameters in the REST url, and JAXB converts our response objects from Java to XML.
    We'd like to provide our users with similar Java classes on the client side. They should be able to create the object corresponding to the request, fill in various parameters, and submit it to our web service. The SDK should automatically convert the object into a REST URL, hit the URL with a Get, read the XML response, and convert that response into Java objects.
    It seems like we should be able to auto-generate such an SDK based on our schema.
    It seems like there are several tools for doing this for SOAP web services. For example, Apache Axis has Java2WSDL and WSDL2Java.
    Can anyone recommend tools for creating client-side libraries for consuming RESTful web services? Does anyone have advice on products to avoid?

    Replying to my own post here. The WADL2Java project on java.dev seems to be more like what I need. The only user-experience I've seen on the 'net is in this forum post:
    http://forum.java.sun.com/thread.jspa?threadID=5239123&tstart=0
    Anyone else used it?

  • How to create transport request for standard web template

    hi all
    can any one tell me the step by step procedure to create transport request for standard template?
    thanks
    shalini

    Business Content --> Choose & Install the standard web template & then collect the object for transport...Assign a Package & when prompted for Transport Request --> Opt for a new transport request.
    Message was edited by:
            Jerome

  • Need to configure email alerts for app/web server shutdown

    Hi,
    I need to configure email alert notification, so that whenever application server or webserver is shutdown/restarted, an email is sent to the group/userid.
    I am aware that in Peoplesoft, there is no parameter or functionality which sends an email notification whenever application server & web server restart & shutdown. This is where I need help.
    Did anyone setup the email alert notification in any of your environments? If so, please let me know how did you do the setup?
    Thanks,
    Sakky

    Please find the below sample batch program.
    this helps to start the appserver automatically and if the status fails this will send email automatically.
    This is the another way of findting the status of the app server.
    In the below program, by finding the "Done" value on the output screen we can decide if the server is running or not.
    Hope you understand this, Kindly let me know if you need further information.
    ===============================
    @echo off
    REM Set a temporary variable
    SET CONNECT
    REM Check the status of the Application server
    psadmin -c sstatus -d PSEPM | FIND "Done" > NUL
    REM If the server is down boot the server
    ERRORLEVEL 1 SET CONNECT= psadmin -c boot -d PSEPM
    %CONNECT%
    REM Check the server again for status
    psadmin -c sstatus -d PSEPM | FIND "Done" > NUL
    IF ERRORLEVEL 1 goto sendmail
    goto end
    REM Sending mail to Administrator
    :sendmail
    REM setting the path for email command
    SET CONNECT= cd D:\PT849\bin\client\winx86
    %CONNECT%
    REM Below command will send mail to the Administrator
    SET CONNECT= psemail -server < server ip> -from [email protected] -to [email protected] -subject "Server Down" -body "Hi, Server is down at this time, unable to boot."
    %CONNECT%
    :end
    ==============================
    Edited by: Soundappan on Feb 19, 2011 10:39 AM
    Edited by: Soundappan on Feb 19, 2011 10:40 AM

  • I need help with exporting project for the web

    Probably something i am doing wron g but here are the problems. When I use Quicktime Converter, if I try to convert to a Quicktime movie or an MPEG-4 nothing happens and i get a 'File error;File Unknown message' when i try to convert to an AVI File, it works, but even though I have already rendered the project, it shows up with little flashes of blue that say 'unrendered'. and finally, when I try to make it a w
    Windows Media File, it stops after 29 seconds. Any ideas?
    I have an iMac with dual core processor, and FCE HD 3.5.1. I have my video files on an external drive.
    iMac   Mac OS X (10.4.10)  

    perform a search using the term export for web and it should throw up some ideas.
    here's one for starters:
    http://discussions.apple.com/thread.jspa?messageID=2309121&#2309121
    If you're using flip4mac to convert to wmv, the trial stops at 30 seconds - you need at least wmvstudio to export to wmv:
    http://www.flip4mac.com/wmv.htm

  • Framed-IP-Address in RADIUS Access Request for WLC web-auth users

    We have a web-auth WLAN (with 7.6.130.0 software on a 2504 WLC) configured to authenticate users through RADIUS. The Framed-IP-Address attribute, representing the client device's IP address is sent in the Accounting Request, as expected. However, this information should be available at the WLC before sending the RADIUS Access Request, since the device is already having an IP address. 
    So is there a way to configure the WLC to send the Framed-IP-Address attribute in the RADIUS Access Request as well?

    Hi ,
    Try using:
    aaa accounting delay-start
    Regards,
    ~JG
    Do rate helpful posts

  • BSP Application for starting Web UI in CRM 2007 (6.0) using SE 80

    Hi All,
    Could you let me know the name of the BSP application that I need to execute using SE80 transaction
    in CRM 2007 (6.0) to start the Web UI from the CRM GUI. Also, let me know if there is any other way
    (tcode... etc) to start Web UI from GUI.
    Thanks in advance.
    --R D

    You can use BSP Appl CRM_UI_FRAME to start the WebUI in 6.0 version.
    Also you can create a favorite in the start menu, right click on fav and select add other object, then choose BSP application and put application name as CRM_UI_FRAME, some description and start page as default.htm. Thats all now you can directly click on that favorite and launch the WebUI
    Regards,
    Shobhit

  • Login to Adobe account fails for all web resources and has for a week.

    Somehow it let me post a reply to one of my posts in this forum, and I'm hoping it will allow me to post this new thread as for the rest....  I'm posting here because this is the first place it has let me post, and I'm trying to get FB4.7b to ACCEPT the serial number Adobe gives when you download the installer OR... on the off chance that that never would work but might somehow work in b2, download and install b2 and see if it will accept the serial number then.  Very disconcerting to watch your 'trial period' count down when you -own- FB 4.5/6 and have a valid serial number and the one given as a dummy s/n fails.  Cheers!
    For instance:
    Attempting to download FB4.7b2: from http://labs.adobe.com/technologies/flashbuilder4-7/to http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4-7
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4-7Trying to access my account details here (It shows Bramblethorne as logged in and gives me the Sign out) option.
    Trying to post a comment to an article in the online documentation
    I've tried to access other locations, developer/help/download/forum/etc and they all fail as well.
    All result in the following
    Error processing your request
    We're sorry, we encountered an error processing your request.
    Please try your request again. You may wish to try one of the following links:

    Somehow it let me post a reply to one of my posts in this forum, and I'm hoping it will allow me to post this new thread as for the rest....  I'm posting here because this is the first place it has let me post, and I'm trying to get FB4.7b to ACCEPT the serial number Adobe gives when you download the installer OR... on the off chance that that never would work but might somehow work in b2, download and install b2 and see if it will accept the serial number then.  Very disconcerting to watch your 'trial period' count down when you -own- FB 4.5/6 and have a valid serial number and the one given as a dummy s/n fails.  Cheers!
    For instance:
    Attempting to download FB4.7b2: from http://labs.adobe.com/technologies/flashbuilder4-7/to http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4-7
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_flashbuilder4-7Trying to access my account details here (It shows Bramblethorne as logged in and gives me the Sign out) option.
    Trying to post a comment to an article in the online documentation
    I've tried to access other locations, developer/help/download/forum/etc and they all fail as well.
    All result in the following
    Error processing your request
    We're sorry, we encountered an error processing your request.
    Please try your request again. You may wish to try one of the following links:

  • I need for a simple example of  reading a xml file using jdom

    Hello
    I have been looking for a simple example that uses Jdom to read am xml file and use the information for anything( ), and I just can't find one.since I'm just beggining to understand how things work, I need a good example.thanks
    here is just a simple cod for example:
    <xmlMy>
         <table>
              <item name="first" value="123" createdDate="1/1/90"/>
              <item name="second" value="456" createdDate="1/4/96"/>
         </table>
         <server>
              <property name="port" value="12345"/>
              <property name="maxClients" value="3"/>
         </server>
    </xmlMy>Dave

    Hi,
            FileInputStream fileInputStream = null;
            try {
                fileInputStream = new FileInputStream("my_xml_file.xml");
            } catch (FileNotFoundException e) {
                e.printStackTrace();
            } finally{
                if (fileInputStream == null) return;
            SAXBuilder saxBuilder = new SAXBuilder();
            saxBuilder.setEntityResolver(new EntityResolver() {
                public InputSource resolveEntity(String publicId, String systemId) throws SAXException, IOException {
                    return new InputSource(new StringReader(""));
            Document document = null;
            try {
                document = saxBuilder.build(fileInputStream);
            } catch (JDOMException e) {
                e.printStackTrace();
            } catch (IOException e) {
                e.printStackTrace();
            } finally {
                if (document == null) return;
            Element element = document.getRootElement();
            System.out.println(element.getName());
            System.out.println(element.getChild("table").getName());

  • After typing web address in address bar i can no longer just press enter for the web page to load, I have to use the mouse to select the arrow at the end of the address bar

    I downloaded the most recent version of firefox and since then when I type a web address into the address bar, I can no longer just press enter to get to the website I want, Instead, I have to use the mouse to point to the arrow at the end of the address bar and click on it.
    Driving me nuts! Never had this before!

    Success! I disabled the AVG search and now I can press enter to get to a web page! Thanks for the quick response!

  • I have recently experienced "waiting for" many web sites to respond or load. Using Bit Defender security, and both Chrome and Firefox 6. what's up?

    I am running Vista. Updates are current. Recently installed Bid Defender security. Have reloaded Firefox 6 several times, Google Chrome also. both browsers say they are "waiting" for either the website, or some ad to respond much more often and longer than before. Any suggestions?

    Sorry Tominique, great answer to the question I didnt ask. I know how to add data to my plan.
    My point is, my usage pattern has changed little. yet I am using at a rate 5 times what I was before. And I rarely stream content so I know thats not it. And the times I do, does not coincide with those ridiculous usage figures.
    I get that having more bandwidth will open a stream "wider" so to speak and cause more data usage in order to get better quality. However, in the case of Audio, that extra usage doesnt even come close to justifying these kinds of figures. Much less when posting at 4am when I am fast asleep.
    And forgive me for being a bit curt, but does my post read like I needed to be told that using wifi will save me cell data usage? I know it was pretty long, but at least read it carefully before proposing something so mundanely simplistic.
    And Brian68- Yup, I agree Spot on with you on song size. A 10mb song is a 10mb song. Doesn't matter how fast the stream is. I could see music being compressed, but it most definitely doesn't get any bits added just because the bandwidth opens up. lol What? VZW somehow upgraded my itunes match content from 256kb up to lossless? doubtful.

  • Request for process of de-provision of users in OpenLDAP using OIM.

    Hi,
    I configure provisioning process of user details from OIM 9.1.0.1 to OpenLDAP 2.2.29 on windows server 2003.
    Now I am trying to de-provision the users in OpenLDAP 2.2.29.
    Can anybody please suggest me the process for this de-provisioning.
    Thanks & Regards
    Sri

    I agree with Sandy, managerName attribute will only take DN value of manager user.
    The two things that you have check is,
    1. If you are passing manager DN, and not just any string.
    2. Manager DN should exist in the current AD directory on which you are trying to create the user.

  • Using web resources in a JAR/WAR file in another project

    Hi,
    I would like to make a core set of .jspx files available to other developers without them having to physically include each of the .jspx files into their JDeveloper projects manually.
    I've tried creating various WAR and JAR files, and then including those into my JDeveloper projects (Project Properties > Libraries > Add Jar/Directory) but the result is always the same:
    javax.faces.FacesException: Problem in renderResponse: /test.jspx Not Found in ExternalContext as a Resource
    In the simplest case, I've created a war file with only a single file in it:
    /test.jspx
    I've also tried a war with:
    /public_html/test.jspx
    Can anybody provide some pointers as to what it is I need to do here? Some things I've read suggest that I need to extend the classpath to include my test.war, but I can't find the appropriate setting for this in JDeveloper.
    I'm using the latest version of JDeveloper 10g, and for the purposes of testing I'm using the embedded OC4J.
    Thanks for any tips!
    Alistair.

    I haven't done this so far, but it should be possible.
    One thing you should have in mind is this:
    Every WAR is a separate Web Application and has its own context as well as context root.
    If you'd like to reuse pages from another WAR file you need to know its context root at the bare minimum to reference to it.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Looking for a better resource to get a handle on using effects in after effects (CS6 BTW)

    Hello thanks for looking in,
    I would like to get better control over Zooming. The Zooming I found in AE did not function when
    dragged it into my effects controller...Is the only Zoom control really the "Scale" as found in Prem-Pro?
    I could not find it in AE. I wanted to zoom over the shoulder of my actor and concentrate on what my Actor is looking at/pointing at. I could not find where that effect is at in AE.
    If you know of a couple good tutorials to watch that show how to control the effecst in After-Effects it would be welcomed and appreciated. If you know the specific path to use to pan and
    zoom for my desired shot mentioned, that too would be appreciated. One other ? I skimmed through "Creative Cow" but there are many videos and after watching a couple that were titled what
    I want, were not what I was looking for. Spent an hour plus surfing before I came here to ask.
    Are some of the effects only applicable to one or the other? IE: Movies or stills? If so is there a
    manual that states what can be used with what? I tried dragging some of the effects into my effects area and they would not populate. IE: Zoom Forward. Only used for Text?
    Thanks for your time with this in advance.

    Start here to learn After Effects: http://adobe.ly/bjBT3P
    (That link is the direct link to the resources recommended on the thread that shooternz gave.)

Maybe you are looking for

  • Can not view any videos on firefox.

    Anytime I want to view a video from within Firefox (YouTube or other) I am not able to view it. With YouTube I get the message "Error occurred. Please try again later." Other videos just give a blank page. I checked my plugins, they are all up to dat

  • Wrong posting

    SAP ECC 6 We have several companys, and just one of them have problems with posting of financial documents. When we create a document through FB01 it is created, and we can see it with FB03. However with FAGLL03 we can't see data. Database level ther

  • Movie jitters/flickers when played from DVD

    I've created a DVD but when I play it anywhere, (DVD Player or Mac) it jitters in some parts of the movie, usually when it's panning fast or following an object quickly. When I played the movie from DVD SP it plays perfectly, but after I've burned th

  • Delivery date keeps changing..!

    I bought an iMac 21.5 inch on October 16, 2014 via phone.  I made the full payment with my credit card.  Received an confirmation e-mail stating that the delivery date is November 3rd, 2014.  The next day I received another e-mail saying that the del

  • Application directory is empty

    I have some applications and databases that are empty. They appear in the Applications combo and Databases box of the server window. But when I click on them a message like 'Application Directory is empty' turns up.I have tried to make the appropiate