just ram

stuff I should remember

How do I find the url of my SAP Portal Component?

Try this…

In SAP Netweaver Developer Studio

Open your project

Open the file:

MyPortalProject
    dist
        PORTAL-INF
            Portalapp.xml

You should now see a “Run…” button for each portal component in your project

Click the “Run…” button and the dev studio will open up a new browser window with the url to your component.

Comments