How do I redirect a link from one application to another

Hi,
I need to know if the procedure i'm using to perform a response.sendRedirect is the best/ most efficient. I'm using 11g 11.1.1.6.
1. I have two JSF ADF applications deployed on a 11g BC4J application server.
The two applications are named App1 and App2 in the application server (AS)
App1 has a context path of /app1
App2 has a context path of /app2
I need to go to App2 from App 1 from a golink
I using go link and in destination="/app2/faces/pages/home"/>
and it redirects to this link like
localhost:port/app1/app2/faces/pages/home?env=Prod"/>
I actually want it to redirect to the second application and run it
What is that I m doing wrong If I need to hardcord that value there
Or is there any othe way that I can do .
Thanks in Advance.
Thanks,
933601

Hi Timo,
Thanks for your help I could get that I m able to goto desired url from app1 to app2
but the thing is I m using jdbc URL connection to deploy my application. After navigating to desired page
I m trying to login to my page When I enter username and tabout for password
It shows me an error like
JBO-29114 AdfContext is not setup to process message for this exception. Use the exception stack trace and error code to investigate the root cause of this exception.
Root cause error code is jbo-26061.
Adf_Faces-60097: for more information see server log
ADF_Faces-60096: server Exception
While Deploying I checked my connections they are successful. I dont have any issue with the DB.
What should I do in order to run my application with Jdbc Url.
I m using 11.1.1.6 and BC4J.
Please help me out with this..
Thanks in Advance..

