Web Module: Semi Odd Request

I work as a web developer for a photographer and during a recent conversation, we were discussing the Web module in Lightroom (1.1). The studio's site was created in Flash and the photographer is using the Web module to upload a Flash based gallery to the server. This all work beautifully. Now here's the catchy part...
When designing the studio's site, I wrote a neat little chunk of code that hides any jpeg content on the screen if certain keys were hit...prevents print screening for PC users (sadly no such luck on Mac's with Grab installed) which is about 90% of our market base. For us it works.
The real questions though... Probably Adobe only questions but...
1. Is it possible to simply load the flash document that the Web module creates and not use the HTML document at all?
2. Will this in anyway affect whether or not the images appear after the swf is loaded by loading the flash file externally?
I simply want to know because then I could encapsulate these "proofing/preview" sites into the rest of the script and give the photographer what he wants in terms of a pseudo-security.

This is a very important sticking point. Have you figured a way to customize the text (fonts, style, etc.) on the web modules, or even just getting the code and converting those areas?
Thanks,
Kathryn Jacobi

Similar Messages

  • Integrate a Web Module's JSP into an iView in NetWeaver CE 7.2

    Hi everybody,
    I am not sure whether this is the right spot to post this, but I will give it a try anyway.
    We want to develop an Enterprise Application containing a Web Module. Basically it is a Java EE application that has a business tier consisting of a couple of beans and business objects and a web tier consisting of JSPs and servlets. What I want to do is to integrate it into the portal content via an iView. We only use a web module in order to integrate servlets to handle AJAX requests made via javascript and because you can only make a servlet-mapping within the web.xml (as far as I know).
    Now I have created both the Enterprise Application Project as well as a Dynamic Web Project in the NWDS 7.2 according to the SAP manual. My servlet class as well as the beans are contained within the Dynamic Web Project's Java source folder. In the Web Content folder are the JSPs, css and javascript files. I deployed that application successfully via the NWDS and I can see under the application console of the NetWeaver Administrator that the application is deployed and alledgedly started, yet I cannot see it in the PCD. Therefore I cannot directly include it into a page and by that make it available to portal users. Also, I cannot access the application via the url http://<host>:<port>/<url as defined in application.xml>.
    How can this be done?
    Normally, I would do this by creating an iView from Template in the PCD's folder containing my designated page and role and adding it to the page as a deltalink. Yet when I try to do this, the portal offers me a long list of iView types, none of which seem to match my desire of matching a Web Module or Enterprise Application. Is that possible at all or what do I have to do to achieve this? I had no problem to integrate my application as a Portal Application, which is also deployed as an .ear, but that lacks the possibility to use servlets - at least from my understanding, since I cannot integrate a servlet-mapping into the portalapp.xml and there is no web.xml in a Portal Application.
    I have been trying this for two days now and didn't succeed. Is it possible at all, and if so, how? Any help is highly appreciated!
    Thanks in advance,
    Serg

    Hello,
    You can use the j2ee telnet console and using it you can deploy the files
    you can follow the example given in the note
    743630 - How to deploy libraries on J2EE Engine 6.20
    after ADD DEPLOY
    DEPLOY <filename>.SCA
    I hope this should work
    Regards,
    Chandru

  • Error in running a URL for Web Module Project with a JSP

    Hi Experts,
    I created a Web Module Project with name "WebModuleProject".
    I created a jsp file naming "test_jsp" inside it
    Then i created a Web Archive for it which resulted in a WebModuleProject.war file.
    I then created an Enterprise Module Project with name "EnterpriseWebModule"
    Then i linked the "WebModuleProject" whith this project.
    I created an EAR for this project.
    Deployed that EAR on to hte J2EE Engine.
    Now on applying the following url:
    <a href="http://server:port/WebModuleProject/test_jsp.jsp">http://server:port/WebModuleProject/test_jsp.jsp</a>
    i m getting the following error
    404 Not Found
    The requested resource /WebModuleProject/test_jsp.jsp is not available
    Details: File [WebModuleProject/test_jsp.jsp] not found in application root of alias [/] of J2EE application [sap.com/com.sap.engine.docs.examples].
    Please experts help me to dig out this problem
    Can anybody suggest me why i m getting this error? And how to resolve it???????

    Hi Saurabh,
    In SMICM transaction code we have to maintain the parameters in order to run the web report in the specified format.
    i am listing some parameters in the below, Please have a look and see whether it can help u out .....
    Services
    icm/server_port_0     = PROT=HTTP,PORT=8000
    icm/server_port_1     = PROT=SMTP,PORT=0
    HTTP settings
    icm/HTTP/max_request_size_KB   = 102400
    icm/HTTP/j2ee_0                = PREFIX=/,HOST=localhost,CONN=0-500,PORT=50000
    icm/HTTP/server_cache_0        = PREFIX=/, CACHEDIR=/usr/sap/BSD/DVEBMGS00/dat
       a/cache
    Misc
    icm/host_name_full             = cauvery.com
    icm/cancel_strategy            = cancel requests without session (stateless)
    rdisp/plugin_auto_logout       = 1800
    is/HTTP/virt_host_0            = :;
    is/SMTP/virt_host_0            = :;
    Once after maintain the parameters go and check in the SICF transaction code SAPBW---BEx + right click + test service. And check whether it is opening in the required URL path.
    Regards,
    Vara Prasad.

  • Error on deploying JSP web module

    Hi,
    I've created a JSP web module that consumes a web service. I'm following this tutorial
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0cf9e42-ccb0-2c10-d0a4-f5aa8a79e19a?quicklink=index&overridelayout=true|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0cf9e42-ccb0-2c10-d0a4-f5aa8a79e19a?quicklink=index&overridelayout=true]
    But when I deploy my ear project, I had this error
    Application error occurred during the request procession.
    Details:   com.sap.engine.services.servlets_jsp.server.exceptions.WebIOException:
    Error compiling [/sample.jsp] of alias [LocalDevelopmentdc_webmodulesap.com] of J2EE application [sap.com/dc_webmoduleear].
    Exception id: [001CC43ABAC00086000056FB00006CEA0004A5A7E1A64FD3]
    Here's the java code in the JSP:
    InitialContext ctx = new InitialContext();
    WS_Preview obj = (WS_Preview).ctx.lookup("java:comp/env/newproxy");
    WS_PreviewViDocument port = (WS_PreviewViDocument)obj.getLogicalPort("Config1Port_Document",WS_PreviewViDocument.class);
    GetElementXHTMLValueResponse result = new GetElementXHTMLValueResponse();
    result = port.GetElementXHTMLValue("A","A","A");
    out.print(result);
    Does anyone know how to solve this error? Thanks

    Because you do not have an infrastructure database, you will not be able to deploy your web service from OEM as one of its steps is to register the service in the UDDI registy - the Web service deployment and UDDI registration are tied tightly together in OEM right now.
    All is not lost, however. You have two routes to deploy the Web Service on Oracle9iAS:
    1. Use DCM, which is the command line interface to deploy applications/webservices/wars/ears on Oracle9iAS. It does not have the dependency on UDDI.
    To deploy a Web service using DCM, say your Web service ear file were named test.ear your deployment command would look something like:
    c:\oracle\ora903\dcm\bin\dcmctl deployApplication -file test.ear
    See the doc for much more detail to let you tailor DCM to do all the stuff that is available through EM or specific to your application:
    http://download-west.oracle.com/docs/cd/A97329_03/core.902/a92171/dcm.htm#643834
    2. In JDeveloper 9.0.3, there is a DCM Servlet that lets you do remote deployment to Oracle9iAS:
    http://otn.oracle.com/products/jdev/htdocs/readme_9031.html#viadcm
    I suspect your deployment problem from Oracle9i JDeveloper may be (this may be an incorrect assumption) due to trying to use a connection that is setup as if Oracle9iAS is a standalone OC4J.
    Mike.

  • JSP does not have visibility of java classes in simple Web Module Project

    Dear Experts
    I am developing what I thought would be a very simple Web Module Project for a simple webservice
    to allow a user to logon to Netweaver Portal with a simple logon and password.
    I have not done this in over 8 years, and am somewhat rusty.
    The webservice is package in  a .war and is deployed via an Enterprise Application project as a .ear.
    The issue I am having is that I want to enhance the presentation of the webservice through the
    provision of css and adding a couple of images. The "libraries" are visibile in the build path of web
    module project.
    At the top of my .jsp for logon form I want to import some java libraries in order
    to get String webpath = componentRequest.getWebResourcePath()"/":
    <%@ page session = "true"%>
    <%@ page import = "com.sapportals.portal.prt.resource.IResource" %>
    <%@ page import="com.sap.security.core.sapmimp.logon.SAPMLogonLogic" %>
    <%@ page import="com.sap.security.core.sapmimp.logon.SAPMLogonCertLogic" %>
    <%@ page import="com.sap.security.core.logonadmin.IAccessToLogic" %>
    <%@ page import="com.sap.security.core.logonadmin.ComponentAccessToLogic" %>
    <%  IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
    final boolean inPortal = true;
    String webpath = componentRequest.getWebResourcePath()"/";
    // todo: find layout schema...
    aResponse.addResource(componentRequest.getResource(IResource.CSS, "css/main2.css"));
    %>
    However, during runtime the libraries are unknown and I get the following SAPJ2 EE errors
    indicating the methods etc are not known to the jsp:
    Full Message Text
    application [ctxhrofm] Processing HTTP request to servlet [jsp] finished with error.
    The error is: com.sap.engine.services.servlets_jsp.server.jsp.exceptions.CompilingException: Error while executing the compilation rocess: [/usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java22: package com.sapportals.portal.prt.resource does not exist
    import com.sapportals.portal.prt.resource.IResource;
                                              ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:23: package com.sap.security.core.sapmimp.logon does not exist
    import com.sap.security.core.sapmimp.logon.SAPMLogonLogic;
                                              ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:24: package com.sap.security.core.sapmimp.logon does not exist
    import com.sap.security.core.sapmimp.logon.SAPMLogonCertLogic;
                                              ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:25: package com.sap.security.core.logonadmin does not exist
    import com.sap.security.core.logonadmin.IAccessToLogic;
                                            ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:26: package com.sap.security.core.logonadmin does not exist
    import com.sap.security.core.logonadmin.ComponentAccessToLogic;
                                            ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:60: cannot resolve symbol
    symbol  : class IAccessToLogic
    location: class jsp_LoginForm1310122356593
    IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
                              ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:60: cannot resolve symbol
    symbol  : class ComponentAccessToLogic
    location: class jsp_LoginForm1310122356593
    IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
                                                        ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:60: cannot resolve symbol
    symbol  : variable componentRequest
    location: class jsp_LoginForm1310122356593
    IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
                                                                                ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:60: cannot resolve symbol
    symbol  : variable aResponse
    location: class jsp_LoginForm1310122356593
    IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
                                                                                    ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:60: cannot resolve symbol
    symbol  : variable IAccessToLogic
    location: class jsp_LoginForm1310122356593
    IAccessToLogic proxy = new ComponentAccessToLogic (componentRequest, aResponse, IAccessToLogic.ENV_LOGONCOMPONENT);
                                                                                    ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:63: cannot resolve symbol
    symbol  : variable componentRequest
    location: class jsp_LoginForm1310122356593
    String webpath = componentRequest.getWebResourcePath()"/";
                    ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:66: cannot resolve symbol
    symbol  : variable IResource
    location: class jsp_LoginForm1310122356593
    aResponse.addResource(componentRequest.getResource(IResource.CSS, "css/main2.css"));
                                                      ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:66: cannot resolve symbol
    symbol  : variable componentRequest
    location: class jsp_LoginForm1310122356593
    aResponse.addResource(componentRequest.getResource(IResource.CSS, "css/main2.css"));
                          ^
    /usr/sap/SQ1/JC20/j2ee/cluster/server3/apps/com.shell/sp~ctxhroap/servlet_jsp/ctxhrofm/work/jsp_LoginForm1310122356593.java:66: cannot resolve symbol
    symbol  : variable aResponse
    location: class jsp_LoginForm1310122356593
    aResponse.addResource(componentRequest.getResource(IResource.CSS, "css/main2.css"));
    ^
    14 errors
    Exception id: [0019996862AA007E00000436000077FB0004A78CA1BA8324]
    I have added the associated DCs for classes to used DCs and they are visible on the buildpath
    of my webservice.
    What am I missing?
    Many thanks for any advice offered
    Mike

    Have you made runtime references to used libraries...?
    refer page 20 ...in
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60d99678-1a29-2d10-94b4-9d9a67b7199b?quicklink=index&overridelayout=true

  • Content in a Web Module

    Hi,
    I am having a very irritating problem. I want to use a filter to transform some content however I do not want the content to have to be inside the .war archive.
    If I place the content in any other location the filter cannot be set to operate on it.
    If I place the content in the .war archive then every time a designer changes the content I have to rebuild and re-deploy the web-module.
    Any idea how I can either have content (which is not in a web-module) be accessed through a filter , or how I can have content appear in a web-module from some other location?
    Please help, this is a real show-stopper for our project. Thanks.

    I don't think filters are really the way to go about this, rather, create a servlet that handles requests something along these lines:
    void service(HTTPServletRequest request, HTTPServletResponse response) {
      // get document root, base directory for all the xml files
      String docRoot = request.getServletConfig().getParameter("docroot");
      // get the document name
      String path = request.getPathInfo();
      // do some checking on path to make sure it doesn't contain
      // '..' or anything like that, throw an exception if it does.
      // create a java.io.File object representing the file:
      File file = new File(docRoot, path);
      if (/*browser is IE6*/) {
        // open the file (using FileInputStream) and copy it to
        // request.getOutputStream()
      else {
        // pass the file through an xslt transformation that outputs
        // to request.getOutputStream()
    }If this servlet is bound to a context called "context1", and the servlet is bound to "xml", requests for eg. /context1/xml/dira/dirb/doc1.xml will result in request.getPathInfo() returning "/dira/dirb/doc1.xml", given that the servlet-mapping element in web.xml is specified correctly (use a wild card: /xml/*).
    And be warned, I just typed this in without trying to compile it, so it probably contains bugs!

  • Lightroom 3 Web module  (Updated)

    I've used Lightroom 3 in the past for uploading to my website with out a problem.  Then, it seems at the same time as I uninstalled the trial version of CS5, my Lightroom 3 Web module would no longer upload to my website.
    My inablity to upload information to my website has been going on for months.  I have contacted my FTP host and they say there is nothing wrong on their side.  I always check, re-check and re-re-check to make sure all my information is getting entered correctly.  I have even taken classes on the use of Lightroom 3 to make sure I am not missing anything.  When I attempt to upload the information, the exporting of files begins and it progresses all the way to "building the website" then stops after a few minutes and gives me this notice:  "an error occurred sending the file: connection to the server failed".  Can anyone please help?  Should I reinstall the program?  Will I lose all the information if I reinstall?
    I should say that I'm running the latest version of Lightroom 3 on a Mac system OS X verson 10.6.8.  Any thoughts are appreciated!
    Message was edited by: Jase131

    I have a similar problem.  I've been using WSPP Impact, a LR3 plugin, to maintain a site with a gallery index page and 15 galleries.  Addition of each gallery has been straightforward until now.  But for the 16th gallery the WSPP publish service uploaded the photo files to my site server, but will not add the gallery index button to the index page.  This ay be a problem or limitation with the WSPP Impact plugin, but I get no reply to requests for help to the author.  Has anyone experience with this situation?

  • Setting Convergence as default web module

    Convergence 1u2 Version: 1.0-7.01
    Sun Java System Application Server 9.1_02
    I'm trying to set Convergence as the default web module within Application Server so my users don't have to type the "/iwc" URI in their browser. In other words I would like my users to just use http://my.domain.com/ and have the Application Server automaticallu serve up Convergence. In my Application Server Admin Console I have set Convergence as the "Default Web Module" in my virtual server configuration but after doing so I have undesired results. In IE the brower just freezes with a blank page. In Firefox it comes back with a message that states:
    "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."
    Is this a problem with my application server or something within Convergence? Any suggestions on how to fix or otherwise accomplish this?

    sheger77 wrote:
    I'm trying to set Convergence as the default web module within Application Server so my users don't have to type the "/iwc" URI in their browser. In other words I would like my users to just use http://my.domain.com/ and have the Application Server automaticallu serve up Convergence. In my Application Server Admin Console I have set Convergence as the "Default Web Module" in my virtual server configuration but after doing so I have undesired results. In IE the brower just freezes with a blank page. In Firefox it comes back with a message that states:
    "Firefox has detected that the server is redirecting the request for this address in a way that will never complete."This is expected behaviour.
    Is this a problem with my application server or something within Convergence? Any suggestions on how to fix or otherwise accomplish this?You can edit the default application server index.html file to redirect to Convergence e.g.
    bash-3.00# pwd
    /opt/SUNWappserver/domains/domain1/docroot
    bash-3.00# cat index.html
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
      <head>
       <script type="text/javascript">
         location.replace('/iwc/');
       </script>
      </head>
    </html>Regards,
    Shane
    Edited by: shjorth on Jul 15, 2009 6:15 PM

  • Virtual server already has a web module loaded at [/]

    I have a EAR file called foo.ear
    foo.ear contains bar.war
    In the application.xml file, I set the context root for bar.war
    <module id="abc">
    <web>
    <web-uri>bar.war</web-uri>
    <context-root>/</context-root>
    </web>
    </module>
    When I deploy this EAR into Sun Java System Application Server 8.0 Update 1 (Platform Edition),
    I get this error:
    [#|2004-06-18T11:11:47.219-0700|WARNING|sun-appserver-pe8.0.0_01|javax.enterprise.system.container.web|_ThreadID=14;|WEB0113: Virtual server [server] already has a web module loaded at []; therefore web module [foo:bar.war] cannot be loaded at this context path on this virtual server. |#]
    How do I fix this? Why is the virtual server using the "/" path?
    I want to give "/" to bar.war
    Thanks in advance,
    -Sean

    You may want to read through this thread ( http://forum.java.sun.com/thread.jsp?forum=136&thread=529445 ) also.
    It has detailed instructions on how to do something similar to your request.
    vbk

  • Video in the Web Module

    Lightroom does a nice job with video in the Library Module but it would be very useful to to be able to also use the Web Module and upload the video to share and review online. I use the web module a lot

    You can upload to websites such as YouTube or Flickr.  If you're wanting to integrate them into an existing gallery, you could add a feature request at the Official Feature Request/Bug Report Forum

  • How do I use the Web module to upload video to my website?

    I'm using the Lightroom HTML gallery to upload my photos, fine and dandy, very happy with it. I also have some videos trimmed in Lightroom that I want incorporated into the gallery. This doesn't seem to be happening, instead I just get thumbnails. What/how do I incorporate my video clips into my web gallery? I moved over from jAlbum so I could have a simple one-tool workflow, so I'm really hoping that this is possible.

    You can combine stills and video for output to h.264 (mp4 file) for example to upload to Youtube or Vimeo.
    FTP upload will be subject to the limitations of your host. The web module within Lightroom creates all resources to link to the file index.html
    The forthcoming LR6 is anticipated to have HTML5 galleries.

  • I want to use the Web module to publish to the a website... What kind of server do I need to be able to publish my website?

    I want to use the Web module to publish to the a website... What kind of server do I need to be able to publish my website?

    You don't need a server, you just need a web hosting package such as the ones from GoDaddy or many other hosts. You then send the web gallery directly from LR to your web space.
    As you're asking such basic questions, it might be best if you read articles like this and see if a friend or colleague can get you started.

  • I am having issues with my web module on Lightroom 4 (Mac OS 10.9.5). "an unknown error occurred" while trying to upload to my FTP (no changes in my FTP). Bandaid fix was to export to local folder and upload via Filezilla. However, now that is no longer w

    I am having issues with my web module on Lightroom 4 (Mac OS 10.9.5). "an unknown error occurred" while trying to upload to my FTP (no changes in my FTP). Bandaid fix was to export to local folder and upload via Filezilla. However, now that is no longer working and although upload completes, the URL takes you to a "Forbidden - do not have permission to read this file" page. Lightroom is changing the permissions of each file to 000 instead of 644 for index files and 755 for all others. How can I change the permissions settings in Lightroom?

    I am having issues with my web module on Lightroom 4 (Mac OS 10.9.5). "an unknown error occurred" while trying to upload to my FTP (no changes in my FTP). Bandaid fix was to export to local folder and upload via Filezilla. However, now that is no longer working and although upload completes, the URL takes you to a "Forbidden - do not have permission to read this file" page. Lightroom is changing the permissions of each file to 000 instead of 644 for index files and 755 for all others. How can I change the permissions settings in Lightroom?

  • How can you develop photo galleries with multiple pages using the web module?

    Going through the web module I can see there are many options for developing a web page with a single collection of photos.  How can you develop a web site with multiple pages containing different categories of photos using the Lightroom web module?

    This thread will give you several ideas.
    Re: How do you embed a gallery into an existing website?

  • How to get web module for CUSTCRMPRJ (crm 5.0)?

    Hello all.
    I try to create test CRM 5.0 application with own context root. Here are steps from Extension guide:
    1) Import the Development Configuration into your Netweaver IDE.
    2) Create a new Enterprise Application Development Component in Software Component CRMCUSTPRJ. If you want to extend crm/b2b, create a new development component home/b2b
    3) Add the Web Module you want to extend to the Enterprise Archive
    4) Adjust the context root
    5) Copy all files except application.xml from the META-INF directory of SAP standard Enterprise Archive into the META-INF directory of the new Development Component. If you want to modify or extend the crm/b2b application, open the project for crm/b2b. A project for the previously created development should already be open.
    Open the java perspective and copy the following files from the META-INF directory of the crm/b2b
    component to the META-INF directory of the home/b2b component:
    - application-j2ee-engine.xml
    - data-source-aliases.xml
    - log-configuration.xml
    - monitor-configuration.xml
    - monitor-configuration.dtd
    6) Check in the new Development Component.
    I found that I forgot to include web module to my new app. Oops. According to application.xml web module must be called sap.comcrmisawebb2b.war. I found it in the SAP_SHRAPP.SCA/sap.com_crm~b2b.sda. Should I use that module or no? If yes how I can include it to CUSTCRMPRJ?
    Also I found that other xml files from list above can be found in several components. So I'm confusing and can't decide from which component I have to copy that files and how to set its values.
    Regards, Lev

    Hi Anupam
    I think you need to review the IC Webclient Consultants Cookbook. It gives example sof what you're discussing.
    Regards
    Arden
    Reward with Points if Helpful

Maybe you are looking for

  • Back up nokia X3

    Hi, I got a serious problem, a have an update software from nokia so before i make a buckup from my phone : contact and all the other things. Then I started hte update and now when I want to put back all my contactlist the phone starting up automatic

  • Trying to update iphone to Ios 5

    I first updated my itunes as requested, then restarted computer, and then set to download the new update. It has downloaded fine but when I am getting ready to update it starts the back up for my phone and stops not even 25% in and states an error ha

  • MPEG Streamclip problem

    I use mpeg streamclip but when i try to convert avi to mp4 or whatever itunes is capable of having and it takes all this time to convert or watever and then when i finaly get it on itunes i replay the movie and it is black with no audio. p.s. The mov

  • 350D still not working under 10.4.4 how long are we going to have to wait?

    Title self explanatory. I've just downloaded the update in the hope that the 'professional' software touted as good for amateurs too will now be useful. Still getting the brown format not recognised problem. I don't think I should have to resort to h

  • How to download adobe flash card to android?

    How do I DOWNLOAD ADOBE Flash Card to my Android Tablet?