ATG and BEA

Hi,
Can I use both connection modules (plug-in) from BEA WebLogic and ATG Dynamo against
same ISS at the same time?
Thanks,
-Lu

there are several reason not to chose s.th. else:
-- Bea
-portal runs on Bea appserver only
- missing identity managment
- missing policy management
- third party product needed for SSO, e.g. Netegrity SiteMinder (expensive)
- no hot deployment of channels/provider because portal+provider are one(!) web-app which has to be deployed as 1 web-app, downtime
-needs an additional DB like Oracle
-deployment, configuration is also done by XML files but the "rresult" is then stored in DB in different tables + filesystem and it can't be derived which values in which columns are from where (no real inheritance)
(it's easy to add a culomn during runtime (alter table) but remove a coulmn ??)
-- ATG
niche player, same problems as Bea
--Oracle
all has to be passed and managed by the database
- impossible to differentiate between DB, appserver, webserver, portal, ..
- installs 16 gb on the filesystem at once - for what ?
--Sun
- complete Identity + Policy System
- protect internal resources by agents+policy system
- secure remote access = gateway component
- adds extra security in the DMZ
- netlet: VPN-On-Demand
- URL-Rewriting
- new mobile access for ad hoc 2700+ devices
- integrated search engine
- hot deployment of channels/container/portlets
- delegated admin functionality by IS admin console
- complex desktop layout based on container and Display Profile technology possible
- chnages during runtime possible
- runs on Bea, IBM, Sun
- next versions will support struts, JSFs portlets
- JSR 168 support
- JSR 188 supoort by MA
- Voice support by MA (Voicelets)
- HA and LB architectures possible for ALL components
- runs on Solaris/Sparc
- will run in Solaris/X86
- will run on Linux
- will run on W2K (for dev only)
What else do you want ?
/ulf

Similar Messages

  • Oracle ifs and BEA weblogic

    Oracle ifs and BEA weblogic
    We have one application server with weblogic and and ifs 1.0.9 , and one db server with Oracle 8.1.7.
    with the following configuration:
    Web server
    appl server with weblogic 6.0 and ifs 1.1.9
    Oracle 8i Enterprise with interMedia text
    We need to use the iFS API call for our application.
    As I know, weblogic 6.0 support JDK1.3 but ifs 1.1.9 supports up to JDK1.2.
    Is this configuration possible?
    Any conflict if two version JDK co-exist inside same machine?
    Any suggestion?
    If I separate the appl. server into two machines, that is,
    one server installed with weblogic, the other one installed with ifs.
    How could I make use the ifs API call from appl. server?
    Is there any configuration guides for this setting?
    Thanks a lot.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Luis:
    The iFS API is 100% pure Java. You can use it from any other Java application, be it JSP, EJB, or a standalone application.
    So it really comes down to the CLASSPATH. The iFS API is split among a set of .jar files, and some of the configuration information is stored in .properties files that are outside of these .jar files. All of this stuff needs to be in the CLASSPATH of whatever JVM is calling the iFS API.
    The iFS API uses the Oracle JDBC driver to communicate with the Oracle database. This is another requirement. You can't use another JDBC driver; you have to use ours.
    So again, it's all about configuration.<HR></BLOCKQUOTE>
    Would you mind to share more detail on configurating weblogic to integrate the iFS API?
    null

  • BEA AL Notification Service and BEA ALI Notification

    Hello,
    We upgraded our Collaboration to 10.3.0 - now we have to services - BEA AL Notification Service and BEA ALI Notification. Which should I keep - or should both be enabled?
    Thanks,
    V

    We kept the AL Notification Service and deleted the other one.
    The AL Notification Service properties point to:
    C:\bea\alui\common\wrapper\3.2.3\bin\native\win32\wrapper.exe -s C:\bea\alui\cns\1.0\settings\config\wrapper.conf set.PLATFORM=win32 set.COMMON_PATH=C:\bea\alui\cns\1.0\bin\..\..\..\common set.APPLICATION_PATH=C:\bea\alui\cns\1.0\bin\.. set.WRAPPER_PATH=C:\bea\alui\cns\1.0\bin\..\..\..\common\wrapper\3.2.3 set.JRE_PATH=C:\bea\alui\cns\1.0\bin\..\..\..\common\jre\1.5.0_32 set.WRAPPER_NATIVE_LIB_PATH=C:\bea\alui\cns\1.0\bin\..\..\..\common\wrapper\3.2.3\lib\native\win32 "set.JVM_1=-server -Xms160m -Xmx320m" set.BIT_MODE=
    Vivekvp wrote:
    Hello,
    We upgraded our Collaboration to 10.3.0 - now we have to services - BEA AL Notification Service and BEA ALI Notification. Which should I keep - or should both be enabled?
    Thanks,
    V

  • SSL and BEA-090482 (BAD Certificate)

    Hi All,
    I am trying to get self-signed certificates to work with the keytool and I have followed just about every instruction to get everything to work. But no matter what I try I keep getting the BAD CERTIFICATE error. My Setup is the following:
    - I have Oracle Enterprise Linux (5.8) installed
    - I have Weblogic 10.3.4.0 installed
    - I start nodemanger through wlst
    - I have 1 weblogic installation with 3 domains and each domain has it's own IP address (virtual IP adresses).
    For 1 SOA Server (soa_server1) I want to enable SSL so here's wat I did:
    1. I use the keytool to create identity.jks (keytool -genkey -alias mycert -keyalg RSA -keypass weblogic1 -keystore identity.jks -storepass weblogic1 -validity 365)
    2. I export the certificate (keytool -export -alias mycert -file root.cer -keystore identity.jks -storepass weblogic1)
    3. I import the certificate into trust.jks (keytool -import -alias mycert -trustcacerts -file root.cer -keystore trust.jks -storepass weblogic1)
    4. I setup Weblogic (tab keystores) with the appropriate setting (identity.jks and trust.jks)
    5. I setup Weblogic (tab SSL) with a private key alias and it's password
    6. I enable SSL in Weblogic
    Our servername = MYSRV005 and our domain name = yyy.lan
    When going to the AdminServer each domain can be reached by it's own name (for example test.yyy.lan etc.)
    I have configured our listen-address for our soa_server1 for test.yyy.lan
    I have set our certificate common name to test.yyy.lan
    My nodemanager runs on localhost (I can start any server from our AdminServer console)
    We disabled hostname verification in startWeblogic.sh, startNodeManager.sh and in the soa_server1 console
    I even added CertGenCa.der into our trust.jks (keytool -import -alias mycert-trustcacerts -file “<location of CertGenCA.der>” -keystore trust.jks)
    No matter what I try, I keep getting BEA-090482 (BAD Certificate .....).
    I hope someone can help me out on this issue. I've been at it for 2 days now and still can't solve the problem. Are there any other things I have to be thinking of?
    Thanks for any help. :)

    Well,
    Once again I solved my problem. Am not sure what I did, but it seems that switching to the java utils.CertGen utility did the trick. That way certificates will get signed with the CertGenCA.der certificate. However I am not entirely sure this was our problem since I have changed so many settings in the last couple of days. Noticed that the keytool doesn't change the issuer and the issuer will be the same as what you fill out. Wonder why everyt tut on the net used the keytool while that wasn't working for us. :( Guess I have to dive into that. :)

  • XSQL and BEA Weblogic 6.1

    I spent a lot of time trying to figure out how to configure
    the XSQL servlet to run on BEA Weblogic 6.1
    It is really simple once you understand that you should work
    off expanded directory instead of trying to get a .war or .ear
    file uploaded.
    I decided to give my explanation to help others...
    This works with the current XDK (9.0.2.0.0D) on OTN and I got it
    running on Windows 2000 and/or Solaris.
    I based these instructions on Steve Muench for
    "ANN Deploy Oracle XSQL Pages to OC4J" off the OTN web site.
    1) get the latest xdk_java off the OTN web site.
    2) create a directory (or subdirectory) named xsql (to hold the entire application
    3) create /xsql/META-INF
    /xsql/WEB-INF
    /xsql/WEB-INF/lib
    /xsql/WEB-INF/classes
    structure to hold the XSQL servlet
    4) create a /xsql/META-INF/application.xml with the following code:
    <!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE Application 1.2//EN'
    'http://java.sun.com/j2ee/dtds/application_1_2.dtd'>
    <application>
    <display-name>Oracle XSQL Servlet</display-name>
    <description>Oracle XSQL Servlet</description>
    <module>
    <web>
    <web-uri>xsql.war</web-uri>
    <context-root>xsql</context-root>
    </web>
    </module>
    </application>
    5) create the file /xsql/WEB-INF/web.xml with the following content
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE web-app
    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
    <web-app>
    <servlet>
    <servlet-name>oracle-xsql-servlet</servlet-name>
    <servlet-class>oracle.xml.xsql.XSQLServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>oracle-xsql-servlet</servlet-name>
    <url-pattern>*.xsql</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>oracle-xsql-servlet</servlet-name>
    <url-pattern>/xsql/*</url-pattern>
    </servlet-mapping>
    </web-app>
    6)extract the xdk_java (that you copied from the OTN) on a temporary directory. (/otn)
    7) copy the following files (they are in the /otn/lib subdirectory) into /xsql/WEB-INF/lib
    oraclexsql.jar
    xsqlserializers.jar
    xmlparserv2.jar
    xsu12.jar
    8) copy /otn/xdk/admin/XSQLConfig.xml to xsql/WEB-INF/classes
    9) copy the entire directory and subdir /otn/xdk/demo/java/xsql to /xsql/demo
    10) no need to create a war or ear file as Weblogic will work better from the expanded directory
    anyway and it is simpler to implement.
    11) Now you need to copy that entire directory structure /xsql over to the Weblogic Application Server
    config/domain-name/applications area so in my case it is
    /bea/wlserver6.1/config/your_domain/applications/xsql
    12) If Weblogic is running in development mode, it should deploy and load the servlet automatically.
    If it is running in production mode, then we would need to restart it.
    13) You should be able to test this with http://your_host:7001/xsql/demo/index.html
    Any URL that specifies the /xsql will then be treated by the
    XSQL Servlet.
    It works for me...

    Hi Denis,
    I followed your procedure to deploy XSQL Servlet on WebLogic 6.1. First I deployed as expanded directory structure although I turned 'Auto Deployed Enabled' flag to on for my domain, WebLogic couldn't pick up the application. Then I tried to create ear application and deployed it (In your message you are saying that don't need to create ear or war, you mean this is not just a necessity or it never could be deployed as ear/war files). I saw on the as deployed on console but when I tried the http://myhost:7001/xsql/demo/index.html, I got the following error message.
    Oracle XDK Java 9.2.0.2.0 Production
    XSQL-013: XSQL Page URI is null or has an invalid format.
    Oracle XDK Java 9.2.0.2.0 Production
    XSQL-013: XSQL Page URI is null or has an invalid format.
    Can you help me to trouble shoot this problem? Thank you very much
    Deha Peker

  • Difference between oracle and BEA JDBC Drivers

    One of our application plan to move from BEA JDBC drives to Oracle drivers.
    We use Weblogic 9.2 as application server and Oracle 10g as the database.
    Questions
    =======
    1. What is the basic difference between these drivers and how do we decide which one to use.
    2. What can be the impact of moving to Oracle drives from BEA on the overall application...?
    3. Other than change in the jdbc.datasource.url = jdbc:oracle:thin:@, do we need to take anything else into consideration.
    Pls. let me know in case any further details are required.
    Thanks in advance.

    "1. What is the basic difference between these drivers and how do we decide which one to use."
    They are totally different products made independently by different companies.
    "2. What can be the impact of moving to Oracle drives from BEA on the overall application...?"
    As long as your application uses standard JDBC APIs, the impacts will be minimized, and
    unpredictable, some running faster, some slower... Any bug list for one driver will be
    different than for the other. If you use any driver-specific extension APIs, they won't
    be in the other driver.
    "3. Other than change in the jdbc.datasource.url = jdbc:oracle:thin:@, do we need to take anything else into consideration."
    Also changing the diver/datasource class name, and reviewing any arguments/driver properties.
    Property names and functions are usually driver-specific.
    Joe

  • Can I run SUN and BEA JVM with WL9.1 on Solaris 9

    Is it possible to run a WL9.1 domain on SUN JVM and another one on BEA JRockit? The reason I asked is that for the WL9.1 Sparc download, there's one for Solaris 8,9 and 10 on Sparc and there's another one for Solaris 9 with JRockit Supported. Is this mean I have to install both on 2 separate BEA home?

    Right, I read the docs. What's confusing is that on the WLS download page, there's a download for the Solaris Sparc 8,9,10 (server910_solaris32.bin). There's another download for Solaris 9 with JRockit Supported (server910_generic.jar). For the server910_solaris32.bin, it comes with the SUN JDK. For the server910_generic.jar, it doesn't have the SUN JDK and it needs a separate JRockit download, jrockit-R26.3.0-jdk1.5.0_06-solaris-sparcv9.bin. Also, in the WLS9.1-JRockit install docs, it requires the LD_LIBRARY_PATH to point to sparc64 instead of sparc in the {WL_HOME}/common/bin/commEnv.sh.
    I guess my question is which file should I use for the base WLS install? server910_solaris32.bin or server910_generic.jar? If I use the server910_solaris32.bin, I will need to add JRockit as a separate install. If I use server910_generic.jar, i will need to install JRockit as well as the SUN JDK.

  • Web Services and BEA

    Web Services has all the makings of a home run. As a powerful integration
    platfor, it moves the procedural-heavy complexities of builiding distributed
    app into the realm of simple declarative transactions, while supporting
    location transparency. It is a powerful technology that removes the barrier
    erected by the discontinuity of geographic distance and cross-platform
    technical mismatches that have until now constrained the plumbing between
    heterogeneous networked applications.
    Developers who feel lost in the labyrinth of hype can turn to a new site
    site., Web Services FAQ http://www.webservicesfaq.com devoted to UDDI,
    WSDL, SOAP, ebXML, Best Practices, Intergration issues and so on...
    Here they'll learn how, while Web Services complements J2EE and compliant
    servers superbly, it is also an excellent integration platform for BEA
    technologies, and in fact for the transparent interoperability between the
    two, and between any other architectures that support the new Web Services
    standards.
    Best Regards
    Ramene Anthony

    You should be able to get the username from the context?
    private SessionContext sessionCtx = null;
    public void setSessionContext(SessionContext sctx) {
    this.sessionCtx = sctx;
    public void someMethod() {
    String username = sessionCtx.getCallerPrincipal().getName();
    -Jesus

  • ATG and Browser Cookies

    Hi All,
      Wanted to know what are all the information stored in browser cookie and session.??? When talking about session in ATG, is it related to browser session/httpSesssion/session scoped component???/
    Is the whole Order object is stored in the cookie or just the Order id???
    Regards

    By default ATG will store the sessionId and userPrefLanguage in cookies. If you enable cookie based authentication then ATG will store user profile id also in the cookies.
    When talking about session in ATG, is it related to browser session/httpSesssion/session scoped component???/
    Life time of HTTPSession and Session Scoped components will be a particular browser session. Once you exit the browser, the session will be terminated.
    Is the whole Order object is stored in the cookie or just the Order id???
    No information related to order is stored in cookies, in a cookie based authentication, profile id will be available in the cookie and the order will be fetched using profile id.
    Cheers
    R

  • Recurring errors BEA-101083 and BEA-000403

    Hello.
    My server configuration is:
    Intel(R) Core(TM) i5-3470 3.20 GHz (2 processors)
    12 GB RAM
    Windows Server 2008 R2 Enterprise
    I have Weblogic Server 12C installed on this machine.
    When I deploy my ADF application on weblogic server it works normally. But in logs ( in the Enterprise manager - Fusion Middleware Control 12c) I see two errors :
    Message ID
    BEA-101083
    Message Level
    7
    Relationship ID
    0
    Component
    PortalMS3
    Module
    HTTP
    Host
    CSPORTAL
    Host IP Address
    192.100.100.27
    User
    <WLS Kernel>
    Thread ID
    ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'
    ECID
    6e1a4bf5-904c-4412-b2dc-d778ee30a96f-00000b24
    Message
    Connection failure. java.io.IOException: Программа на вашем хост-компьютере разорвала установленное подключение
    at sun.nio.ch.SocketDispatcher.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
    at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:225) at sun.nio.ch.IOUtil.read(IOUtil.java:198) at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:375) at weblogic.socket.NIOSocketMuxer$NIOInputStream.read(NIOSocketMuxer.java:747) at weblogic.socket.NIOSocketMuxer$NIOInputStream.read(NIOSocketMuxer.java:733) at weblogic.socket.SocketMuxer.readFromSocket(SocketMuxer.java:1017) at weblogic.socket.NIOSocketMuxer.readFromSocket(NIOSocketMuxer.java:642) at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:951) at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:928) at weblogic.socket.NIOSocketMuxer.process(NIOSocketMuxer.java:507) at weblogic.socket.NIOSocketMuxer.processSockets(NIOSocketMuxer.java:473) at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:30) at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:43) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:147) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:119)
    And
    Message ID
    BEA-000403
    Message Level
    7
    Relationship ID
    0
    Component
    PortalMS3
    Module
    Socket
    Host
    CSPORTAL
    Host IP Address
    192.100.100.27
    User
    <WLS Kernel>
    Thread ID
    ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'
    ECID
    6e1a4bf5-904c-4412-b2dc-d778ee30a96f-00000b24
    Message
    IOException occurred on socket: Socket[addr=/192.100.100.27,port=65202,localport=7004] java.io.IOException: Программа на вашем хост-компьютере разорвала установленное подключение. java.io.IOException: Программа на вашем хост-компьютере разорвала установленное подключение
    at sun.nio.ch.SocketDispatcher.read0(Native Method) at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
    at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:225) at sun.nio.ch.IOUtil.read(IOUtil.java:198) at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:375) at weblogic.socket.NIOSocketMuxer$NIOInputStream.read(NIOSocketMuxer.java:747) at weblogic.socket.NIOSocketMuxer$NIOInputStream.read(NIOSocketMuxer.java:733) at weblogic.socket.SocketMuxer.readFromSocket(SocketMuxer.java:1017) at weblogic.socket.NIOSocketMuxer.readFromSocket(NIOSocketMuxer.java:642) at weblogic.socket.SocketMuxer.readReadySocketOnce(SocketMuxer.java:951) at weblogic.socket.SocketMuxer.readReadySocket(SocketMuxer.java:928) at weblogic.socket.NIOSocketMuxer.process(NIOSocketMuxer.java:507) at weblogic.socket.NIOSocketMuxer.processSockets(NIOSocketMuxer.java:473) at weblogic.socket.SocketReaderRequest.run(SocketReaderRequest.java:30) at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:43) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:147) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:119)
    Russian text is meaning : "Program on your host computer breaked connection"
    This errors repeated every minute.

    Hi,
    This seems to be a known issue with weblogic 12.1.2 (Bug 18073982)
    I would recommend you to open a SR with Oracle to check further on this.
    Thanks,
    Sharmela

  • Getting started with ATG and Eclipse

    Hi,
    I am newbie in ATG web commerce. I am doing some R&D how to integrate ATG with eclipse JBoss and oracle. I searched on Google, there is one very interesting topic about getting started with atg, jboss, oracle :
    http://atgdeveloper.wordpress.com/2009/04/19/getting-started-with-atg-jboss-and-oracle
    It is very helpful to me but there is one problem what are the requirements of eclipse to integrate it with ATG. Is there any ATG plugin, which I can download all the plugin for eclipse and please can anyone help me if there is any ATG configuration documentation available, please share link or document(if there is complete step-by-step documentation available).
    I will greatly thankful to you. Very very thanks in advance.
    Thanks,
    Manveer
    Edited by: msingh on Nov 9, 2011 3:37 AM
    Edited by: msingh on Nov 9, 2011 3:38 AM

    Hi GarethR,
    I have a looked on ATGInstallationGuide.pdf, which url it shows is not working http://www.atg.com/eclipse. I think the url for ATG plugin has been changed now but I didn't found that url on google. Can you please help me to get correct url.
    When I try to use this url using eclipse update manager. It shows me no features available for this site.
    Thanks,
    Manveer

  • ATG and Endeca architecture strategy

    Hi all.
    I have an ATG multisite application with 3 distinct sites, each one with their own production server and Endeca app.
    We are having some issues with Endeca indexing like the RepositoryExport /atg/commerce/search/ProductCatalogOutputConfig phase stays with Cleaning status.
    So, here is my question. What server should trigger the index creation?
    Thanks in advance,
    Barcellos

    Hi Barcellos,
    I assume you will also be having a single CA server (BCC) which will deploy the catalog data to all the sites. Thus, as per my understanding, the CA server should trigger the endeca indexing automatically upon deployments.
    Thanks,
    Tejas

  • JSF in Studio Creator and BEA Workshop Studio

    Hi Guys,
    I found that JSF code created when we use Studio Creator is Rave
    while as if we use Bea Workshop Studio/Any Other Eclipse IDE for JSF is MyFaces ( whatever it may be).
    What are the differences between these two? which one is better ?
    I get confused why there are two different framework of JSF?
    And I dont think there is any other IDE who supports Rave other than Java Studio Creator?
    Thx.

    <?xml version="1.0" encoding="UTF-8"?>
    <jsp:root version="1.2" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:ui="http://www.sun.com/web/ui">
    <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
    <f:view>
    <ui:page binding="#{welcome.page1}" id="page1">
    <ui:html binding="#{welcome.html1}" id="html1">
    <ui:head binding="#{welcome.head1}" id="head1">
    <ui:link binding="#{welcome.link1}" id="link1" url="/resources/stylesheet.css"/>
    </ui:head>
    <ui:body binding="#{welcome.body1}" id="body1" style="-rave-layout: grid">
    <ui:form binding="#{welcome.form1}" id="form1">
    <ui:textField binding="#{welcome.textField1}" id="textField1" style="position: absolute; left: 48px; top: 24px" text="Pirmais logs"/>
    <ui:button binding="#{welcome.button1}" id="button1" style="position: absolute; left: 72px; top: 72px" text="Submit"/>
    <ui:calendar binding="#{welcome.calendar1}" id="calendar1" style="position: absolute; left: 48px; top: 144px"/>
    </ui:form>
    </ui:body>
    </ui:html>
    </ui:page>
    </f:view>
    </jsp:root>

  • JCOM and BEA support and license issues

    After going round and round with first tier support, I'd like to post this message
    to the newsgroup to clarify how jCOM finds the license.bea file.
    Here is an e-mail I sent to support...
    The beahomelist file gets created in a bea directory in the user's home directory
    ($HOME/bea/beahomelist).
    The problem is that the WebLogic server and the Jcom classes are looking for the
    license in two different ways.
    WLS uses the $BEA_HOME variable and jCOM uses the user.home System property (this
    may or may not be $HOME).
    Your were incorrect when you stated that the WebLogic server needs to runnning by
    the user that installed the software. Any user can start the server and use the
    jCom classes as long as jCom can find the license, this requires that the user wanting
    to use jCOM have a bea directory and beahomelist file in the directory that the user.home
    system property resolves to.
    It would be much easier for jCOM users to have the server and jcom find the license
    in the same manner.
    You've been so helpful.

    "Michael Jones" <[email protected]> wrote:
    >
    After going round and round with first tier support, I'd like to post this
    message
    to the newsgroup to clarify how jCOM finds the license.bea file.
    Here is an e-mail I sent to support...
    The beahomelist file gets created in a bea directory in the user's home
    directory
    ($HOME/bea/beahomelist).
    The problem is that the WebLogic server and the Jcom classes are looking
    for the
    license in two different ways.
    WLS uses the $BEA_HOME variable and jCOM uses the user.home System property
    (this
    may or may not be $HOME).
    Your were incorrect when you stated that the WebLogic server needs to runnning
    by
    the user that installed the software. Any user can start the server and
    use the
    jCom classes as long as jCom can find the license, this requires that the
    user wanting
    to use jCOM have a bea directory and beahomelist file in the directory that
    the user.home
    system property resolves to.
    It would be much easier for jCOM users to have the server and jcom find
    the license
    in the same manner.
    You've been so helpful.
    Hi Michael,
    thanks a lot!! this was the right hint!!
    Michael

  • Oracle Forms on IBM Web Sphere Application Server  and BEA Application Serv

    Hi,
    Can we run Oracle Forms on top of IBM web phere or Bea application servers?..
    If possible, please give the steps that we need to follow to make it run on them

    I've seen this asked before and the general repsonse was : don't do it , it's not worth the hassle. Apart from anything else you'll still have to pay the license fees for the Oracle Application server ....

Maybe you are looking for

  • When I read email on iPhone, I want it to be marked as read in Outlook

    I keep thinking I've found an answer on here, but to no avail, I cannot find a discussion that meets my needs. Here's the deal.  I have Yahoo on my iPhone, right?  When I read an email in my Yahoo account on my iPhone, and later log into my Yahoo acc

  • Windows Server 2012 Pooled Virtual Desktop collection GetVMstate issue

    I am trying to create a Pooled Desktop collection with my Powered off VM and it errors out The virtual desktop must be in a stopped state:  Could not identify the state of the virtual desktop.  Ensure that the RD virtualisation host server is availab

  • Generating a internal table based on the fieldcatalog

    hi, i want to generate an internal table based on field catalog which will be generated after the user has selected a particular layout. For eg. Suppose there are at present 25 fields at the ALV output and out of which user selects 10 fields using la

  • BPM Process stop to work

    when i start a bpm process during the runtime the process stop to work and in the default trace i found this error: 2011 09 26 15:24:11:785--+0200--Error--com.sap.glx.core.kernel.mmtx.PrimaryTransaction-- com.sap.BPM.core_svc.000064--BC-BMT-BPM-SRV--

  • Folder disappeared after update!! How to recover it?

    Today i was prompted to update Mountain Lion to10.8.1 and after downloading it, my system was going to restart but Mail "crashed" and my Macbook Air didn't restarted (I waited for several minutes), I needed to go there and press restart. After that b