Similar Messages

  • Link from one application to another, without having to log-in the 2nd time

    I figured out how to link from one app to another.
    But I don't know how to avoid the 2nd log-in.
    Do I just delete the log-in page for the 2nd application?
    Thanks
    Marion

    Marion:
    If the 2 applications are in the same workspace you can follow the method described in this thread (3rd post)
    Re: Problem with login using single Authenicaton Scheme inTwo application
    varad

  • How can I pass a value from one application to another through URL

    I am passing a value APP_USER from one application to another application (item is P_ASK_U) through navigation bar entrees URL.
    This is working with in the application..(javascript:popupURL('f?p=&APP_ID.:165:&SESSION.::&DEBUG.::P_ASK_U:#&APP_USER.#') )
    This one is not passing the value, eventhough it open the application..
    javascript:popupURL('http://htmldb.oracle.com/pls/otn/f?p=35129:1:::P_ASK_U:&APP_USER.');
    Is there any syntax error or is it not possible, please let me know..
    Thanks
    Venu

    Hi Scott,
    You are right, the first one do not need # character.
    In the Doc it is mentioned as....
    Pass the value on a URL reference using f?p syntax. For example:
    f?p=100:101:10636547268728380919::NO::MY_ITEM:ABC
    I am using the following URL, it pops up the external application, but it is not passing the APP_USER value to the page item of that application.
    javascript:popupURL('http://htmldb.oracle.com/pls/otn/f?p=35129:1::P_ASK_U:&APP_USER.');
    sorry I still do not know what I am missing..
    Thanks
    Venu

  • How to import a Change request from One application to another application.

    Hi,
      In SRM Dev system I have created a Change request (Transport Request) and released to the QA system.The Change request has imported successfully to the SRM QA system.
    Now the Case is:
    The Released Request in the SRM Dev system has to be Export to the CRM Dev system.
    Is it possible to Export the Released Change Request from SRM system to CRM system?
    If possible then can you provide me with the solution.
    Thanks in Advance
    Dharma

    Hi,
    Your system admin knows how to do it. System admin should define transport route. Please check it in transaction STMS.
    Regards,
    Masa

  • Is there a way to link from one application to another? Like Hyperlink but instead of cyberspace just internal. Application linking.

    In "Pages" you can Hyper Link a word or phrase by going to Inspector Link highlight the word or pharse click on "Enable as a hyperlink" and then place a URL address. The highlighted word or phrase will now be blue and anytime I click on it I will be taken the the URL address.
    What I want to do is that exacltly, but I want to able to link a word or a phrase to another internal Mac application.
    Example from Pages to Logos Bible Software.

    Feature not available.
    Hyperlinks and bookmarks are used in documents that will be viewed onscreen, either as HTML files or as Pages documents. You can add hyperlinks to jump to another page or to open an email message or a webpage on the Internet. Use bookmarks to mark passages in the document that you want to refer to as you work.
    This I found in the Pages User Guide, downloadable from your Pages Help menu, on pagge 110.

  • Bring a page from one Application to another

    Hi,
    how can I bring a page from one Application to another ?
    Many thanks.

    Is this 'other application' in the same workspace or in another workspace?
    Elsie

  • How do I move vznavigator favorites from one phone to another?

    how do I move vznavigator favorites from one phone to another?
    Wife has Pre 2 where GPS works beautiful... my old Pre Plus was always hit or miss on GPS.
    But I've developed quite a library of favorites on my Plus.  How do I move these to our new Pre 2?

    Good afternoon CWFlink.
    I am a fan of the VZ Navigator myself, and all of the great features of this application!  Is the Palm Pre 2 on the same number as the Palm Pre Plus?  If yes, you can synchronize your Favorites through our website at the following link: VZ Navigator  
    You will sign in using your My Verizon login information, and sync the Settings and Favorites to your new device.  However, if your Favorites are on a different mobile number, you will have to manually enter in the information/ settings.  I still encourage you to use the website to set everything up as you like, in case you need to change devices in the future.
    I trust this information is helpful.  
    Thank you,

  • How can I copy cell formatting from one range to another?

    How can I copy cell formatting from one range to another, including text fonts, colours, borders, etc., so that, for example, I can reuse a formatted reconciliation table again in different parts of a sheet?

    Hi George,
    Wayne found the Spinning Beachball of Death, and you will find it too.
    Numbers is not good at handling large datasets. Might I suggest that you group your data into smaller sets (each month, perhaps?) and save each group in a separate Numbers document. Numbers will not link between documents, but you could have a summary Table within each document. Then comes the "clunky" bit of copying all those summary tables into a master document where you do the final processing of the data.
    Regards,
    Ian.

  • Redirecting from one application to another

    Hi All,
    Anybody please tell me how to redirect from one application to another.
    I have two application one is a1 and second is a2 inside orion.
    a1 has a jsp file named a1index.jsp. and a2 has a jsp file named a2index.jsp.
    in a1index.jsp file I am using response.sendRedirect("\a2\a2index.jsp") and redirecting to a2index.jsp. But it doesn't open a2index.jsp file as the syntex is not correct. .
    Anybody please tell me what is the correct syntax to redirect from one application jsp to another jsp...
    please reply soon..
    Thanks in advance.......

    thanks for your reply, but it is giving following
    error.......
    Error parsing JSP page /admin/login.jsp
    Syntax error in source/admin/login.jsp.java:23:
    cannot resolve symbol (JSP page line 2)
    symbol  : variable RequestDispatcher
    location: class /admin/login.jsp
    RequestDispatcher =
    getServletContext().getContext("a2/fabricatoradmin").g
    etRequestDispatcher("\fablogin.jsp");
    ^
    /admin/login.jsp.java:23: cannot resolve symbol (JSP
    page line 2)
    symbol  : method getServletContext ()
    location: class /admin/login.jsp
    RequestDispatcher =
    getServletContext().getContext("a2/fabricatoradmin").g
    etRequestDispatcher("\fablogin.jsp");Thanks
    please reply..Inside a jsp file u can use the application variable instead of using
    getServletContext()
    like application.getContext("/a2").getRequestDispatcher("/fabricatoradmin/fablogin.jsp");
    regards
    Pravin

  • How we can get the values  from one screen to another screen?

    hi guru's.
         how we can get the values  from one screen to another screen?
              we get values where cusor is placed but in my requirement i want to get to field values from one screen to another screen.
    regards.
      satheesh.

    Just think of dynpros as windows into the global memory of your program... so if you want the value of a field on dynpro 1234 to appear on dynpro 2345, then just pop the value into a global variable (i.e. one defined in your top include), and you will be able to see it in your second dynpro (assuming you make the field formats etc the same on both screens!).

  • How to EXPORT a concurrent program from one instance to another

    Hi,
    I am new to EBS.
    How to EXPORT a concurrent program from one instance to another. I dont want to use FNDLOAD.
    Is there any other way from where we can export the concurrent program to anothere instance from CLIENT connection server.
    Thanks
    Asis

    Hi;
    What is EBS version? Why you dont use FNDLOAD?
    Pelase see below thread
    Move concurrent program to prod
    Move concurrent program to prod
    Regard
    Helios

  • How do I move Contacts & Calendar from one User to another User on the same Macbook Pro?

    How do I move Contacts & Calendar from one User to another User on the same Macbook Pro? OSX 10.9.5

    is this second library in a different account on the computer?
    Look at Home Sharing.
    iTunes: How to share music and video - http://support.apple.com/kb/HT2688 - about Music Sharing and Home Sharing
    Home Sharing Support page - http://www.apple.com/support/homesharing/
    iTunes: Setting up Home Sharing on your computer - http://support.apple.com/kb/HT4620
    iTunes Home Sharing now works between users on same computer - https://discussions.apple.com/thread/3865597

  • HT4528 how do i move an icon from one screen to another on my Iphone 5?

    How do I mov an icon from one screen to another on my Iphone 5?

    Tap and hold an Icon until they begin to shake. Move the Icon towards the edge of the screen and hold for a couple seconds. The Icon will then "jump" to the next screen.

  • How do I move a contact from one group to another?

    On my device, or in iCloud on the web, how do I move a contact from one group to another.  This should be as easy as it is with calender items, but the only solution I've found is to change your default contact group, and email the contact to yourself.  Then tap the contact, and add it to your contact list.  You can then delete the original.  Is there an easier way???

    Hi rjwrjw11,
    Thanks for visiting Apple Support Communities.
    If you want a song to be listed under a different album in iTunes, you can edit the song information:
    Fixing Incorrect Song or Album Listings in iTunes
    http://support.apple.com/kb/TA24677
    Editing Track Information in iTunes
    To view and edit a song or video's info in iTunes:
    Click once on the track title to select it
    From the File menu, choose Get Info
    Click the Info tab
    Best,
    Jeremy

  • How do i move an app from one page to another

    how do i move an app from one page to another? When I upgraded to the latest software on my 4s, the camera went to the last page rather than remaining on the home page

    What Rudegar says is true, but it's a lot easier to rearrange icons in iTunes:
    Connect your phone and open iTunes. 
    Click on the Apps tab. 
    You will see your home screen in the main window, with the other screens in a scrollable column on the right. Scroll down and click on the last page to put it in main window. 
    Now scroll the column so the home page is visible on the right.
    Click on the Camera and drag it onto the home page at the right. 
    Be careful not to accidentally insert it into another app, thereby creating a group.

Maybe you are looking for

  • Can I migrate rules from one account in Mail to another?

    In mail I have 90 rules, many multi line criteria. I have just created a new  imap account linked to fastmail. My rules wont run because they seem to be linked to my first account, not imap. I tried just duplicating them and re-mapping to the new "mo

  • Error when posting to WebService on XI system using Soap

    Hi, We have a scenario where we have a 3rd party system posting to the XI webservice.  The sender Soap adapter is configured for HTTPS without client authentication. I am using soapui software to test the connection.  Before changes were made to the

  • Access denied (java.io.FilePermission c:\hello.html read

    hi all, i'm trying to run an application in web start which runs otherwise absolutely fine.i have made a tree application .if i press a link in a node it opens another page in jeditor pane which is on the other side of the split pane.every time i try

  • Problem when Different Sorage Location

    Hi all, Here i have one report which fetch data of material consumption. Report working properly. But here i have one Item like OIL and when this material use from two different storage location for making one Item. this time. My report fetch two tim

  • AIA Console issue after instalation of AIA FP 11.1.1.5.0

    Hi i install AIA FP 11.1.1.5.0 on soa suit after completing instalation when i login to aia console i can see three option but on click of go button on any of three options e.g Project Lifecycle Workbench, Composite Application Validation System and