What is the difference between these two portalapps folders on the Server?

Hello,
On the Server there are two portalapps folder:
1. Under: C:\usr\sap\JXX\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\portalapps
2. Under: C:\usr\sap\JXX\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps
Can someone please explain me what is the difference between these two portalapps folders and under which case will I turn to which folder?

Hi Roy,
The one at this location
Under: C:\usr\sap\JXX\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\portalapps
has all the files from the WEB-INF folder i.e. these are the non-web resources and cannot be accessed via HTTP(S) examples would be imgaes, CSS etc that you want only your application to access
those under
Under: C:\usr\sap\JXX\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps
they have all the .JAR files, portalapp.xml, config properties etc. these are web resources and can be accessed via HTTP(S)
Hope this is of help.
Akhilesh

Similar Messages

  • What is the difference between these two URLS after creating the desktop

    Hi
    I am accessing one portlet (Portlet is Remote portlet), after created the desktop,
    this URL is : http://localhost:7001/DemoPortalWeb/page/Demo/desktop/ServiceDelivery
    It successfully rendering to login portlet now, when i am trying to hit the valid URL
    http://localhost:7001/DemoPortalWeb/appmanager/Demo/desktop/servicedelivery
    it is giving the Error code 404
    only difference is that 'appmanager' is replaced with 'page', How to access my portlet with
    this URL http://localhost:7001/DemoPortalWeb/page/Demo/desktop/ServiceDelivery

    Hello,
    To change the "appmanager" portion of the URL, all you need to do is add another servlet-mapping to your (consumer) webapp's WEB-INF/web.xml file. For example, if you wanted "page" to work as a replacement for "appmanager", you could add this to web.xml:
    <servlet-mapping>
        <servlet-name>AppManagerServlet</servlet-name>
        <url-pattern>/page/*</url-pattern>
    </servlet-mapping> Kevin

  • Whats the difference between these two queries ? - for tuning purpose

    Whats the difference between these two queries ?
    I have huge amount of data for each table. its takeing such a long time (>5-6hrs).
    here whice one is fast / do we have any other option there apart from listed here....
    QUERY 1: 
      SELECT  --<< USING INDEX >>
          field1, field2, field3, sum( case when field4 in (1,2) then 1 when field4 in (3,4) then -1 else 0 end)
        FROM
          tab1 inner join tab2 on condition1 inner join tab3 on condition2 inner join tab4 on conditon3
        WHERE
         condition4..10 and
        GROUP BY
          field1, field2,field3
        HAVING
          sum( case when field4 in (1,2) then 1 when field4 in (3,4) then -1 else 0 end) <> 0;
    QUERY 2:
       SELECT  --<< USING INDEX >>
          field1, field2, field3, sum( decode(field4, 1, 1, 2, 1, 3, -1, 4, -1 ,0))
        FROM
          tab1, tab2, tab3, tab4
        WHERE
         condition1 and
         condition2 and
         condition3 and
         condition4..10
        GROUP BY
          field1, field2,field3
        HAVING
          sum( decode(field4, 1, 1, 2, 1, 3, -1, 4, -1 ,0)) <> 0;
    [pre]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    My feeling here is that simply changing join syntax and case vs decode issues is not going to give any significant improvement in performance, and as Tubby points out, there is not a lot to go on. I think you are going to have to investigate things along the line of parallel query and index vs full table scans as well any number of performance tuning methods before you will see any significant gains. I would start with the Performance Manual as a start and then follow that up with the hard yards of query plans and stats.
    Alternatively, you could just set the gofast parameter to TRUE and everything will be all right.
    Andre

  • What is the difference between these two reports MC.1 and MB5L

    Hi
    what is the difference between these two reports MC.1 and MB5L?
    what is the Purpose of each report?
    Material ledger is activated for this plant, we found some amount difference between these two reports, my client accounting department used to compare these two reports while year end/month end closing
    Thanks
    Raju

    MC.1 will give you the report for plant analysis as per plant .
    MB5L report will give you list of stock value as per G/L account wise.

  • What is the difference between these two sticks of RAM?

    I am upgrading my Macbook 2.2 GHz Intel Core 2 duo from 2GB of ram to 4GB
    What is the difference between these two kits?
    4GB Kit (2 x 2GB) 200 Pin DDR2-667 PC2-5300 256x64 CL5 1.8V SODIMM ($102.00)
    4GB Kit (2 x 2GB) eRam 200 Pin DDR2-667 PC2-5300 CL5 1.8V SODIMM ($88.00)

    Probably nothing of any consequence. Some places can just negotiate better deals with suppliers. Or one of a million other factors that can affect price is in play here.
    When buying RAM, I generally find it's better to pay a little extra to get a brand that's known for quality. I usually stick to Crucial myself. If you look around, you can probably find some real steals out there, but I don't know... With stories of people who literally go dumpster diving, salvaging stuff that was slated for disposal, then turning around and selling it... I prefer not to take chances. If you are, by all means, go for the cheaper one.

  • What is the difference between these two commands?

    What is the difference between these two commands?
    DROP TABLESPACE users INCLUDING CONTENTS;
    DROP TABLESPACE users INCLUDING CONTENTS AND DATAFILES;
    --------No.202

    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_9004.htm#i2133717

  • What is the Difference between these Two?

    Hi All,
    In Oracle University site i saw 2 Courses for Oracle Webcenter sites. Just i would like to know the difference between these two. Based on your input i can decide which one to take.
    *1. Oracle Webcenter Sites for Developers*
              http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=609&p_org_id=1001&lang=US&get_params=dc:D73886GC10,p_preview:N
    *2. Oracle Webcenter Sites 11g for Developers*
              http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=609&p_org_id=1001&lang=US&get_params=dc:D78300GC10,p_preview:N
    Is the 1st one is Fatwire and the 2nd one is Fatwire+Oracle latest implmentation ? Is my understanding is right?
    regards
    Sri

    It's the same lens, just different sellers.  The higher one is the MSRP, or close to it.  But since they use this lens in a kit it goes for less.  I have no idea who Celltime Inc is, but it's fullfilled by Amazon, so I'd feel reasonably safe.  Just look into their return policy.
    With the recent release of the 6D and somewhat recent 5d3, the market is flooded with these lenses from kits; I wouldn't pay more than 800 something for it.  Getting it through Amazon is a bonus over eBay.  If the seller checks out I'd go for it.
    Edit: DH beat me to it. 

  • What's the difference between these two networks?

    Have searched a lot but can not find a clear answer to the difference between these two networks.
    (I'm using these as examples only)
    Using Airport utility
    * sometimes theres a dotted line "......"
    *And sometimes there's a solid line like a " } "
    I chose these as an example because ours is just like the first example above.
    However sometimes our presents similar to the above example only with two devices, not three.

    Dotted line is wireless.. Solid line is ethernet..
    Normally all ethernet should show as your lower picture since all are directly wired..
    Wireless should show which Airport is the main base and which extend using wireless.
    But it is 50% science and 80% voodoo (voodoo cannot count even!!)

  • How to get the difference between these two dates

    Hello Friends,
    I need to get the difference between these two fields which store dates but with varchar2 data types
    SELECT pac.segment1, pac.segment2 emp_no, pac.segment3 NAME,
    pac.segment4 POSITION, pac.segment5 start_date, pac.segment6,
    pac.segment7
    FROM per_analysis_criteria pac, fnd_id_flex_structures_vl ffs
    WHERE ffs.id_flex_structure_code = 'Employee Rejoin'
    AND ffs.id_flex_num = pac.id_flex_num
    AND TO_CHAR (TO_DATE (pac.segment7, 'YYYY/MM/DD HH24:MI:SS'))
    - TO_CHAR (TO_DATE (pac.segment6, 'YYYY/MM/DD HH24:MI:SS')) > 1;
    my query is something like this...
    am trying to find the difference between the last two columns but with not much luck..
    can some one suggest me a solution please

    SELECT pac.segment1, pac.segment2 person_id, pac.segment3 NAME,
    papf.employee_number, paaf.supervisor_id, pac.segment4 POSITION,
    pac.segment5 start_date, pac.segment6, pac.segment7,
    papf2.email_address,
    ( TO_DATE (TO_CHAR (pac.segment7), 'DD-MON-YYYY HH:MI:SS AM')
    - TO_DATE (pac.segment6, 'DD-MON-YYYY HH:MI:SS AM')
    + 1
    ) difference,
    POST.email_address
    FROM per_analysis_criteria pac,
    apps.fnd_id_flex_structures_vl ffs,
    per_all_people_f papf,
    per_all_assignments_f paaf,
    per_all_people_f papf2,
    (SELECT email_address, person_id
    FROM per_all_people_f
    WHERE person_id IN (
    SELECT person_id
    FROM per_all_assignments_f
    WHERE position_id IN (SELECT position_id
    FROM per_positions
    WHERE NAME LIKE 'HR Manager.704.')
    AND TRUNC (SYSDATE) BETWEEN effective_start_date
    AND effective_end_date)
    AND TRUNC (SYSDATE) BETWEEN effective_start_date AND effective_end_date
    AND business_group_id = fnd_profile.VALUE ('PER_BUSINESS_GROUP_ID')) POST
    WHERE ffs.id_flex_structure_code = 'Employee Rejoin'
    AND TO_CHAR (papf.person_id) = pac.segment2
    AND ffs.id_flex_num = pac.id_flex_num
    AND TRUNC (SYSDATE) BETWEEN papf.effective_start_date
    AND papf.effective_end_date
    AND papf.current_employee_flag = 'Y'
    AND papf.person_id = paaf.person_id
    AND TRUNC (SYSDATE) BETWEEN paaf.effective_start_date
    AND paaf.effective_end_date
    AND papf.person_id = paaf.person_id
    AND papf2.person_id = paaf.supervisor_id
    AND paaf.primary_flag = 'Y'
    AND TRUNC (SYSDATE) BETWEEN papf2.effective_start_date
    AND papf2.effective_end_date
    AND papf2.current_employee_flag = 'Y'
    and ( TO_DATE(to_char(pac.segment7), 'DD-MON-YYYY HH:MI:SS AM')-TO_DATE (pac.segment6, 'DD-MON-YYYY HH:MI:SS AM')+1) >1
    last line is giving me the error pls suggest a solution

  • What is the difference between these two instant ink printers?

    Looking to get one of the HP instant ink printers from Best Buy. Either the Envy 4500 or the Envy 5530. There is a $20 diference and I did a side-by-side comparison of them on the Best Buy site, but the only difference I can notice is the 5530 seems to have more memory than the 4500 (128MB vs 32MB).
    Print speeds and resolutions seem to be the same. The cheaper one (4500) also seems to be able to do two-sided printing & reduction/enlargement (which I would have thought to be on the more expensive mode). So are there any other real differences between these two or have I pretty much covered them all?

    HI - great question, you identified a few of the differences.  Some additional differences are:
    4500 has a monochome display that is not touch enabled (you have to use scroll buttons on the side of the screen)
    5300 has a touch enabled color display
    Both printers can do duplexing (printing on both sides) and both have wireless.  
    We are excited about Instant Ink  and hope you enjoy the service & whichever printer you chose!  
    Although I am an HP employee, I am speaking for myself and not for HP

  • Would you happen to know the difference between these two fields from FI-GL

    Hi,
    Would you happen to know the differnce between these two field
    i. UMSOL from 0fi gl6 and DMSOL from 0fi_ gl_4
    ii. UMHAB from 0fi gl6 and DMHAB from 0fi_ gl_4
    iii.In a test case on a system, where I was looking for the same values in comparison, I am getting inconsistent data.
    which key figures in 0fi gl6  are equivalent to which in 0fi_ gl_4
    Any hints
    Thnx
    Edited by: AmandaBaah on Jul 29, 2009 2:47 AM

    Hi Amanda,
        They are both very different datasources. 0FI_GL_6 is the General Ledger: Transaction Figures which fetched data from the GLT0 table while 0FI_GL_4 fetched data from the BSEG and BKPF tables and fetched the line items from the general ledger.
    You can refer the following links for more info
    [0FI_GL_6|http://help.sap.com/erp2005_ehp_04/helpdata/EN/0a/558cabb2e19a4db3097b81bba4fd0e/content.htm]
    [0FI_GL_4|http://help.sap.com/saphelp_bw33/helpdata/en/af/16533bbb15b762e10000000a114084/content.htm]
    Regards.

  • What's the difference between these two backup systems?

    When I bought my Macbook Pro I bought a Seagate external HD that used Bounceback Express as its backup application. But now my Mac defaults to Time Machine. What's the difference between the two applications? When I use Time Machine to back up my hard drive to the Seagate external, is it doing the same thing as Bounceback Express used to?

    In analog terms, to explain YCbCr use the example of the COMPONENT output from your DVD player. It use 3 separate cables (Y = Luminance = Green Cable), (Y-B = Blue Color Diff = BLUE Cable) and (Y-R = Red Color Diff = RED Cable). In the analog world, RGB is actually RGBHV (5-wire) and is adaptable to 15-pin VGA with a simple passive adapter. Many people will mistakenly refer to Analog Component video as RGB, since the cables are Red, Green and Blue.
    So, since all that mumbo jumbo means essentially the same, this appears to be the digital "equivalent" of what is known as Component Video in the Analog world... What I said about RGBHV does not apply to the 10-bit color, but thought I'd mention it anyway.
    -BChil

  • What is the difference between these two Samsung 46" LCDs

    I recently got a Samsung LN46C600 46" LCD 120Hz TV from Best Buy. I was also looking at the LN46C630K1F 120Hz as well. The LN46C600 I got was about $100 cheaper and they only had one left (in the back). The Best Buy rep also was telling me how this was a special Xmas model they had put out. They really couldn't tell me the real difference between the two, but I decided to get this LN46C600 (since it was the last one) and figured what the heck. Plus, since Best Buy has a 30 day return policay, I would try to decifer the difference when I got home.
    I initially thought maybe this 600 model didn't have the ethernet port & that was the difference, but it fact it does. The Best Buy website has some mis-infomation as well saying both sets did NOT have an ethernet port. However, they both do have an ethernet port used for DLNA sharing (and not internet apps like Netflix).
    Does anybody know what the TRUE difference is between the LN46C600 & the LN46C630K1F? I'm hoping its not the 120Hz factor & they also mis-labeled that information on their website as well. Any info would be appreciated. Thanks

    Both can use the same screen or have a XXXXXXX02 in the 630, in anycase both could very well have the same panel.
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    AAS ET L3, Independant, no assoc., with Best Buy

  • What is the difference between these two cards

    What is the difference between the?X-Fi Fatalty and the X-Fi XtremeGamer Fatalty Professional Series. I want to replace my X-Fi Platinum with one of these cards.

    does any know the difference?

  • What is the difference between these two matrices

    Hi,
    I was given some code from Altenbach to fix a problem I was having, his example works perfectly but when I connect it to my matrix it gets errors, so my question is what is the difference between the random matrix he made and the matrix coming out of the eigenvector node of the eigeinvector eigenvalue vi.?
    Thanks in advance for your help.
    Attachments:
    SortColumnsBySum.vi ‏14 KB

    Thank you,
    I should have seen that this was wat it was outputting. Please excuse my ignorance beacuse I am fairly new at this, so I can see that the sort complex sorts the colum in ascending order vertically what I need to do is rearrange the order of the matrix horizontally column by column with the sum of the column being the order. E.g if the sum along the column verically is the largest then that column is made column 1 etc. Is it possible to do this with either of the functions you mentioned? I think that I will need to keep the values neagative and posative so that I can take the largest value column, is this correct?

Maybe you are looking for

  • R/3 Delta changes in BW

    Hello Everyone, When we do an Init or Full data extraction from R/3 to BW for the first time for any extractor, the data gets loaded in BW. When we load delta changes from R/3 by doing a delta load into BW, how does BW know to extract only the change

  • How do I scan a document, and where does it appear once scanned?

    I have located the scan feature in System Preferences/Print&Scan and successfully scanned a document so it appeared in the preview pane. How do I find the scanned document?

  • Oracle 9.2.0.6 , JDK 5 and JDBC driver

    Hi Friends, At my work place they have Oracle 9.2.0.6 and now they want to user JDK 5. I find that JDBC driver only supports JDK 1.4. Can some one suggest what I need to do so that later I should not face unknown issues Thx V

  • Office 2007 Virtualization - Word Issues

    Hello, I am trying to virtualize Office 2007. I have been installing each application separately and then create the virtual app. Excel and PowerPoint work fine however, with Word I get a message at startup saying the Office is installing or configur

  • Tag Library Error

    I am using Jdeveloper and BEA Weblogic 8.1 application server environment. I have custom tag and tld file for the tag. When I try to compile it , I am getting this error which just points to the begininng of the jsp file which uses the tag. Error: ja