Move a template personalized for portal Builder page

I create a new portal using the portal generator. I have a custom page template I want my pages to use. What should be the correct procedure to create and deploy templates.

This method allows us to create a new project in jDeveloper 11.1.1.7 (Extension of Webcenter Portal Server project) and allows to create a shared library where we define our controlled beans, task flow etc Question: can also create my model Page here? If so, how do it appears in the interface Builder portal user.

This allows us to download the ear for jdeveloper, make changes, and then upload it to the Portal Server. Question: If I create a Page template and create a resource portal out of it, that should be enough? How it will appear in Portal Builder UI?

Can anyone guide me on this please? I tried to look in the documentation, but didn't find anything useful. Maybe I'm missing something?

Hello.

This is the GUID of resourceType. If you create a global assets in s8bba98ff_4cbb_40b8_beee_296c916a23ed keep the default GUID provided by DesignWebCenterSpaces.

For the new folder structure created for the assets, for example \DesignWebCenterSpaces\WebCenterSpacesResources\public_html\oracle\webcenter\siteresources\scopedMD\\siteTemplate\

One option is to get the first Template_GUID is to create a Page template locally on your portal at run time. Download from the Administration console and check the decompression the. EAR. MAR siteTemplates GUID file. Create a folder using this GUID.

The best option is to create the runtime of the Page template and upload it to your Application DesignWebCenterSpaces using the Upload/Download server option, it will generate it automatically (instead of manually as shown above).

I hope it helps.

Kind regards.

Tags: Fusion Middleware

