Context Root for WebDynPro Applications

Is it possible to give a custom context root for a WebDynPro Application?
Ex: http://localhost:50000/myapp
Thanks and Regards
Chandu

Hi,
If u r talking about Custom Controller context , it is possible.For every WD component bydefault one component controller will be there and u can create any no of custom controllers.Both r faceless entyties and work as globel resource for any views in the component.
Regards,
Srikanth Reddy.T

Similar Messages

  • Can I specify both /app and /apptest as context roots for my app?

    Greetings everyone.
    I want requests for both http://host/app/stuff and http://host/apptest/stuff to be handled by the same application.
    I don't want to make the application context root the domain root.
    Can I specify both /app and /apptest as context roots for the app in its sun-web.xml file or somewhere somehow?
    Is this an app server specific thing?
    Thanks,
    Bishop

    Sorry this was maybe the wrong forum for this.
    I reposted on http://forums.java.net/jive/thread.jspa?threadID=63818
    That thread has some more responses.

  • Context root for web Module application (with slash)

    We are on PI 7.31. I am getting URL not found error with web application in certain cases. Initially, i had thought it was not working because of the Slash. Later I realized it was happening with only keyword 'inbound'.
    Edited:
    my alias (context-root) starts with "inbound" and that is the problem.. For me when i try anything other inbound it works..
    For some reason, when I put my context-root as 'inbound' it gives me the message that URL does not work. All other context roots with  and without "/"(slash) works.

    Okay, The URL prefix in the SMICM is generated from the Services/external Alias defined in the SICF. Unfortunately in the new PI 7.31 environment, the URL prefix is stripped down to the first level.
    In our case, we had the URL (/inbound/xxx/yyy) which was SICF service. As a result our URL prefix was stripped to /inbound/. When we developed a java webmodule with URL /inbound/zzzz, it gave service not active error.
    We are creating a message with SAP to see if this will be the standard behavior going forward. Anyone encountered such an issue before?
    Moderators, I guess this question needs to be moved to a different topic thread. Wondering if I should close this thread and open a new one ?

  • Regarding custom context created for CR_B2B application(Complaints&Returns)

    Hi,
    We have created a custom context for cr_b2b application.
    We are able to login to the application, but we are getting some compilation errors on the left hand side page (genericsearch.jsp)
    The errors are:
    ISA Framework: com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error while executing the compilation process: [/usr/sap/FWX/JC91/j2ee/cluster/server1/apps/sap.com/homecr_test/servlet_jsp/cr_test/work/jsp_genericsearch1285932156290.java:163: package com.sap.isa.isacore.uiclass.b2b does not exist com.sap.isa.isacore.uiclass.b2b.CreateTransactionUI l_ui = new com.sap.isa.isacore.uiclass.b2b.CreateTransactionUI(pageContext); ^ /usr/sap/FWX/JC91/j2ee/cluster/server1/apps/sap.com/homecr_test/servlet_jsp/cr_test/work/jsp_genericsearch1285932156290.java:163: package com.sap.isa.isacore.uiclass.b2b does not exist com.sap.isa.isacore.uiclass.b2b.CreateTransactionUI l_ui = new com.sap.isa.isacore.uiclass.b2b.CreateTransactionUI(pageContext); ^ 2 errors ].
    What would be the reason?  Some pointers on this would be of great help
    Thanks in Advance
    Regards,
    Satish.

    Hi Pradeep,
    I can see that the CreateTransactionUI class is part of sap.comcrmisaisacoredefault.jar.
    We tried to deploy this jar into this path:
    /usr/sap/FWX/JC91/j2ee/cluster/<server no>/apps/sap.com/home~cr_test/servlet_jsp/cr_test/root/WEB-INF/lib
    We have placed this file in all server nodes of the given path.
    But still error exists.
    What could be the reason?
    Thanks,
    Satish.

  • Quicklink for WebDynpro application

    Hi everybody,
    I'd like to set up a quicklink to access my WebDynpro application as I can access for example the UME (http://<server>:<port>/useradmin)
    How can I build a URI like http://<server>:<port>/myApplication?
    thanks in advance
    regards
    Jan

    Hi Jan,
    A quick (and dirty) workaround would be to create htm file.
    the htm file will contain this:
    <html>
    <iframe
    src="/webdynpro/dispatcher/local/<project name>/<application name>"
    width="100%"
    height="100%"
    scrolling="auto"
    frameborder="0"
    >
    </iframe>
    </html>
    put the file under
    <drive>\usr\sap\<SID>\JC<InstanceNumber>\j2ee\cluster\server<No>\apps\sap.com\com.sap.engine.docs.examples\servlet_jsp\_default\root
    Then, you can run your application by:
    http://<server>:<port>/<file name>.htm
    Omri

  • Error while configuring Debugging for WebDynpro Application

    Hi Experts,
    I am trying to configure Portal server for debugging a WebDynpro application.
    In NWDS , in Debug configuration
    When i tried to add my Webdynpro Project and application under Debug tab , No problem.
    But when i checked J2EE Engine tab : it showed the following error.
    <b>[J2EE Engine]: the selected server node does not run  in restricted load balancing mode, please configure it correctly so that the URL extention can be used</b>
    And ignoring it when i started debugging the application , the URL was formed like this :
    http://<host>:50000/@@@DEBUG@@@7672950/webdynpro/dispatcher
    /local/WDtest/WDtest?SAPtestId=1
    with the error :   The requested resource does not exist.
    Details: Go to main page of this application!
    Can anybody help me to fix the configuration.
    Regards,
    Ashish Shah

    Hi,
    To configure to the debugging mode... follow the steps:
    1. Select "SDM" from J2EE engine (To get this view navigate thru Window--> Show View --> J2EE Engine)
    2. Make a right click on "SDM" and choose "Enabling Debugging of Process"
    3. Now, Navigate to Run --> Debug --> Select your Project as "Webdynpro Application" and click "new" button
    4. Now give some name and Click BROWSE to select ur project and then click APPLY and DEBUG
    Or if u use 2004s, then u can do the settings in Portal itself...which gives u more clear information...  follow the link
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0cb32c5-36a7-2910-2c9b-ba4a5bbdbb56">WebDynpro Java Debug Configurator</a>
    Hope it helps...
    Regards / Guru

  • How to create the IView and Roles ,User for WebdynPro Application in Portal

    Hi,
           I have one simple webdynpro application. i want to create the user,Role and Iview for my webdynpro application in the Portal . after that i need to assign the roles to the user and i want to see the different output for each user depends upon the Role.
      Can anyone give me Tutorial page(PDF) or Guide me How to do?
             Thanks in Advance
    Regards
    Ramkumar

    Hello Ramkumar,
    following please find the link to available documentation in SAP Help Portal:
    http://help.sap.com/saphelp_nw70/helpdata/en/42/fa080514793ee6e10000000a1553f7/frameset.htm.
    Regards,
    SAP AG
    Gesine Raith

  • Callable Object for Webdynpro Application

    Hello,
    I have  a Webdynpro for Java Application where I am importing a model from R/3 and displaying certain records......and want to include it in GP Framework....so which is the Callable Object I should use.....i tried using Webdynpro application type but it gives me the error at runtime while execution as :
    Application error occurred during request processing.
      Details:   com.sap.tc.webdynpro.services.sal.core.DispatcherException: Failed to start deployable object sap.com/home~<webdynpro component name>
    Any help would be highly appreciated.
    Regards,
    Anil

    Hi Anil,
               I am also facing a similar problem . Can you please guide how to solve it.
    Thanks and Regards,
    Anurag

  • Banner for WebDynpro application

    Hi,
    How to include banner as header for my WebDynpro application?
    Thanks
    Siva

    Hi,
    I want to place an image as banner to my WebDynpro application.
    Currently I have placed the image in header of group element.
    When I view the screen in the browser, I am getting space between image and top of the screen.
    I want to show the image at top of my screen.
    Could you please suggest any solution for this/
    Thanks
    Siva

  • Supporting  Environment for WebDynpro applications

    Hi All
    Please let me clarify my doughts...
    1) In local machine where all webdynpro applications stored...I mean I wnat to know path.
    2) who(Developer/Administrator) will deploy the webdynpro components and what is the process to deploy webdynpro components in to SAP Enterprise portal.
    3) In support environment which tools willbe used to give support for applications, which are developed using webdynpor technology.
    I mean how the tickets will be handled,,I worked for some days in java, where in that environment i have used remedy tool to get tickets from the clients.
    4) In local environment how can we run and deploy webdynpro applications...
    5) Can we use make utility for webdypro applications as we can use for java applications..
    Thanks
    Seshu..

    Hey Seshu
    1>By default it'll be in
    C:Documents and Settings<user>.dtc
    2>FYI we dont deploy applications in EP, we deploy in the J2ee engine and portal just a component on top of the java engine.
    An Administrator can deploy the applications developed.
    or anyone can deploy applications knowing the SDM password
    3> am not clear on wat tickets u spekin
    4>you need to deploy once in the server and then run the application throught he url generated after deploying.
    5>need more clarity..
    [Still More Details|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/29fd0ec7-0301-0010-359f-9f50928528db]
    regards
    Harish
    `

  • How to implement the documentation help function for webdynpro application

    We have implemented SAP Travelmanagement ESS services which uses ABAP Webdynpro. In each of the screen there is a "help" link on the top right corner. I would like to know how to use this function to link a help file that explains what needs to be done on each screen.
    My requirement is to provide screen specific help information as a document for each of the screen in my webdynpro application.
    Any suggestions, options, samples from the experts would be most appreciated.
    Regards
    Vivek

    Hi Vivek,
    seems to be your WDA are built by FPM, thats how by default you will be getting help link in top corner.
    when you click on help link it has to display the help related data.
    for this sap calls the standard wdc: WDHC_COMPONENT and the view:WDHC_APPL_HELP in this view you will see the element as: TEXT to fill some text which is your help data.
    there might be some way to fill this TEXT (text view) try this.
    or else i will check and upate you soon.
    all the best.
    Regards,
    Mahesh.Gattu

  • Help Text for Webdynpro Application

    Hi Guys,
    I've created a "Help" link. clicking on it displays a popup  Help_Window. I want to display paragraph of  Text in this Help_Window.
    Is there any element available where i can enter a paragraph of text ?
    ( my goal is to create  documentation for the application. just like we do documentation for se38 programs )
    Your inputs are highly appreciated.
    Thanks in Advance.
    Arun.

    Solution :
    1. Create MIME to import the help.PDF file which contains documentation to your application
    2. In Help_View i have included the element INTERACTIVE_FORM.
    3. In method WDDOINIT of HELP_VIEW  i have included the following code to call the help.pdf file
      data:
        mime_repository type ref to if_mr_api,
        content type xstring,
        url type string value '/SAP/BC/WebDynpro/SAP/WDR_TEST_ADOBE_PDF_ONLY/test.pdf'.
      mime_repository = cl_mime_repository_api=>get_api( ).
      call method mime_repository->get
        exporting
          i_url = url
        importing
          e_content = content.
      wd_context->set_attribute( name = 'PDF' value = content ).
    4. on clicking the help link from my main window i'm calling the HELP_VIEW as a popup window. in this window it displays the help.pdf file which give the documentation about the application.
    check example - WDR_TEST_ADOBE_PDF_ONLY

  • Cannot maintain JCO connection  for webdynpro application in Portal Admin

    I cannot create or modify the JCO connection in Portal Content Admin->the application.name while executing webdynpro application.
    There should be a red or green icon Butr in my case for my application ,
    The create or test is disbaled .Colored  icon is not there.
    I am using SAP sneak preview and its first time.Should I check SLD settings.Pls help.
    George

    how to maintain it?
    accidently deleted SLD form localhost/sld url and now i cannot change or add the sld.It gives page cannot be displayed.PLs advice how to fix it  or should i reinstall it?
    George

  • Background colour change for WebDynpro Application has to changed

    Hi All,
    One of my custom built web dynpro application background color has to be changed, is it possible to do that?
    Satish

    Hi Satish,
    Can u please go through the below link
    how do i change the css of my webdynpro application?
    Raghu

  • Starting point for webdynpro application

    Hello All,
    I have some doubts regarding the webdynpro .
    what is the starting point of the webdynpro application after deploying.
    Thanks

    Hi there,
    When you create a Web Dynpro Application you have to choose what is the start plug. In general, the WD App use the default plug that is created automatically in the interface view. You can create your proper statup plug. There are tree kind of inbound plugs, Standard, Startup and Resume.
    Hope it help you!
    Regards,
    Luciano

Maybe you are looking for

  • Error message when printing in Reader 9

    When I print PDF files in reader 9 that are generated from one of our in-house apps I get the following error:<br /><br />"An error exists on this page, Acrobat may not display the page correctly. Please contact the person who created the PDF documen

  • Help finding deleted emails

    I am a new user to Mail 5. I had imported all of my mail boxes and emails from Entourage -- several years worth. Subsequent to that I have switched ISPs which required some adjustments to how email accounts were accessed. I had continuing problems wi

  • Unsuccessful export of foreign languages to Word

    I have a document written in English that contains Greek and Turkish words and phrases and I have exported it to Word from Pages (v 3.0.2) and sent it on in that form thinking all was well. The recipient needs to convert the document from Word to Pag

  • SQL Server 2014 - ColumnStore index Clustered with Merge Join

    Hi All, I would like to know in SQL Server 2014, the new feature "Clustered Columnstore". I had inserted 9 millions of records in to a clustered columnstore table. Then i do a merge join query to insert and update to another table. The Merge join que

  • Import cert in Cisco 7921 with error "certificate verification failed"

    Hi everyone I am trying to install a digit cert on a 7921 and I get the message on import of "certificate verification failed". I have tried a number of time, create CSR file then login to certificate web site and get file assigned then import it bac