WebLogic Test & Development server

We are about to start a web service and have been considering a number of enviroments
including .net, lotus and BEA. We have decided on BEA because of its market share,
openness and scalability. Our .net trained programmers think it is S____ Hot.
However as I am paying the licence fees I am a little confused about one element
(involves more money)
Our development time to our first production service is only 12 weeks
My question is Do we need to purchase the Test & Development Licence and subsequent
support fees with such a short lead time to first production.
Can we not do every thing we would need to develop and test with a full Server
liscence.

"Joel Nylund" <[email protected]> wrote in message
news:3cee46b8$[email protected]..
I have the same question if anyone from weblogic is out there? It lookslike
I can just copy the files from the ldap directory over.
Does the embeded server support regular ldap protocol from other clients.Yes. You can use either the listen port or the SSL listen port. You can set
the
credentials for the Admin server in the Embedded LDAP tab off the security
tab off the domain (they are generated on the first boot). The admin
principal
is cn=Admin
Can I browse the ldap entries from other tools?Yes.
Can I add additional attributes to entries for users?
That would not be supported as adding new attributes may cause problems
at upgrade times if we change the schema.
thanks
Joel
"Andy Kim" <[email protected]> wrote in message
news:[email protected]..
I am using the embedded LDAP server to store users, groups and roles. I
have a development server and nowI want to import the security settingsfrom
the development server to the test servers. Both servers are running
WebLogic 7. How do I export users, groups and roles from the
development
server and import to the test server.
Thanks,
Andy

