Include a jsp which is running on other server

hi,
I need to access a jsp page which is running on the other server. Actually I need to access a jsp from another website in my jsp page... Can anybody help me, possible send me the code....
Email: [email protected]
Thanks in advance
Damodar

Hai,
Now i will explain clearly what exactly my requirement. When i access my JSP Page, i just the user name, and i need to pass that user name to the another JSP page, which is running on another server, by passing that as a parameter to that page. Here i don't click any url or button to submit.. It directly access that page for me...Can u please help me in that regard....
Thanks..
Damodar

Similar Messages

  • Start process from JSP which continues running after response is completed

    Is it possible to start a process from within JSP which can continue running after the HTTP response is complete, so the response doesn't time out??

    Your question is a little vague. If I am understanding your question correctly, it sounds like you are starting a process in JSP that takes a long time, and the browser is timing out. If this is your question, then here is my response:
    We've had this situation before. Often times it occurs because the JSP page launches a long database operation that could take an hour. You have a few choices, but one good approach is this (any variation of this works too):
    1. When the page loads and you need the process to start, create a new thread and have the long operation run from this thread. You can put the thread object into a session variable and store it for later use.
    2. Have the JSP code output a META-REFRESH tag on the page so that the page refreshes every 30 seconds or so.
    3. On each refresh, you get the thread object from the session context and check it to see if it is done or still running. If it is, then just output another META-REFRESH and the page will keep refreshing itself. If it is done, you can, of course, output a "finished" message to the user.
    You can also have a stop button on the page that you can use to send a message to the thread to stop.
    Hope that gives you some ideas!
    Michael

  • How to create partner link with CreditRatingService running on other Server

    In case my credit rating service ( say some service) deployed and running on some other server.
    In my bpel process i am trying to create a partener link with that the services (wsdls) running and available on other servers(say bea/tomcat...)!
    can i able to create a partner link with them?
    But In Eclipse BPEL Designer --> New Partner Link wizard--> UDDI Browser how to choose my wsdl
    when i am trying to add the i am able to locate the services availble on local bpel services, some built in services, and some xmethods bookmarks.
    Please let me know how can i do this?
    Thanks in advance
    Jagan

    just paste the url to the wsdl into the plnk wizard, otherwise if your uddi offers a WSIL interface, we can leverage that directly,
    thx clemens

  • Request for help in tuning the server which is running opmn process.

    Hi Folks,
    I request for an help in tuning the server which is running oracle app server opmn process , It is chewing arround 40% of the CPU resource,and our sysadmin is back of me to resolve this issues.
    any feedback on this is highly appriciated...
    Thanks in advance

    Re: How to Achieve Performance Tuning
    I hope you may find answers here..
    Sharma

  • LISTENER RUNNING IN OTHER MACHINE

    Is it possible to have a listener process running in a server and the instance(s) running in other server?
    For example, server SDBORA01 has two instances (ORA_DEV and ORA_PROD) and server SDBLSNR05 has one listener process to the former two instances.
    Thanks.
    Oracle 10G (10.2.0.3) / SO Linux RedHat 4

    NO.. we should have Listener running from same oracle home where DB exists.
    --Girish                                                                                                                                                                               

  • How to download itunes for windows  7 64 bit using other system which is running 32 bit

    hi
    i am trying to download itunes 64 bit for my system using other system which is running 32 bit

    Direct links to the installers:
    iTunes 12.1.2.27  (64-bit) - iTunes6464Setup.exe
    iTunes 12.1.2.27 (64-bit "for older video cards") - itunes64setup.exe
    The second of these - which is actually the 32-bit application with a 64-bit installer - should be used if you get a warning about video card incompatibility when you install the standard 64-bit version, but also may resolve issues with playback, QuickTime integration, and problems with third-party applications (including Outlook).

  • Including a jsp page onto other jsp

    Could any one tell me how to include a jsp on other jsp
    For ex: including header.jsp and footer.jsp on all pages of application.
    Thanks

    There are a number of ways.
    You can copy/paste the contents of header and footer into each and every individual jsp file in your system.
    You can use <jsp:include>
    You can use the include directive <%@ include %>
    (JSP2.0 required) You can configure a "prelude" and "coda" in web.xml which are automatically included like directives at the top and bottom of every JSP page.
    Cheers,
    evnafets

  • My performance is very slow when I run graphs. How do I increase the speed at which I can do other things while the data is being updated and displayed on the graphs?

    I am doing an an aquisition and displaying the data on graphs. When I run the program it is slow. I think because I have the number of scans to read associated with my scan rate. It takes the number of seconds I want to display on the chart times the scan rate and feeds that into the number of samples to read at a time from the AI read. The problem is that it stalls until the data points are aquired and displayed so I cannot click or change values on the front panel until the updates occur on the graph. What can I do to be able to help this?

    On Fri, 15 Aug 2003 11:55:03 -0500 (CDT), HAL wrote:
    >My performance is very slow when I run graphs. How do I increase the
    >speed at which I can do other things while the data is being updated
    >and displayed on the graphs?
    >
    >I am doing an an aquisition and displaying the data on graphs. When I
    >run the program it is slow. I think because I have the number of
    >scans to read associated with my scan rate. It takes the number of
    >seconds I want to display on the chart times the scan rate and feeds
    >that into the number of samples to read at a time from the AI read.
    >The problem is that it stalls until the data points are aquired and
    >displayed so I cannot click or change values on the front panel until
    >the updates occur on the graph. What can I do to be a
    ble to help
    >this?
    It may also be your graphics card. LabVIEW can max the CPU and you
    screen may not be refreshing very fast.
    --Ray
    "There are very few problems that cannot be solved by
    orders ending with 'or die.' " -Alistair J.R Young

  • How to include a jsp file from other site

    Hi all,
    I met a problem in my recent work. I need to include another seperate jsp file into my current jsp file, but the file is located at the different site (different physical server). Is there a way to include?
    Cheers
    Chris

    Thanks tolmank, but our weblogic server didn't support jstl, so when I try to using <c:import.. > it doesn't work. If I use <jsp:include page="..."/>, nothing display on the page.

  • How can I include a jsp file in other jsp from different applications?

              Hi,
              I'd like know if it´s possible to include jsp or servlet from different applications.
              

              Thanks Deepak but I think you don´t understand me.
              I would like the include works like a normal include. I have a jsp in my application
              and , when the client requests this jsp, in the jsp should be added the result
              of the other jsp ejecution that belong to other application in the same domain.
              Is this possible?
              Thank you very much.
              Deepak Vohra <[email protected]> wrote:
              > A Jsp from a different application is included with a relative url to
              >th=
              >e Jsp.
              ><%@ include file=3D"relative url" %>
              >
              >A Jsp could be included with request parameter.
              > <jsp:include page=3D'<%=3D request.getParameter("incFile") %>' />
              >
              >javilla wrote:
              >
              >> Hi,
              >>
              >> I'd like know if it=B4s possible to include jsp or servlet from differe=
              >nt applications.
              >
              

  • TS1717 This article is vague and unhelpful. My iTunes needs help from a pro. I have over 120,000 songs -- NO movies, TV, radio, or books... I have other programs which efficiently run things which are not audio-based. So why can I not get iTunes working w

    This article is vague and unhelpful. My iTunes needs help from a pro.
    I have over 120,000 songs -- NO movies, TV, radio, or books...
    I have other programs which efficiently run things which are not audio-based.
    So why can I not get iTunes working well?? It now takes at least 10 secs for any operation to be completed!
    That is just plain evil. But I am sure I could do something to help.
    All the music is on an 2T external drive.

    TS1717 as noted in the thread title...
    Brigancook, is the library database on the external or just the media? iTunes reevaluates smart playlists and rewrites its database after every action on the library. I've found this can make a library half that size, with a lot of smart playlists, quite sluggish. That said I'm aware part of my problem is aging hardware. Having the database on the internal drive may improve performance if it is currently on the external.
    I'd expect to see an exponential relationship between size and response time which may explain what you see. Cutting down on the number of smart playlists might help. If we're really lucky the long awaited iTunes 11 might have streamlined some of the background processes as well as cleaning up the front end.
    tt2

  • Any other programs which can run Skype?

    Any other programs which can run Skype? 
    as my skype doesnt work becasue my OlePro32.dll files are corrupted?

    TS1717 as noted in the thread title...
    Brigancook, is the library database on the external or just the media? iTunes reevaluates smart playlists and rewrites its database after every action on the library. I've found this can make a library half that size, with a lot of smart playlists, quite sluggish. That said I'm aware part of my problem is aging hardware. Having the database on the internal drive may improve performance if it is currently on the external.
    I'd expect to see an exponential relationship between size and response time which may explain what you see. Cutting down on the number of smart playlists might help. If we're really lucky the long awaited iTunes 11 might have streamlined some of the background processes as well as cleaning up the front end.
    tt2

  • In portlet context include a jsp from the desktop context

    Hi,
    I developed a portlet, and in my jsp file I want to include a jsp file which is in my portal desktop (the file is in /etc/opt/SUNWps/desktop/..).
    So I want to do something like:
    <c:import url="file:///etc/opt/SUNWps/desktop/mydesktop/ PortletHeader.jsp" /> Of course this doesn't work because the jsp expressions are not executed, instead the jsp tags are just displayed in the browser.
    but for including a jsp with <@include file> or <c:import> or <jsp:include>, the jsp must run in its context. So actually we should do something like <c:import url="some_path" context="some_context" >.
    Now, I don't know what some_context is. To what context the portal desktop runs so the jsp file can be 'executed'?
    Hope someone can give me some more information about this.
    Greets,
    Tim

    <quote>some_context <quote>
    ..will be the pageContext
    which is the implicit object for a JSP.
    or
    use config object to get this context and then use
    <jsp:include> or <@include file>
    rgds
    http://lokeshpant.blogspot.com

  • I have a macbook, 2Ghz 10.5.8 which is running out of room. Should I add all memory I can and will upgrading to mountain Lion use that all up before i even begin?

    I have a macbook using 10.5.8, 2 Gb memory which is running out of room. I use it mostly for photos/videos. How much memory can i add and when i upgrade through snow leopard to mountain lion what will it cost andwill that use up all the newly added memory?

    You can put in any 2.5" form factor SATA drive that is 9.5mm or less in height. For RAM we need to know whether you have the 2.0 Ghz or 2.13 Ghz processor model 5.2 MacBook. The model 5,2 (Early 2009, 2.0GHz Model Only) can use 6gb of 200 pin 667mhz PC2-5300 RAM. The model 5,2 (Mid 2009, 2.13GHz Model Only) can use 6gb of 200 pin 800mhz PC2-6400 RAM.
    For a new hard drive try Newegg.com http://www.newegg.com/Store/SubCategory.aspx?SubCategory=380&name=Laptop-Hard-Dr ives&Order=PRICE
    Or OWC for regular hard drives and SSDs  http://eshop.macsales.com/shop/hard-drives/2.5-Notebook/
    Here are instructions on replacing the hard drive in a MacBook with a removable battery. http://creativemac.digitalmedianet.com/articles/viewarticle.jsp?id=45088
    To transfer your current hard drive I like the free application SuperDuper. It makes a bootable copy of everything on your hard drive http://www.shirt-pocket.com/SuperDuper/SuperDuperDescription.html  You'll need a cheap SATA external hard drive case. Put the new drive in the case then format and partition the new drive and clone your old drive to the new one. Check that it's set up right by booting up from the external drive. Then replace your old hard drive with the new one and put your old one in the external case.
    Here's a cheap SATA external hard drive case on Amazon http://www.amazon.com/Vantec-NexStar-2-5-Inch-External-Enclosure/dp/B002JQNXZC/r ef=pd_cp_pc_0
    If you don’t have the tools to open up the MacBook OWC has a set for $5
    http://eshop.macsales.com/item/OWC/TOOLKITMHD/

  • 500 error while trying to access a jsp which makes use of tiles tags

    Hi all,
    when im trying to access a jsp which makes use of tiles tags, im getting the following error.
    status 500:
    org.apache.jasper.JasperException: The absolute uri: http://struts.apache.org/tags-tiles cannot be resolved in either web.xml or the jar files deployed with this application
    what might be the problem?
    Thanks in advance.

    Hi all,
    sorry...got the reason for the above error..missed to include the tld file in WEB-INF.

Maybe you are looking for

  • 10yr customer switching to AT&T from Verizon for the Nokia 900 Lumia

    So I've been with Verizon for almost 10 years.  That's about $20,000 to $30,000 I've given them.  I know that's nothing to a massive company, but I also know that it's not peanuts either.  I have been very happy with Verizon during those years (thoug

  • I have a Nvidia Galaxy GT 610. The driver keeps failing, what can I do about this?

    I have an Nvidia Galaxy GT 610, and the driver keep's failing on me. What can I do about this, I have uninstalled the driver and reinstalled the driver, and I keep getting the same thing. I am at the point where I am going to buy an other card. So if

  • How to get handle of go, clear button in query region.

    Hi: I have a search page built using query region, I need to make an API (method) call on clicking on "Go" button. I tried the following as found in OA Framework discussion forum, but observed that "go" is always true in processFormRequest method and

  • Email attachment protected view

    Hello, I am running Office 365 Exchange Online and Office 2013 subscriptions on a Windows 7 Pro 64 bit box. Even though protected view is disabled in Word, DOCX email attachments still open in a protected view instead of an edit view.  (see attached

  • XSL Mapping Query

    Dear Collegues, i am  doing  Simple xsl transformation , source xml <?xml version="1.0" encoding="UTF-8"?> <!Sample XML file generated by XMLSpy v2006 sp2 U (http://www.altova.com)> <ns0:Request xmlns:ns0="http://sap.com/xi/demo/httpxsd">      <CARRI