Similar Questions

  • Pass the connection parameter to connected in portal Builder page

    Hi all

    WebCenter Portal Builder:

    I created the navigation link and connection that link to the page. I just want the parameter to link to this page.

    Please help me.

    Kind regards

    Maury

    See the discussion in passing the parameter through links page (navigation)

  • Template Import/Export using webcenter Portal Builder

    Hello world

    I use Jdeveloper version 11.1.1.7 with extension 11.1.1.8 Jdeveloper and Wenter Portal version 1.7

    I created a page template in the portal Builder. I am trying to download this workflow in my Jdeveoper using Webcenter Design spaces. I don't know what are the changes to the properties template.PNG file

    Can someone explain to me what are all properties should be changed or amended/updated in the config.properties for import/export model of custom page of Portal Builder for Jdeveloper

    Thank you

    Ravi

    This link can help u

    Implementation of Oracle JDeveloper for WebCenter Portal Asset Development

    I'm also paste file config.prop mine for your reference.

    ----------------------------------------------------------------------------------------------------

    Properties of #My

    #CUSTOMER - all properties must be provided the eigenvalues

    #Fri Jul 30 00:00:00 PDT 2010

    # User inputs.

    # Enter the base directory where JDeveloper is installed.

    # For example:

    # On Windows, if JDeveloper is installed in the directory

    # C:\MYJDEV, enter the path as: C:\\MYJDEV

    # On Linux, if JDeveloper is installed in the directory/scratch/MYJDEV,.

    # Enter the path as: / scratch/mywork/MYJDEV

    # Note that the JDeveloper directory contains other folders such as jdeveloper.

    # wlserver_10.3, modules, and so on.

    JDeveloper.Install.Home.Directory=C:\\Oracle\\Middleware\\

    # Enter the executable wlst

    # For example:

    # On Windows, wlst.cmd

    # On Linux, wlst.sh

    #wlst.executable = wlst.cmd

    WLST. Executable = wlst.cmd

    # Enter the absolute path of the DesignWebCenterSpaces project.

    # For example:

    # On Windows, enter the path as:

    # extending.spaces.home.dir=C:\\JDeveloper\\mywork\\DesignWebCenterSpaces

    # On Linux, enter the path as:

    # extending.spaces.home.dir=/scratch/mywork/DesignWebCenterSpaces

    Extending.spaces.Home.dir=C:\\Users\\vinayk\\mywork\\DesignWebCenterSpaces

    # Enter the path for the executable ojdeploy

    # For example:

    # On Windows, enter the path as:

    # oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe

    # On Linux, enter the path as:

    # oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}/jdeveloper/jdev/bin/ojdeploy

    #oracle.jdeveloper.ojdeploy.path=${jdeveloper.install.home.directory}\\jdeveloper\\jdev\\bin\\ojdeploy.exe

    Oracle.JDeveloper.ojdeploy.Path=${JDeveloper.Install.Home.Directory}/JDeveloper/jdev/bin/ojdeploy

    # Enter the port number on which runs the Console of Administration of WLS.

    # The URL for the Administration Console contains the port number.

    # For example: http://myhost.com:7001 / console

    WLS.port = 7001

    # Enter the host computer on which the application of spaces is running and where

    # the custom shared library must be deployed.

    WLS. Host = WebCenter.Oracle.local

    # Enter the number of host and port on which runs the application of spaces

    # For example, if the application spaces runs to the: http://myhost.com:8888 / webcenter

    # wc.host = myhost.com, wc.port = 8888 and wc.protocol = http

    WC.port = 8888

    WC. Host = WebCenter.Oracle.local

    # Specify if spaces URL protocol is http or https.

    WC. Protocol = http

    # For reasons of security, information name and password for the administrator user

    # are stored in secure files.

    # Get the location of these files secure with your systems administrator

    # or run commands WLST to generate these files as follows:

    ##   1. Navigate to: WC_ORACLE_HOME/common/bin

    ##   2. Enter the command: wlst.sh

    ##   3. The WLST command prompt, connect to the Administration Server

    # for Oracle WebCenter:

    ##        connect('','', ':')

    # Where admin_user is the user name of the administrator, admin_pwd is

    # the administrator password, the host is the WebCenter instance and port is

    # the port of the Administration Server.

    ##  4. Run the following command to create a user configuration file and the key file

    # to a specified location:

    # storeUserConfig('', ')

    # Where userConfigFile is the name and location of the file that stores the information of the user

    # and userKeyFile is the name and location of the file store passwords.

    # For example:

    # storeUserConfig ("C: / myFiles/myuserconfigfile.secure ', 'C:/myFiles/myuserkeyfile.secure'")

    # For example:

    # On Windows, enter the path as:

    # wls.userkey=C:\\JDeveloper\\mywork\\ps1userkeyfile.secure

    # wls.userconfig=C:\\JDeveloper\\mywork\\ps1userconfigfile.secure

    # On Linux, enter the path as:

    # wls.userkey=/scratch/myfiles/ps1userkeyfile.secure

    # wls.userconfig=/scratch/myfiles/ps1userconfigfile.secure

    # Use the wls.userconfig property to set the path of the userConfigFile and

    # the wls.userkey property to set the path for the userKeyFile.

    WLS. Take is C:\\myFiles\\myuserkeyfile. Secure

    WLS. UserConfig is C:\\myFiles\\myuserconfigfile. Secure

    # Enter the target on which the shared library must be deployed.

    WLS. Target = WC_Spaces, adminserver

    # Enter the target on which the webcenter.ear file must be deployed.

    WLS. WebCenter.app.Target = WC_Spaces

    # Enter the name of the application of spaces (webcenter).

    # Get this information from your system administrator or the

    # WLS Administration Console as follows:

    ##    1. Connect to the Console of Administration of WLS.

    ##    2. Access deployments > webcenter > overview

    # Name of the application the poster here.

    WebCenter.app.Name = WebCenter

    # Use the restart.implementation.version.suffix property to override the following default value

    # Version number of implementation implementation of your shared library.

    # You can get the latest version of the implementation of your

    # system administrator or from the Console of Administration of WLS as follows:

    ##    1. Connect to the Console of Administration of WLS.

    ##    2. Access deployments > [your-shared-library-name] > overview

    # The version number displayed here. For example: 11.1.1.2.5

    # The current version of the implementation is the last number, i.e. 5 in this example.

    # The default implementation increments of 1 version whenever you rebuild

    # your shared library (using run the Ant Target > clean-Stadium).

    # You can restart to a higher value if necessary. For example, if the current value is

    11.1.1.2.20 # and you want the next new version to 11.1.1.2.41 rather than

    # 11.1.1.2.21, do it by resetting the property restart.implementation.version.suffix to 40.

    # Note:

    # The first time you run Run of Target Ant > clean-point, the manifestImpl.properties file

    # is created and the manifest.implementation.version property is set to

    # 11.1.1.2.1. This initial version number is derived from the default.implementation.version

    # in build.properties (11.1.1.2) and added to the property restart.implementation.version.suffix below.

    # For example, if the restart.implementation.version.suffix is set to 1, the initial report

    # manifest.implementation.version will be 11.1.1.2.1.

    # In later versions, the restart.implementation.version.suffix and the lastNumber property

    # in manifestImpl.properties are compared, and the largest of the two numbers is incremented by 1.

    # If, for some reason, the manifestImpl.properties file is deleted, the file is re-created the next time

    # run run the Ant Target > floors to clean and resets the version of the implementation by the

    # restart.implementation.version.suffix only (as if for the first time). For example, 11.1.1.2.1,

    # If restart.implementation.version.suffix = 1

    restart.implementation.version.suffix = 2

    restart.implementation.version.suffix.Ear = 2

    -----------------------------------------------------------

    You need to generate the secure file... See here in this link

    http://www.techartifact.com/blogs/2013/04/generate-the-secure-files-in-WebLogic-in-WebCenter-spaces-applicaton.html

  • Custom 404 error not displayed for non - cfm pages

    We have configured IIS to a personalized page of cfm 404.txt (and that the default value in the cfadmin)

    The following instructions were used to configure IIS to display custom 404 .cfm

    In the IIS Internet Service Manager Console, choose 'Properties' to lincolninvestment.

    2. click on the tab labeled "Custom errors." Scroll down to HTTP named '404' error, select it and click the 'Edit properties' button (see Figure 1).

    3. from the edit window, choose 'URL' in the menu drop down and specify the path to your 404 template personalized for content.

    4. click 'OK' and apply your new settings. You should be able to see the new settings to work by typing in a page that does not exist on your site.

    This works great IF THE MISSING PAGE IS A. PAGE OF CFM... If it's something else... html code with .cfm appears (almost as if the page is not recognized as a .cfm page).


    We must have something misconfigured in IIS, can someone tell me what?

    It has been our problem:
    Note that you must configure Manager 404 of a URL handler, not a file manager. File Manager will empty your ColdFusion code in the browser, as if it were a text file. "

  • Different proj. titles for various cond'l build page layouts?

    We create help for two different products of a RoboHelp project, using the conditional, but to create two different versions. The title bar for the help windows must demonstrate a different product for each build name. Do we need to change the title of the project to the exact name of the product each time we generate a particular build, or is it possible to permanently fix a title of the project in a scheme of conditional compilation?

    Hi LisaFinn. There is no way to do this via tags of conditional compilation. I assume you are using the release of webhelp? If so, the title of the window is pulled the name of the project NOT the title of the window then you will need to change the name of the project every time.

  • Portal Builder (Spaces) vs development WCP

    Please let us know of your experiences that based on what type of requirements to choose the development strategy (IE Portal Builder or development of the WCP), here is my understanding, 1) in both cases we must develop trade, taskflows & Portlets components separately to embed on the page Template development effort 2) also we can't jump 3) Web 2.0 integration services configurations are also even in team I have more than 5 projects using charge WCP development only, now, here, I wanted to know why I can't use the portal Builder if it gives more benefits? Please correct me guys?

    The guys finally below document links are helped me (thanks Françoise & Rohan). http://docs.Oracle.com/CD/E29542_01/WebCenter.1111/e35813/pywcp_planning.htm#CHDFDFHH Oracle WebCenter Portal: statement of management for WebCenter Framework portal (Doc ID 1913370.1) applications

  • In the portal Builder error handling

    Hi all

    I use a 11.1.1.9 portal generator. I wanted to ask, how we can make the error handling. Should we use standard error pages webcenter or use html navigate in the web server. Please guide me. What are the options for this.

    Can use us model taskflow exception handler to navigate to the error page. Please suggest your experience.

    There are several ways to achieve this.

    1. to use the error page standard webcenter. You can also customize which.

    2 use webgate to redirect to the error page. You can also set this in the web.xml file

    3. as you suggest that you want to have the error page for each page. I'll tell you design design for your application to set exception management.

    -Create custom exception handler class. Is just less than the class for example. You can write several method to redirect the error page in the taskflow model. This will be used when you want to access the standard or common portal error page all the

    as below

    package de.ba.techartifact.common.exception;

    import java.util.logging.Level;

    Import oracle.adf.share.logging.ADFLogger;

    Import oracle.adf.view.rich.context.AdfFacesContext;

    /**

    * {@code techartifactExceptionHandler} class and its subclasses are a form of

    * {@code Throwable} indicating conditions that a reasonable person

    * application can catch.

    *

    *

    {@code Exception} class and subclass which is not also

    * subclasses of {@link RuntimeException} are audited

    * exceptions.  Checked exceptions must be reported in a

    * method or {@code throws} clause the manufacturer so they can be thrown

    * by executing the method or the constructor and spread outside

    * the limit of the method or constructor.

    *

    * @author David

    */

    public class techartifactExceptionHandler extends RuntimeException {

    private final static ADFLogger logger = ADFLogger.createADFLogger (techartifactExceptionHandler.class);

    private static String errorId = "errorId."

    @SuppressWarnings("compatibility:7733281042864677431")

    private static final long serialVersionUID = 1 L;

    public techartifactExceptionHandler() {}

    }

    /**

    @param errorMessage

    */

    public techartifactExceptionHandler (String errorMessage) {}

    Super (ErrorMessage);

    }

    /**

    @param throwable

    */

    public techartifactExceptionHandler (Throwable throwable) {}

    Super (Throwable);

    }

    /**

    @param string

    @param throwable

    */

    public techartifactExceptionHandler (String, string, Throwable throwable) {}

    Super (string, throwable);

    }

    /**

    @param erroMessage

    @param throwable

    @param exceptionLevel

    */

    ' public void techartifactLogMessage (String erroMessage, flat exceptionLevel, throwable Throwable) {}

    Logger.log (exceptionLevel, erroMessage, throwable.getMessage ());

    }

    /**

    @param erroMessage

    @param exceptionLevel

    */

    ' public void techartifactLogMessage (String erroMessage, level exceptionLevel) {}

    Logger.log (exceptionLevel, erroMessage);

    }

    /**

    @param erroMessage

    @param throwable

    @param exceptionLevel

    @param fehlerId

    */

    public static void techartifactExceptionHandle (String erroMessage, Throwable throwable, level of the exceptionLevel,)

    String fehlerId) {}

    AdfFacesContext.getCurrentInstance () .getPageFlowScope () .put (errorId, fehlerId);

    Logger.log (exceptionLevel, erroMessage, throwable);

    }

    }

    If you want error page for each site. simple set exceptionhandler in any activity seen in the taskflow for each site.  It will display the error page different for different portal.

    We hope to answer your question. If you need more details let me know

  • How to move/copy a free office wpd document pages

    I have about 3000 documents wordperfect on an external hard drive on a windows computer that must be moved to a new imac computer.   I'm new to mac and want to know the keyboard controls to move these documents.  For example, I have a document open in office free and saved pages, but it is not really there in pages.  It is empty.  I have formatted the document in pages and you want to know the keystrokes to get the document in pages.

    Hello nmbogey,

    Thanks for this info and choosing the communities Support from Apple. I know how important these documents to work on your new iMac is for you! The following article will be useful in troubleshooting and solving your problem as he explains what are the formats work with Pages and how to import files into Pages on your iMac:

    Import and export formats of various files with Pages

    See you soon!

  • I can't find a command "go to" pages as exist in Word. (for example, on page 163).  I find it necessary for large documents.

    I can't find a command "go to" pages as exist in Word. (for example, on page 163).  I find it necessary to move easily large documents.

    I should have added that I use a new MacBook

  • I want to be able to move freely photos on a Windows Word page, but the photos keep snapping it back in place on the margins. Is it an alignment etc. function that I can disable so I can move photos with the cursor?

    I want to be able to move freely photos on a Windows Word page, but the photos keep snapping it back in place on the margins. Is it an alignment etc. function that I can disable so I can move photos with the cursor?

    I want to be able to move freely photos on a Windows Word page, but the photos keep snapping it back in place on the margins. Is it an alignment etc. function that I can disable so I can move photos with the cursor?

    =================================
    Change the text wrapping...

    In Word 2007... I'm going to... Format / dressing / thanks to...

    Then I can use the arrow 4 positions to drag photos anywhere
    I chose.

    If you want to drag the photos on the page...
    I don't know how to do this. John Inzer - MS - MVP - Digital Media Experience - Notice_This is not tech support_I'm volunteer - Solutions that work for me may not work for you - to proceed at your own risk

  • How can I get the download link for flash builder 4?

    How can I download link for "flash builder 4" when he bought off-line (CD)?

    You can find the download of the Flash Builder 4 trial at the page linked below and you can use your serial number of the original purchase to activate it:

    http://prodesigntools.com/all-Adobe-CS5-direct-download-links.html

    Don't forget to follow the very important section

  • When I hit the + key for a new page, all my widgets have disappeared. All my sites are listed is no longer. How to re - install?

    I changed my search engine of Norton. Now when I click on the tab for a new page, it happens with search for Norton and I don't have my widgets with my sites. I have removed the research and tried everything to get widgets to my sites favorite on when I hit the sign '+' for a new page.

    Need help

    Check and see your current newtab setting:

    Type of topic: config< enter > in the address bar.
    If a warning screen is displayed, press the button to be careful .
    At the top of the screen is a search bar. Type browser.newtab.url
    This indicates what to show when a new tab opens Firefox.
    If you want, right click and select Edit. You can change the setting

    topic: Home (Default Firefox homepage),
    on: newtab (displays the more visited sites),
    Subject: vacuum (a blank page),

    or you can enter any web page or Subject: page you want.

    The same instructions are used to the new setting of the window, classified
    browser.startup.homepage.

    Start Firefox in Safe Mode {web link} by holding down the < shift >
    (Mac options)
    key and then from Firefox. Is always the problem?

  • Could not find full download for RC build (30.0 RC2). Update fails. Beta channel has my current build (30.0b9).

    Could not find full download for RC build (30.0 RC2). Update fails. Beta channel has my current build (30.0b9). Channel has version 29.

    Update always fails on this work a bit locked machine.

    The Release Candidate of 30.0 build2 is located in http://ftp.mozilla.org/pub/mozilla.org/firefox/candidates/30.0-candidates/

    The 30.0 Firefox will be released June 10 if all goes well.

  • When you download a new page, the page will move upwards a little, revealing the same page as, and then will go back down and full download.

    I have Windows 7 32 bit, Firefox 19.0 when I click to go to another page, sometimes the current page will move upwards a little, revealing the same page under. After a few moments, the current page will move down and then goes to the new page and download.

    Hello, you can try to reproduce this behavior when you start firefox in safe mode, once? If not, perhaps an addon intrudes here...

    Troubleshoot extensions, themes, and issues of hardware acceleration to resolve common problems of Firefox

  • Hi, I want to get rid of "in search of Babylon" of firefox, I did everything but its always come when I press + for a new page. Please help me...

    Hi, I want to get rid of "in search of Babylon" of firefox, I did everything but its always come when I press + for a new page. Please help me...

    You are welcome.

Maybe you are looking for

  • Cannot restore iPad to iCloud

    Nice day I had a problem with my IOS update on my iPad Air, I managed to downgrade to IOS 9. I'm now trying to restore my iPad to the iCloud, but he comes back saying: "Unable to restore backup. Is there way to ay I can download the backup on the iCl

  • Configure the router for wifi mutiple connections

    I have a laptop connected to my wifi router which States (private network) and I want connect an extra, but my new laptop cannot see my network

  • Junk folder says 2 unread messages, but none appears in the window.

    My Junk folder shows 2 unread emails, but when I open the file, no email appear in the window.  I try to empty my junk e-mail folder, and it is said that the two files cannot be deleted.   What can I do to fix the problem?

  • Multiple Crypto cards on simple external Interface

    Hi, I got the following encryption card configured on my ASA5505 to allow Cisco IPSec VPN clients to connect from the outside: crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 pfs Group1 set Crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 value

  • element on the page (date picker)

    I added a date picker to my report. and in the report source, I added a clause where clause to filter the report based on the selected date (which is one of the columns of the table), but it showed nothing.WHERE DATE =: P23_DATE When I remove the whe