Similar Messages

  • CSS difference in Integrated Weblogic and Development Server

    I'm using JDeveloper 11.1.1.2.0
    I noticed that when i was developing in my Integrated WLS, CSS and inline Styles was just working the way it was showing up when i was running tests on my app.
    But the moment it was deployed in a development server, inline styles started getting "messed" up. To be exact, a panelBox header element, began aligning in center even though i never declared an inline style nor a CSS to modify it.
    I'm not very familiar with Application Server configurations, but i'd like to be pointed in the right direction where i could try to investigate with regards to this matter.
    if there are other information i could add in this thread please let me know.
    Thank you.

    A separate forums seems to have cleared this issue.
    Re: CSS in ADF Question
    Edited by: Mar Vince Reyes on Sep 22, 2010 5:48 AM

  • LSMW testing - Development server to Production server

    Dear Experts,
    I have made a LSMW for ROH material in development server by changing External number ranger to Internal number ranges.
    It is working fine & is generating internal number ranges.
    What i wish to know is, what kind of testing (tables or transactions) will be required before using this LSMW in Production server?
    Thanks!
    Syed

    Hi Syed,
    Once you have tested LSMW in DEV, and found OK, transport it to PRD.
    You can also take a test run for LSMW in PRD.
    Also check some basic transactions of procurement on this material in PRD if possible
    Hope this will help U
    Regardsm
    Amol

  • Testing Tools for Oracle Developer Server

    Hi,
    Are there any existing Automated Testing Tools to simulate load for the Oracle Developer Server.
    Lemme know.

    Oracle has an internal testing tool that can be used to do this called Intercept Server.
    You can ask your local consulting office to carry out the load test for you using Intercept Server.
    If you would like to do this task yourself then you will need to purchase a load test tool from Mercury called LoadRunner, last thing I heard they supported Forms 4.5 and were about to support Forms 6.0
    Jason Pepper
    Oracle Enterprise Internet Tools
    Product Management

  • Planning Migration from Development Server to Testing Server

    Hi All,
    I am doing migration from development env to testing env. I am stuck in the middle of the migration. Anyone please guide me in this situation. Its very urgent for me. I am following below steps for the planning migration
    1. Create a new database on Production RDBMS Server for your planning application.
    I created the new database for my planning application.
    2. Configure a data source on Production Planning Server.
         I configured the new datasource on planning.
    3. Create fresh planning application on Production Server and Ensure the admin is the same as your planning application on Development Server.
         I created the new planning application on production server. Its working fine with admin login.
    4. Go into the database tables for the planning app on Production Server and look at table HSP_USERS; store the SID value against user 50001.
         I save the SID value against 50001 in a notepad
    5. Go into the database planning system tables on Production Server and HSPSYS_APPLICATION, clear out the version field for the application you have created.
         I removed the version for the application i created
    6. Stop Planning.
         I stopped the planning services
    7. Restore the planning application database on Development over the one created in the first step (to the Production Server Database).
         In this steps only, i am facing diffculities.
         How to take the backup of development database? (Here, i want to the take the database backup of planning application schema  or entire oracle databat in development server)
         How to restore to testing env database
    Please anyone guide me in this situtation. Please......
    8. Go into the HSP_USERS table and update the SID for user id 50001
    9. Start planning
    10. Go to planning web and you should see your application when you try and log in it should take you to a migrate screen.
    11. If you are requiring to migrate users as well, you will have to make sure you create them in Shared Services and then use the updateusers utility in the planning bin directory.
    Thanks,
    Lakshmi

    Hi Mars,
    Thanks for your reply. I did the same as you specified. I used Imp instead of import, exp instead of export.
    7. Restore the planning application database on Development over the one created in the first step (to the Production Server Database).
    I restored the Planning dmp here
    8. Go into the HSP_USERS table and update the SID for user id 50001
    Here, SID remains the same after restore the backup from the development server(SID same for Development and testing Server)
    9. Start planning
    I started the Planning Services.
    10. Go to planning web and you should see your application when you try and log in it should take you to a migrate screen
    I am facing problem here.
    While login into planning application, its not redirect to migrate screen. Its normally login to the application
    Thanks,
    Lakshmi

  • Transfer of business object from development server to testing server

    if i want to transfer business object from development server to testing server how can i do that?
    what is the system landscape?
    what is business object?

    Hi Rizwan,
    U can get details of Business Objects in tcode - SWO1.
    Business objects are real world entities modeled as objects in an information system.
    Business objects encapsulate both data structures and the functions applied to the data, but hide their full complexity from other objects. This encapsulation of data and functions makes it easier to modify program components, because you can program with the relevant entities without having to know all the implementation details. You can also reuse existing functions.
    Client programs access business objects by reading their attributes, or by calling the methods that make up the objectu2019s interface:
    Attributes
    Attributes describe the data stored in an object through a set of properties. They provide direct read access to the data structures of objects, but client programs cannot change them from outside.
    Methods
    Methods provide a way to encapsulate the data structures of business objects, and to process them. When accessing an object, the client program calls a method with parameters and gets back return parameters.
    Interface
    The interface is the set of methods associated with a business object, and determines how an object interacts with the outside world.
    The client program defines the object types to be used and, at runtime, creates object instances of those object types.

  • Weblogic vs TC server

    I'm at a new company and one team wants to replace Weblogic with TC server. Does anyone have any facts about how these 2 compare?

    Hi,
    I develop ejbeans on the j2ee-server for a wlserver.
    My experiences thereby so far:
    - j2ee: faster deployment, when the ejb is configured ... when you change
    the bean-code, you need one click to update and redeploy
    - wls: better configuration, you can comfortably set the table-name and the
    column-names ... for the j2ee-server you must edit the selects manually
    Please extend the list.
    But I would say, the j2ee-server is only for test purposes. Please correct
    me if I'm wrong.
    André
    [email protected]
    www.AP-Home.de

  • Error while starting weblogic 9.0 server .

    Hi ,
    When I start weblogic 9.0 server , I'm getting the following error and the server gets disconnected .
    JRockit dump produced after 0 days, 00:00:45 on Wed Jul 25 11:19:01 2007
    Additional information is available in:
    C:\bea92\user_projects\domains\dbAdapter\jrockit.1344.dump
    C:\bea92\user_projects\domains\dbAdapter\jrockit.1344.mdmp
    If you see this dump, please open a support case with BEA and
    supply as much information as you can on your system setup and
    the program you were running. You can also search for solutions
    to your problem at http://forums.bea.com in
    the forum jrockit.developer.interest.general.
    Error Message: Illegal memory access. [54]
    Exception Rec: EXCEPTION_ACCESS_VIOLATION (0xc0000005) at 0x0044CE73 - memory at 0x00000034 could not be read.
    Minidump : Wrote mdmp. Size is 173MB
    Version : BEA JRockit(R) R25.2.0-28 dra-45238-20050523-2021-win-ia32
    GC : System optimized over throughput (initial strategy singleparpar)
    : GC strategy for GC 0 was singleparpar
    : GC strategy for GC 1 was genparpar
    : mmHeap->data = 0x00620000, mmHeap->top = 0x10620000
    : mmStartCompaction = 0x0E622030, mmEndCompaction = 0x0F620000
    : Heap is not included in dumps.
    CPU : Intel Pentium 4 SSE SSE2 NetBurst
    Number CPUs : 1
    Tot Phys Mem : 1071628288
    OS version : Microsoft Windows XP Service Pack 2 (Build 2600)
    State : JVM is running
    I need to run embedded adapter using weblogic 9.0 .
    JRockit used is jrockit90_150_03.
    Please help me urgently.

    I have downloaded developer license ,but it's still throwing the error .
    To start WebLogic Server, use a username and *
    password assigned to an admin-level user. For *
    server administration, use the WebLogic Server *
    console at http:\\hostname:port\console *
    tarting weblogic with Java version:
    ava version "1.5.0_03"
    ava(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_03-b07)
    EA JRockit(R) (build dra-45238-20050523-2021-win-ia32, R25.2.0-28)
    tarting WLS with line:
    :\bea92\JROCKI~1\bin\java -jrockit -Xms256m -Xmx512m -Djrockit.codegen.optpriority=1 -Xverify:none -da -Dplatform.home
    \bea92\WEBLOG~1 -Dwls.home=C:\bea92\WEBLOG~1\server -Dwli.home=C:\bea92\WEBLOG~1\integration -Dweblogic.management.discov
    true -Dweblogic.ProductionModeEnabled= -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.di
    C:\bea92\patch_weblogic901\profiles\default\sysext_manifest_classpath -Dweblogic.Name=AdminServer -Djava.security.policy=C
    ea92\WEBLOG~1\server\lib\weblogic.policy weblogic.Server
    Jul 25, 2007 2:52:35 PM GMT+05:30> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with BEA JRockit(R) Vers
    dra-45238-20050523-2021-win-ia32 from BEA Systems, Inc.>
    Jul 25, 2007 2:52:37 PM GMT+05:30> <Info> <Management> <BEA-141107> <Version: WebLogic Server 9.0 Sun Jul 3 21:15:00 PDT
    5 598247 >
    Jul 25, 2007 2:52:40 PM GMT+05:30> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    nable to start WebLogic Server!
    xception occurred while reading the license file.
    lease make sure you have a valid license.bea
    ile in the BEA home directory associated with this
    nstallation. For more information about the license.bea
    ile, see the installation guide for the version of the
    oftware you are using at http://e-docs.bea.com.
    Jul 25, 2007 2:52:40 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
    Jul 25, 2007 2:52:40 PM GMT+05:30> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut
    elf down>
    Jul 25, 2007 2:52:40 PM GMT+05:30> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
    Could you please advise me as to what all I should inclde in the classpath to start weblogic 9.0 server.

  • How to deploy a secured ADF 11g application to WebLogic 10.3 server?

    Hi,
    I have just enabled security in our ADF 11g application, as descripbed in [chapter 29|http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/adding_security.htm#insertedID0] of the Fusion Developer's Guide. It works fine in the embedded WebLogic server of JDeveloper.
    Now I'm trying to deploy to our WebLogic 10.3 server, which runs in production mode. I'm running into all sorts of problems. The WebLogic console seems to have hundreds of security related pages, I don't know which one I should use, let alone how to use it. The Fusion Developer's Guide doesn't cover deployment to a production server:
    >
    When the target server is configured for production mode, you typically handle the migration task outside of JDeveloper using tools like Oracle Enterprise Manager. For details about using tools outside of JDeveloper to migrate the policy store to the domain-level in a production environment, see the [Oracle Fusion Middleware Security Guide|http://download.oracle.com/docs/cd/E12839_01/core.1111/e10043/toc.htm].
    >
    However, this guide is of very little help to me. I found [chapter 7|http://download.oracle.com/docs/cd/E12839_01/core.1111/e10043/addlsecfea.htm#insertedID0], which says "The recommended tool is Fusion Middleware Control." I have no idea what "Fusion Middleware Control" is, where to get it and how to use it.
    Long story short: I'm totally lost. I'm looking for a step by step guide on how to deploy a secured ADF 11g application to a WegLogic 10.3 server that is running in production mode. Any help is highly appreciated.

    Ok, I found a [very helpful blog post |http://andrejusb.blogspot.com/2009/01/practical-adf-security-deployment-on.html] by [Andrejus Baranovski|http://www.blogger.com/profile/04468230464412457426]. I wish Oracle's documentation was as clear as this...
    The blog post refers to an article by Steve Muench, called [Simplified ADF 11g Application Credential and Policy Migration to Standalone WebLogic Servers|http://www.oracle.com/technology/products/jdev/tips/muench/credmig111100/index.html]. This article presents an Ant script that migrates policies from JDeveloper to WebLogic, using some PFM. (See the last definition here.)
    The problem is that Steve Muench's script assumes that JDeveloper and the standalone WebLogic are on the same machine. However, in a typical environment, such as the one I'm working in currently, this is not the case. In our case the developer stations are Windows machines, while our WebLogic server runs on a HP-UX machine. So the question is: how to perform this migration between two machines with different operating systems?
    Regards,
    Bart Kummel

  • Error while Releasing Requests in Development Server

    Dear all,
                 While I am releasing request in development server, i m getting following error message, so i could not able to release request.
    Message : Test Call of transport control program (tp) ended with return code 0208.
               pls , give any good suggestion.
    Thanks & Regards,
    Sandip Sonar.

    Hi,
    This is purely basis issue, you have nothing to do with it.
    Forward the same screen shot to your basis people,they will take care.
    This happens when some problem in transport layer between servers.

  • Weblogic Portal Developer position

    Hi,     
    I am currently working on this WLP Developer position for a Fortune 200 client in San Ramon CA who has need for someone with strong background described below. Please let me know of your interest by sending me a current resume As Soon As Possible (WORD file as an attachment). Or I appreciate that if you could recommend any potential candidates.
    THANK YOU VERY MUCH.
    Sr. Weblogic Portal Developer
    Duties:
    •     Providing development for new projects and O&M support for existing WLP applications.
    •     Analyze, unit test, debug, document, and maintain online applications.
    •     Complies with all design standards, coding standards, and internal controls and processes.
    •     Conduct discussions and/or meetings with management and end users.
    •     Research and prepare system time/cost estimates.
    •     Maintain system documentation, operational procedures, etc.
    •     Provide requirements for changes to system by analyzing current situation and comparing to what is needed.
    •     Responsible for system setup and ongoing administration.
    •     Provide second/third level end user support.
    •     Participates in ensuring that customer requests in the ticketing system are managed to closure.
    •     Develop and manage technical aspects of various sized projects.
    •     Support development of testing scripts, training materials and possibly get involved in training sessions.
    Required Skills:
    •     Solid understanding of web portal framework, esp. Weblogic Portal WLP 8.1x or greater
    •     Strong experience with Java/JDK 1.4.x or greater, J2EE and Object-Oriented web application design, Pageflows, Spring framework, and good understanding of MVC framework
    •     Solid knowledge of JDBC, Scripting, SQL, ANT, JQuery
    •     Must know Struts 1.1 / 2, including modules, tiles & validation framework
    •     Web service experience should include good knowledge of JAX-WS, JAX-RPC SOAP, XML, XML Schema, DTD SOA, WSDL, and XSL
    •     Experience with JavaScript, HTML, CSS in support of Portal application development
    •     Good communication and interpersonal skills.
    With any following knowledge will be a plus, but not required:
    •     Experience using IDEs like Eclipse and WebLogic workshop
    •     Experience with Weblogic Portal 10gR3 / 9.2
    •     Key knowledge of and experience with: iBATIS or Hibernate, JavaMail api, UML, JMS, Junit, Java Security (JAAS), Unix (Linux, AIX or Solaris), Unix Shell Scripting
    Please Let us know if you have any question.
    Molly Schultz
    [email protected]
    312-450-3069

    What version of WebLogic Portal are you using?

  • Deployment procedure in weblogic 6.0 server

    Hi i worked in weblogic 5.1 server.
    can you explain the deployment steps in weblogic6.0 server

    Hi Raj.
    There are 3 different situations for you to deploy EJBs into WLS 6.*:
    1) Deploying EJBs at WebLogic Server Startup.
    2) Deploying EJBs on a Running WebLogic Server.
    3) Deploying New EJBs into a Running Environment.
    as you can find all the details on http://edocs.bea.com/wls/docs61/ejb/deploy.html#1050867.
    We suggest to use WLS6.1 on line doc since it is revamped version.
    If you have a particular question for WLS 6.0 EJB deployment, we support you to open
    an eval support case to BEA Weblogic support.
    Thanks.
    Ji Zhang
    Developer Relations Engineer
    BEA Support

  • Error when installing UPK developer server 12.1

    Hello,
    I am getting error as "There was an unexpected error running SQL scripts. Setup will now terminate." when installing UPK developer server 12.1. Any ideas why this would come?
    thanks and regards,
    SD

    I did another round of testing and got the same error again. This time I have collected the install log which is as below-
    Installation Starts
    Microsoft .NET Framework 4.5: already installed
    Windows Installer 3.1: already installed
    Microsoft Visual C++ 2012 Redistributable: already installed
    Microsoft Visual C++ 2012 Redistributable (64-bit): already installed
    Microsoft Visual Studio 2010 Tools for Office Redistributable: already installed
    Windows Process Activation Service: already enabled
    World Wide Web Publishing Service: already enabled
    Call:[ValidateURL]
    Call:[GetWinAcctInfo]
    Call:[CheckFolderPermission]
    Call:[CheckLocalGroupsForUser]
    Call:[CheckSpecificFolderPermission]
    Call:[CheckNestedGroupsForUser]
    Call:[CheckNestedGroupsForUser]
    Call:[CheckNestedGroupsForUser]
    Call:[CheckFolderPermission]
    Call:[CheckLocalGroupsForUser]
    Call:[CheckLocalGroupsForUser]
    Call:[CheckLocalGroupsForUser]
    Call:[CheckLocalGroupsForUser]
    Call:[CheckLocalGroupsForUser]
    Call:[CheckLocalGroupsForUser]
    Call:[CheckSpecificFolderPermission]
    Call:[CheckNestedGroupsForUser]
    Call:[CheckNestedGroupsForUser]
    Call:[CheckFolderPermission]
    Call:[CheckLocalGroupsForUser]
    Call:[CheckLocalGroupsForUser]
    Call:[CheckLocalGroupsForUser]
    Call:[CheckLocalGroupsForUser]
    Call:[CheckLocalGroupsForUser]
    Call:[CheckLocalGroupsForUser]
    Call:[CheckSpecificFolderPermission]
    Call:[CheckNestedGroupsForUser]
    Call:[CheckNestedGroupsForUser]
    Call:[CheckFolderPermission]
    Call:[CheckSpecificFolderPermission]
    Call:[CheckNestedGroupsForUser]
    C:\Windows\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll: enabled successfully
    Installation Aborted
    it says aborted because I only have the option to click on OK and installer exits.
    User Productivity Kit
    There was an unexpected error running SQL scripts. Setup will now terminate.
    OK 
    any thoughts?
    many thanks,
    SD

  • Client creation on XI on development server for Quality

    Dear All ,
    I have configured scenarios on one of the client in development server  . <b>I want to create new client for quality/Testing  on the same development server</b> .Can somebody guide us how to create new client on the same server .
    Thanks in advance
    Regards
    Prabhat

    My question was meant to determine whether you had any CPU licenses. In retrospect, it doesn't matter.
    You cannot use your Production licenses on your Dev system without violating your contractual obligations with SAP. i.e. both system cannot run in parallel using the same license keys.
    You might be able to use the quarterly Test licenses that SAP makes available without violating your contract. I am uncertain of the terms of the test licenses.
    You should probably talk to your Account Manager on this.

  • Purpose of Multiple Clients in Development Server

    can anybody tell me the advantages and
    disadvantages of having multiple clients in a
    development server?

    I don't think there is disadvantage when we have multiple clients for development system
    DEV  SAP system may have multiple clients..
    Main pupose : Changes can be client dependent or client independent
                          Client-independent effects some clients.
                          Client-dependent effects all clients.
    Let me say one example : Dev system has two clients
    100 - Here we can write the code
    200 - Testing will be here ( customizing will done here)
    http://help.sap.com/saphelp_nw04/helpdata/en/8d/933d3c3a926614e10000000a11402f/frameset.htm
    http://www.sap-img.com/general/what-is-sap--landscape.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/96/8a99386185c064e10000009b38f8cf/content.htm
    Thanks
    Seshu

Maybe you are looking for

  • Acrobat Pro XI Extended - Geospatial PDF

    I generate maps using ArcMap 10.3.  This will export to PDF (simple or with layers). However, the layers must be very simplistic and small in file size.  I have clients that don't have the GIS software and are not GIS savvy.  I need a map viewer. I r

  • How to change datasource type 3.x or new after replication?

    Hello, after the replication of a datasource i got a popup, if i want an old 3.X datasource or a new datasource. I clicked new, but i need an old 3.x datasource. Now i don't have a chance the change this.Where can i do it? I deleted the datasource in

  • Drop Zone Resize

    I'm using one of the templates in Motion and when I drop in a photo into the drop zone I'd like to resize the dropped in pic. Can't figure out how to do this. Can it be done?

  • User Exit for Partner Determination

    Hello Experts, I have a requirement where if user manually adda a ZZ partner function to partner header in Sales document, then a ZX partner function should be automatically created. Is it possible to configure it through VOPA transaction? Or else wh

  • Duke's Bank

    Hi all! I am download javaeetutorial5 and there is an example - Dukes Bank! I make all under the instruction: default server run sucsessfully ant create-tables -> execute sucsessfully adding users -> all right ant->sucsessfully ant deploy -> deploy: