How to create and deploy portal applications for WebLogic TP10

Hi Friends:-) Thej here,
I want to know, how to create weblogic portal applications for tech preview version 10.
Thanks

The Tech Preview of 10.0 contains only WebLogic Server. WebLogic Portal 10.0 functionality is not contained in this preview. Therefore, you cannot create portal applications in this Tech Preview.
Thank you.

Similar Messages

  • How to create and deploy a simple jstl applicaton in weblogic 10.3.3

    How to create and deploy a simple jstl applicaton in weblogic 10.3.3

    1) Since JSTL libraries are provided as Web application libraries, they must be deployed before the Web application that is using JSTL functionality is deployed. The libraries can be deployed using the Administration Console or with the command-line weblogic.Deployer tool.
    Here’s an example of deploying a JSTL 1.2 library using the weblogic.Deployer command-line:
    java weblogic.Deployer -adminurl t3://localhost:7001
    -user weblogic -password weblogic
    -deploy -library
    d:/beahome/wlserver_10.3/common/deployable-libraries/jstl-1.2.war
    This command deploys the JSTL 1.2 library using the default library-name, specification-version and implementation-version defined by the MANIFEST.MF in the library.
    After a library is deployed, the extension-name, specification-version and implementation-version of the library can be found in Administration console. This information can also be found in the MANIFEST.MF file of the library WAR file.
    For more information on deploying a Web module refer below URL
    http://docs.oracle.com/cd/E15051_01/wls/docs103/deployment/deployunits.html
    2) To reference a JSF or JSTL library, a standard web application can define a <library-ref> descriptor in the application’s weblogic.xml file. Here is an example:
    <library-ref>
    <library-name>jsf</library-name>
    <specification-version>1.2</specification-version>
    <implementation-version>1.2.0</implementation-version>
    <exact-match>false</exact-match>
    </library-ref>
    For more information on referencing a Web application library refer below URL
    http://docs.oracle.com/cd/E15051_01/wls/docs103/programming/libraries.html
    3) Create a sample JSP in your application and JSP should look as shown below
    <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
    <html>
    <head>
    <title>TestJSTL</title>
    </head>
    <body>
    <c:set var="topic" value="JSTL" />     
    <c:out value="${topic}" />
    </body>
    </html>
    4) Create WAR and deploy and test.
    Edited by: Murali Veligeti on Jul 26, 2012 9:00 AM

  • How to Build and Deploy Flex application in EP6

    Hi All,
    Can anyone tell how to build and deploy Flex application in EP6.
    I want to build a normal application in flex and present it through iviews. How do I configure my Iiview to have flex component running in Portal Environment.
    Thanks
    Deepak

    A good book to start with is Enterprise JavaBeans by Monson-Haefel (O'Reilly press). It covers deployment of EJBs on J2EE servers. Also check out sites specific to your server, sometimes they have specific requirements (like Weblogic).

  • How to Create and Deploy Web Services Using Oracle 9i JDeveloper

    Hi,
    My Question is how to create and deploy Web Services using Oracle 9i JDeveloper.Anybody please give me a detailed Reply.Please Reply to [email protected]
    Hopr to Hear From you,
    Regards,
    G Sreekumar

    You could use datasources. You should do this in your BC4J Configuration. Then when deploying your applicaiton use the command -installDataSource (from admin.jar) to create the right datasource.
    You could probably use the name of your connection + "DS" so you can also use it locally in JDeveloper as JDev seesm to create this automaticly for your Connections.

  • How to create and deploy a JSP which calls a BPEL process in JDEVELOPER

    Hi Gurus,
    I don't know how to create a JSP in JDEVELOPER which call a BPEL process. I have gone through the tutorials. Since, I am new to JDEVELOPER I need some help.
    1. How to create a JSP (I know creating application and project, also I know JSP coding)
    2. How to deploy this JSP?
    3. For the Synchronos BPEL project, the build.xml is created automatically, in this forum, I see people talking about ear war .deploy etc. How do we get them automatically created. Or do we need to create them manually. If it has to be manual some sample scripts would be of great help.
    Any help in this regard would be really great.
    Thanks in advance,
    Sankar.

    I found the following tutorial which clearly explains how to deploy J2EE apps.
    http://www.oracle.com/technology/obe/obe1013jdev/deployment/deployment.htm
    I created a simple jsp file in a project, followed the steps in the tutorial and it got deployed onto: http://localhost:9700
    For invoking BPEL process through JSP, I have reused the jsp files available in : 102.InvokingProcesses\jsp and changed the processes and input accordingly.
    Please post me a query in this thread, if any of you want any specific details.

  • How to create and configure a user for MaxDB monitoring

    Good Morning,
    Is it possible to create a user in MaxDB which can only, check DB State, Data Space (Used, Available, Etc) and Log Space? If possible, how to create it and the respective authorizations?
    The reason i'm asking you that is because i need to give to my monitoring team a MaxDB user which can login to the database and check the status. I have superdba and control, but these are superadmins and i would like to be able to create and give them a restricted user.
    Can you help me on this matter please?
    Thanks.
    Best Regards,
    Pedro Gaspar
    Edited by: Pedro Guerreiro Gaspar on Mar 25, 2011 2:03 PM

    Hello Pedro,
    Check the following website for further information:
    http://maxdb.sap.com/doc/7_8/default.htm
    Regards,
    Eduardo Rezende

  • How  to create and test HTTP connection for proxy

    HI
    Can anybody help me by providing step by step guide for how to create a HTTP connection for inbound abap proxy?
    How i will get sure that connection is working properly?
    Thanks
    Debraj

    Hi Debraj,
       You should be able to do that in SM59 of the XI Box.
    Create the connection under "HTTP Connections to R/3 System".
    Provide the Target Host IP Address.Service Number and Path Prefix.
    Select the logon procedure as SAP Standard.
    SSL Inactive.
    Provide Logon details.
    Regards,
    Ravi

  • How to create and run J2EE application client for Hello World EJB

    Hi
    I am new to NWDS EJB deployment.I have created a "Hello World" bean. But how to deploy it and run using a J2EE application client step by step.
    Also please help in the steps of the deploy tool.
    Thanks in Advance

    Hi Ananda
    Check this link,
    http://help.sap.com/saphelp_nw04/helpdata/en/55/600e64a6793d419b82a3b7d59512a5/content.htm
    cheers
    Sameer

  • HOW TO CREATE AND DEPLOY EAR FILE WITHOUT HAVING ACCESS TO DATABASE

    I created an application using jsp and bc4j. I tested it against a standalone OC4j server on the same pc. This week I installed 9iAS to simulate the installprocess which should be due next week. Everything works fine; deploying seems to be a peace of cake... until I realized that the customer's database,
    host etc. are not the same as in my testing environment.I tried to create a connection in JDeveloper with the customer's database hostname and SID. This
    does not work; the host is not known in my development enviroment. So how can I create an EAR file with the correct connection (ie, pointing to customer's host
    and SID)?

    You could use datasources. You should do this in your BC4J Configuration. Then when deploying your applicaiton use the command -installDataSource (from admin.jar) to create the right datasource.
    You could probably use the name of your connection + "DS" so you can also use it locally in JDeveloper as JDev seesm to create this automaticly for your Connections.

  • How to Create and apply adjustment preset for printing

    How can I create an adjustment preset that I can apply to images before I print? In Photoshop CS3, it's easy: I just create an action. But how do I apply a preset that simply shifts existing settings a relative amount instead of applying absolute settings that overwrite image-specific settings?
    The problem is that my Epson R1800 and its profiles output images that have a yellow shift to them. What I want to be able to do is apply a +5 shift to the shadow tint (camera calibration) and a +10 shift to the WB tint on top of whatever settings I already have after development.
    Any ideas?
    (and yes, I do use colour management, my monitor is calibrated, and I instruct LR2 to manage colour and use the profile specific to my printer, paper, and print quality setting)

    No ideas here? Surely someone must have wanted to apply an adjustment to compensate for a printer's tendencies or the different dmax, shadow detail, and colour temperature of various papers and illuminant sources (incandescent vs daylight fluorescent, sunlight), or at least use different tone / contrast settings or different amounts of sharpening (before the new print sharpening facility appeared in LR2).

  • How to create and register custom views for Bulk Export

    In the FAQ of "Understanding Bulk Export" chapter, it says "You can define your own view object for export. However, before you can use your view object for export, you must register
    and enable it as an export object in the Setup and Maintenance, Manage Export Objects task."
    Task "Manage Export Objects" does not have a create or edit option. Do I have to use a particular rol to activate this options?

    As you state this is likely related to the permissions you have. Have you confirmed that you have the necessary roles mentioned in the documentation ? I think you would need at least "Application Implementation Consultant" and potentially others from the list also depending on the objects accessed.
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • How to create and edit time curves for parameteric EQ

    Hi all, I'd like to do something very basic, but I can't figure out how to do it.
    I've got a video, and I'd like to apply some filters to an audio track, and sync it with the video. I've managed to load in the video, put my audio files on the multisession, and place the effects I want in place. I can't figure out the rest - i.e. animating the parameters. I'm used to animation software (such as aftereffects), where I can enable keyframing for a channel, goto a time on the timeline, change the value for a parameter and it's saved as a keyframe at that time.
    I do have a bunch of midi controllers, but I'd rather hand edit these keyframes for accuracy as opposed to trying to record, there's only a few moments so should take me just a few seconds if I knew how to do it!
    Cheers,

    Ah indeed, there is the familiar keyframe interface. That's great thanks, however I still couldn't find how to control these from the effect interface! I.e. I can edit the curves from there, but there's about 20+ parameters on the parameteric EQ, to have to go through keyframing it through the curves and not the interface would be nuts. I'd like to set all of the parametric EQ parameters (freq, Q, gain for each band) to be keyframable (which I can go through and do once if need be by manually setting a keyframe at time==0), but then I'd like to just use the parametric EQ interface, move the points around, and have the keyframes created. Currently what it seems what I have to do is:
    - go through all 20 parameters and manually place a keyframe at time==0
    - go to a new time on the timeline, and move all my points around in the parametric EQ interface
    - go back to automation curves and go through all 20 parameters one by one clicking on the 'add keyframe' button for each parameter individually.
    - go to the next time on the timeline, and repeat
    Suffice to say this is tedious enough, but it gets even more interesting when:
    The parametric eq interface does not update to show what the actual current value (From the automation) graph is. So if I want to slightly tweak a value (e.g. lift or drop a tiny bit), I can't do it, I can't see in the parametric eq window what the current value is. So I need to:
    - goto the automation curve and find the parameter in question
    - read out the value
    - go back to the parametric window, and set that number in first
    - and then edit it.
    And then it gets even more interesting (this is probably a bug), because I'm having trouble editing current keyframes. I've found if I move a value on the parametric EQ window if there already is a keyframe in place I'd hoped it would just update the keyframe, but instead it does nothing. What I need to do is:
    - first remove the keyframe
    - then move the parameter in the parameq window
    - then set the keyframe again.
    If I move the parameter first, then remove the keyframe, then set the keyframe again, it won't get the new value. The parameter must be moved after the keyframe is removed. nuts.
    I hope I'm just doing it wrong and there is an easy 'auto-set keyframes' option somewhere!
    I'm running audition CC v6.0 build 732 64bit on windows 8.1 pro.

  • How to create and deploy a war file on wls using the console

              my question is how to deploy the simpleSession.jsp example in the weblogic/samples/examples/jsp/
              dir examples as a war file on wls cluster what are the steps to do so.. thanks
              in advance
              

    [att1.html]
              

  • Design and deploy Tomcat Applications for Planned,  Unplanned Database Downtimes and Runtime Load  Balancing with UCP

    Brand new white paper @ http://www.oracle.com/technetwork/database/application-development/planned-unplanned-rlb-ucp-tomcat-2265175.pdf

    Brand new white paper @ http://www.oracle.com/technetwork/database/application-development/planned-unplanned-rlb-ucp-tomcat-2265175.pdf

  • How to compile and deploy JAX-WS web service from commandline (!) ?

    I have read a couple of tutorials about how to create and deploy web services with
    certain IDEs (e.g. Eclipse).
    But I found no guide on how to compile a java web service source from command line !!
    Lets say I have a java source class with annotations inside (like "@WebMethod").
    How do I generate with the built-in j2ee v5 tools from a web service from command line and deploy it e.g. to TomCat or JBoss ?
    Is there somewhere such a simple step-by-step intro?
    Thx
    Peter

    You can download JWSDP 2.0 from sun and install it. Under jaxws (the installed directory) you can find sample directory which has build.xml can be run from command prompt using ant. if you want in detail means go through the build.xml and use wsgen.bat or wsimport under the bin directory of jaxws
    Edited by: Muyallu_Bala on Apr 14, 2008 5:49 AM

Maybe you are looking for

  • Questions about parallel and series sturcture in SCTL (single clock timed loop) in FPGA VI

      I am using LV 8.2.   I have wriiten a FPGA VI, in this VI, there are 3 filters inside the SCTL (single clock timed loop) (I use the shift register to be the effect of unit delay). Would I save the resources of the FPGA used (such as slices and LUT)

  • Apple TV and computer browser

    I've set up Apple TV and it connects to my MacBook Pro iTunes application without problem.  But I can't figure out how to get it to play something I might be streaming on my MacBook on a web browser:  a YouTube video, for instance, or streaming a new

  • Having header line in the structure inside another structure

    How can I have a header line in a structure within a structure? (I have posted a question before...but seems to be unclear..so I closed that thread and open a new one) Thanks! When compiling the below codes, I got error message stating that 'The inte

  • DMSConsole Runtime Exception stack trace: java.lang.NoClassDefFoundError

    I think this is the right place to post the problem. I've already posted my problem here -> https://forums.oracle.com/forums/thread.jspa?threadID=2386699&tstart=0 Can you please let me know where am I missing? Thanks. It is removed from this link. Ed

  • Full screen safari ability to bring apps into safari screen?

    im new to apple OS and the fact that i run safari on fullscreen mode and then when  want to say tab to limechat and it slide safari out of the picture. i want to be able to keep safari and stack whatever else i want to over top of it without going to