How to make development on Weblogic Portal (10.3.2)

Im trying to make Weblogic Portal development as described in http://download.oracle.com/docs/cd/E15919_01/wlp.1032/e14252.pdf

But when I downloaded the latest Eclipse IDE (EPCO) Weblogic (Oracle Enterprise Pack for Eclipse), I don't see the prospect of portal or an ro option create a portal project.
I downloaded the last EPCO (Indigo)

Am I supposed to download a specific version of the EPCO? If yes what is it?
How can I proceed with what is given in the tutorial oracle?

Any help will be greatly appreciated

Eclipse and EPCO are installed as part of the installation of WebLogic Portal (at least specific installers, not generic, platform). Install WLP and you should get everything already set up and configured with the perspective WLP and publishers.

Brad

Tags: Fusion Middleware

Similar Questions

  • How to change the number of default weblogic Portal port

    Hi all, I would like to change the number of port weblogic portal server by default to 80 in order to test.

    (1) can I change like that
    (2) in the affirmative, please let me know how to do this.

    I went to the file config.xml and search 7001, not able to find something with this number, able to see 7002. (The SSL port).

    Please put some light on this.

    Thank you very much
    Peter.

    Hi Peter
    1. Yes, you can change the default port 7001 to something else.

    2. If you have default Port 7001, it will not appear in the config.xml file. There are NO labels. So yes, when you searched 7001 you find IT. If you change the default port, you will have entered as shown below. If you change the default port, these port tags are shown in the config.xml file.

    3. stop the servers. Make a backup of the config.xml file. Within the tag xml from the server, as shown below, add these 2 labels carefully. Save the config.xml file. Restart the server. NOW, this means that your administration console is running on Port 80.
    80
    true

    Example of file config.xml with the default port changed to 80


    AdminServer

    AdminServer
    true
    demoidentity
    {3DES} qxEhrfmANIITdpvPld0Uvk5i/rPNDAmZ

    80
    true
    ...
    ...

    NOTE: You can also change of administration Console. Choose your thinking, the servers and the AdminServer. In the main, first tab and then click on lock and change change the default port 7001 to 80. Record. Click Activate. Immedialtey you will get errror Page not found. Because the url is still having 7001. You manually change the port of the url to 80. You will again see console. If I prefer, stop the server. Edit the config.xml file. Restart the server.

    HTH
    Ravi Jegga

  • How to make a request on a URL using webworks development environment?

    Hey geeks,


    How to make a request on a URL using webworks development environment?


    Thanks in advance...!

    "A request for a url" you try to perform an ajax call and it does not work? Any field/origin you're wanting access must be white listed in a element in the config.xml file. Details of this are in the WebWorks development guide

  • How to get the object request or session in action jpf in WebLogic Portal 8.1

    I am using WebLogic Portal 8.1. I want to get the parameters of query/attributes in the flow (jpf) page controller action method. Can someone help me how to get objects session or request to the page (CCP) flow control.

    getRequest() (inherited method gives extended request)
    ScopedServletUtils.getOuterRequest (scopedRequest) gives the main query

  • How to install the examples of portal in Weblogic Portal 10.3.5

    I downloaded portal103_win32.exe file site installation of Oracle which is for Weblogic Portal 10.3.5. During installation I couldn't find anywhere that I can choose to install the samples of portal.

    I missed something when I did the installation or portal examples have only been removed from Setup for Weblogic Portal 10.3.5 file?

    Hello

    WebLogic portal sample application is deleted from 10.3.4

    Emmanuel

  • Migration of WebLogic Portal Portal WebCenter

    Hello
    We are on the path of migrating our WebLogic Portal application to the new WebCenter Portal framework. We solved some problems, but now we are one, we do not know how to solve.
    In our WebLogic Portal, we used the tag "isUserInRole' of http://www.bea.com/servers/p13n/tags/auth
    We cannot find this tag or something similar in the new environment.

    < code >
    < % @ taglib prefix = "auth" uri = "http://www.bea.com/servers/p13n/tags/auth" % >
    ....
    ....
    ....
    < auth:isUserInRole roleName = "AuthenticatedVisitor" roleMap "rm" id = 'RID' = >
    .........
    .........
    < / auth:isUserInRole >
    < code >


    I know, we could begin to write our own libraries of tags, but I can't believe that this is the preferred and recommended way.
    Our environment to the WebLogic Portal, (WebLogic Server 10.3.2) is JDK 1.6 and JSF 1.2
    and as a first step, we would like to just keep everything that's not migrate to ADF, it is a later step.
    Target environment: Portal WebCenter framework 11.1.1.4.

    Can someone help, please?

    Concerning
    Edmund

    Edited by: egeesken the 05.04.2011 10:07

    WebCenter IS ADF... This is not a tag... It's the expression language.
    You don't have to do anything special to make it work. No special necessary library, if that's what you mean.

    WebCenter is nothing more than the ADF with a whole bunch of libraries top :)

  • Authorization and authentication external Weblogic Portal

    In our project we use Weblogic portal 10.3 and Oracle 11 g as a backend. During the creation of the field, I specified Oracle as backend. All schemas relevant portals are created in the Oracle database. For our application, we created a specific schema. In a specific scheme of project, we have the table user containing fields like username, password, e-mail, and other relevant areas. How to configure in weblogic to access this table for authentication instead of the user portal schema table? As well as I need to know, in a console of Directors if a new user is created, and then details will be stored in a table schema portal or a project schema user table? In the end, I want to configure specific project table to store the information of the user when the user created through the administrative console.

    It's urgent.

    Hi Renon
    Basically, you need to authenticator custom to store and authenticate all your users to your own specific Tables DB (with information from the user). For this you need to develop custom authenticator. Please note that this has nothing to do with the portal. It's core weblogic security stuff. I have compiled a few links for you. Incase if Oracle Support, open a ticket with them have Oracle support work entirely custom authenticator sample of RDBMS that stores and authenticates users of specific set of custom tables. They will send you immediately. I hope that someone in these forums can have this example also in their personal blogs/forums.

    And, Yes, you can force your custom authenticator to be one by default and to store users when you create new users in the administration Console. Essentially, when you create new users, you should see the option as to create users in what way authentication provider.

    http://download.Oracle.com/docs/CD/E12840_01/WLS/docs103/dvspisec/ATN.html (authentication providers)

    http://download.Oracle.com/docs/CD/E12840_01/WLS/docs103/dvspisec/ATN.html#wp1145342 (do you need to develop a custom authentication provider?)

    http://download.Oracle.com/docs/CD/E12840_01/WLS/docs103/dvspisec/ATN.html#wp1089150 (how to develop a custom authentication provider)

    http://download.Oracle.com/docs/CD/E12840_01/WLS/docs103/secmanage/ATN.html#wp1204261 (by changing the order of authentication providers)

    Thank you
    Ravi Jegga

  • How to add portlets JSR 168 Portal Web Logic

    I installed WebLogic Server 10.3, WebLogic Portal 10.3 and workshop 10.3 on a virtual Windows Linux (version 5.4 of Red Hat Enterprise Linux Server).

    I used Workshop for WebLogic to create a Web portal project and a portlet in the < BEA_HOME > /wlportal_10.3/samples/domains/portal field. I can view the page in the portal at http://localhost:7041/PortalOneWP/myportal.portal.

    Using NetBeans IDE, I created a JSR 168 portlet that is packaged in a WAR file. I put the file. WAR in the folder < BEA_HOME > /wlportal_10.3/samples/domains/portal/autodeploy

    How can I add this portlet to the page I have to the http://localhost:7041/PortalOneWP/myportal.portal?

    Thanks in advance for your help,
    Barbara

    Hello Barbara,.

    The problem is that your JSP attempts to use portlet_2_0 tag library, which works only with the JSR286. JSR286 only is not supported by WLP right now (although it will be in the next version), only JSR168 is supported.

    If you do not use the specific tag library JSR286 features, you may be able to just change the import of taglib to be "http://java.sun.com/portlet" (the library of tags JSR168) and everything should work. If it still does not compile with that change, watch the JSR168 tag library documentation and make sure that you use only tags and attributes that are supported in JSR168 tag library.

    Kevin

  • IPC using JSR 168 in Weblogic Portal

    Hello world
    Time and now I see a few articles on the most essential notion that we try to acquire knowledge and to produce in our portal application is inter-portlet communication. I found a lot of samples for websphere based of portlets and a few extensions more to support interportlet communication. Let me introduce to you in a concise way of what we are trying to achieve, we try to create inter portlet communication without using session context, event handlers and the backup files. Add to this that we try to have an ajax based approach to refresh portlets. We started using portal weblogic portal development just a month back and its all Greeks and latins for us to start with very little information, just, I think that I will get some answers from the experts here. I also understand that this post may be the requirement for most of the people who work with the portal environment. Please post your suggestions/samples on this approach and the ways to do this. Thanks in advance.

    Concerning
    Ashwin

    Ashwin Hello,

    Thank you to detail what you want to do. From your description, I think certainly you don't want to use asynchronous desktop. In the async Office, portlets refresh when they are interacting with on the customer or when they receive an event of the portlet is interacting with (and for the next version of WLP, whenever they welcome an audience of JSR286 make parameter). But WLP 10.3 for your use cases events are going to be the way forward to ensure the good portlet (s) are updated in desktop async mode.

    So for your use case described below, I think that you would be events want to implement something like this:

    High portlet fires an event (I'll call it "filterParams") when it gets to a call from processAction() indicating that the user interacts with this portlet and filter settings may change. To the event payload you might use a simple map of the filter parameter name / value of the filter setting.

    Second portlet listening event "filterParams" (from the top of the page portlet), so that it can cool off and display the AAU links based on what is at the top of the page portlet (which he received in the event payload). The second portlet also sends an event in its method processAction(), which I will call 'linkSelected', with a payload of the link that should display the third portlet. In the Manager 'filterParams' of events the second portlet can also send a "linkSelected" event to cause the third portlet refresh if you want to only it when the top portlet filter of modified page settings.

    The third portlet would listen for the "linkSelected" event and set its content appropriately from the link he received in the event payload.

    It would be possible to upgrade to JSR286 events in the future if you implemented this way with JSR168 events now.

    Kevin

  • WebLogic Portal deployment in question - managed server

    Hello

    I have a sample file Portal ear (default value of pointbase database) which has been developed in weblogic workshop to the
    development of base domain - server admin in portal weblogic 10.3. able to test page successfully picking flow.

    ----

    Now, I created another baseTdomain mode of production, weblogic portal 10.3 domain admin server and the servers managed in a cluster.
    for this baseTdomain, I am pointing to the oracle database.
    Admin Server (port: 7001) and managed servers (port: 7009) begin very well without any problems.

    I exported the ear of the workshop of the domain based file on my local and trying to deploy in the
    managed server.

    Its not to deploy and complain... The EAR file is prepared instead of an active state.

    How can I copy all the information portlet from pointbase to Oracle stuff. Am I missing something here and so, no deployment happens?

    < 19 August 2009 11:44:24 AM MST > < WARNING > < Server > < BEA-002637 > < could not registries
    ER a listener of disconnection due to weblogic.rmi.extensions.DisconnectMonitorUna
    vailableException: could not register a DisconnectListener to [weblogic.rmi.int
    Iqbal. BasicRemoteRef - hostID: '-7879092007710906947S: 192.168.1.116: [7009,7009,-]
    [1, -1, -1, -1, -1]: baseT_domain:ms1', oid: '31,' channel: 'null']. >

    < 19 August 2009 11:58:41 AM MST > < WARNING > < hats > < BEA-149004 > < ended in failure
    detected when opening to distribute task for application 'psAppEAR '. >
    < 19 August 2009 11:58:41 AM MST > < error > < Console > < BEA-240003 > < Meeting Console
    The following error weblogic.application.ModuleException Ed: preparation of Exception
    module: EJBModule (netuix.jar)


    Unable to deploy EJB: netuix.jar ProxyPagePersistenceManager:

    Exception when trying to deploy Unchecked or excluded from security policy: web
    logic.security.service.ResourceCreationException: weblogic.security.spi.Resource
    CreationException: [Security: 090310] cannot create the resource

    Thanks for your help in advance,

    Thank you
    Krishna.

    Hello
    I'm not sure if you can ignore the warnings or not. Probably, if you do not use JMS / async Web services you can.
    3 Im still not sure what port you are talking about, where you specified it? do you mean port multicast? in which case it can be the same as the admin server port (the multicast address is different), but you should use unicast I think

  • How to make the printer don't not sleep?

    someone knows how to make my officejet 4620 not go to sleep?

    Hi digtman,

    This product is designed to reduce energy consumption and save natural resources without compromising the performance of the products. It is designed to reduce the total energy consumption during the operation and when the device is not active. This product is eligible for the ENERGY STAR®, which is a voluntary program established to encourage the development of energy-efficient office products.

    Figure 2: Energy Star Logo
  • How to make a LabVIEW program auto adjust the resolution of the window

    How to make a LabVIEW program that I wrote auto adapt to any size window.

    You have a few options in fact.

    Right click on the VI icon on front panel (top-right). Then select Properties VI---> window size.

    You can check 2 boxes it: 1 maintain proportions of window for monitor resolutions 2. scale all objects on the Panel before the window resizes.

    I think 1 is the one you want.

    If you are not satisfied by the results, do what I usually do. Create a different front for different resolutions by changing the resolution of your development computer. Detects on the resolution of the computer code target of your executable file, and then open the Panel before which best fits. If a PC has none of the resolutions you display a message that prompts the user to change the resolution, before it run your executable file.

    I hope this helps. I know it is one headache but what else can you do.

  • How to make a macro with a goal photos 50 mm f1.8 Prime

    How to make a photos of macro with a prime lens 50 mm f1.8 lens is labeled macro, but only makes farm ups.

    A "true" macro lens allows to approach quite close to your subject that the size of the image on your sensor is larger than what is in real life.

    For example: your sensor is "roughly" 14 x 21 mm.  A penny in the United States has a diameter of 19mm.  This means with a real purpose of macro scale '1:1 ', you could get close enough to the penny the edges of upper and lower of the penny does not fit in the frame (the will of sides... barely.)

    There are a number of ways of "close-up" photography.

    (1) buy a "real" macro lens  The EF-S 60mm f/2.8 Macro USM lens is fantastic and also good enough prices.  A 'real' macro lens will provide the highest quality of image.

    (2) buy "extension tubes".  These committed between the casing and the lens, but they are hollow (there is no element of glass in them but they have electronic contacts so that the lens and the body can still communicate.)  By moving the furthest lens to the focal plane, the range of the lens is considerably reduced.  This allows you to get much closer that otherwise would be possibe.

    (3) use diopters "close up".  Here's the screw on filters that you screw on the end of your lens.  They provide a larger/more close to your subject.  The disadvantage of these, it is that they can show distortion near the edges of the image.

    (4) use a ring of "Recoil".  It is a ring that allows you to mount your lens on the camera body... back.  The screws on the front of the lens (where you would normally be screw on filters), but a bayonet mount on the other side, so you can connect it to the camera.  Using the lens 'backwards', you can get much clsoer.  The downside is that you can't control the lens.  Development is manual and you cannot change the opening.

  • How to make a simple video with my computer ' s web cam?

    I recently (10 minutes ago) asked a simple question on how to make a video.  For five of the most wonderful years of my life, I have designed critical systems of path for launch Pads 39A & B, the vehicle Assembly building and the robot that went out the candle to the pad.  On paper, a critical path system explained how the engineer, design and build a structure.  In this case, it was activities separate from about 3400 and when, how and how long these activities were to each other.  At the time where the Commander.  I worked and which had been granted to these contracts, had developed the method of the path critical following the guidance system of the Polaris Missile, which was incredibly hard to get a handle.  At the time where manned Apollo lunar Mission has been in place, I was one of only ten people in the world, who knew the process.  We needed honest, some answers to our questions or it would take years to accomplish what Stephen Hawking characterized as "the unique accomplishment largest in human history" you gave me answers to my questions by these 'engineers' for Microsoft on the use of a webcam and had implemented them, would not be there was a second launch of Apollo because the first three astronauts would be dead.  How to make a simple video with my computer ' s web cam?     Al wood

    http://www.WikiHow.com/use-webcam-on-Windows-Movie-Maker

    Movie Maker: http://windows.microsoft.com/en-us/windows-live/movie-maker

    Not tested.  Instructions could be for the old version of Movie Maker, but they probably give you the basics.

    (It's a way of many - that the answer does not depend on your OS, but on the software you use to interface with your webcam.  Camtasia?  Skype?  etc and so on...)

    In addition, to find this information is quite simple.  Once I decided on what software to go with in my response to you (I chose Windows Movie Maker 12 because it's easy to get, free, Microsoft, similar to products that were previously found with Windows) I did a simple search on Google:

    use Windows Movie Maker 12 with webcam

    https://www.Google.com/#q=Use+Windows+Movie+Maker+12+with+webcam

    or more demonstratively:

    http://lmgtfy.com/?q=Use+Windows+Movie+Maker+12+with+webcam

    The first hit seems to be a video market even helps you to download and install the Windows Movie Maker 12 application...

  • How to make a UI look like this image?

    Hello world

    I am a beginner Develop Blackberry, I am from VietNam country.

    I want to design an Application interface user lookl ike this image

    How to do this with Blackberry plugin for Eclipse?

    Please help me? Thanks a lot

    I'm waiting for the answer...

    Welcome to the forums.

    It's a difficult question to answer, because you are a junior developer.  So, there are many things that you must learn to understand the answers you get.  But could someone give you the code to do it and it might work, but if it breaks, then you know how to fix?

    So instead I'll give an overview of the solution and allow you to study and learn so much more as you go.

    First thing, it is to be abele to write a program that displays a screen.  I guess you found samples and therefore know how to do that.

    Then you need to understand the 'dimensions' and the capacity of a screen.  I think this article helps with this:

    http://supportforums.BlackBerry.com/T5/Java-development/MainScreen-explained/Ta-p/606644

    Then you must know how to create 3 columns on your screen.  I think that this article will help you with this:

    http://supportforums.BlackBerry.com/T5/Java-development/create-a-custom-layout-manager-for-a-screen/...

    Then you must know how to create a field that uses the space allocated to it al:

    http://supportforums.BlackBerry.com/T5/Java-development/create-custom-fields/Ta-p/444962

    Finally, you need to know how to make this a button field.  To do this, you must override navigationClick and touchEvent.  Enter in which is probably a little too much right now.

    So many of read you.

    However I really recommend to start by working through the provided tutorials - tutorial type in the search box to find these.  With the help of tutorials, you will get a better understanding of how the BlackBerry "hangs together."

    And finally, I recommend you get a book, such as Bill Foust.

    Good luck and have fun!

Maybe you are looking for

  • iMessage messed up in update iOS 10

    After the update to iOS 10 my iMessage app is pretty useless.  For the first hour, I would click on it and just go on a white screen and then crash.  After many attempts, I finally got to work.  Then my iMessages are not sent after finally getting th

  • Element of confidentiality Spotlight - list error (El Capitan)

    Spotlight no longer works on my external hard drive. I tried to add privacy, list spotlights to rebuilt the index as mentioned here https://support.Apple.com/en-us/HT201716 without going into the terminal, but I got the error Followed by reading here

  • Satellite Pro L500-1 t 5 BlueScreens and visualize disruptions

    A few days ago my laptop crashed when I he began and showed a blue screen with the code: 0 x 0000116 (0xFFFFFA8007AF8010, 0xFFFFF88004AC3D9C, 0x0, 0,)0 x 0... (02) atikmdag.sys address FFFF88004AC3D9C base at FFFF88004AB1000 After that, it was imposs

  • E Series MODEL VPCEG26EG the upgrade of hard drives

    Hi all I always try to upgdare my laptop hard drive so dying.And my question is whether I can use the latest SSD drives regardless of size.If so, I need to the belvedere for something in particular? For example: Type Sata 3 or 2 Thanks in advance.

  • Error - app fails to load (forcefield.exe) error 0xc000034 to start Windows XP.

    Original title: 0cx000034. Windows xp pro. all KB (130 or almost). I've stalled zonealarm 9-3-037-000 and is unable to contact the update server. I have this problem at the start of this application fails to load (forcefield.exe) error 0xc000034, pre