Does OC4J 9.0.4 standalone support HTTP clustering?

Does OC4J 9.0.4 standalone support HTTP clustering? If so, could someone point me to the correct documentation for setting this up?

Yes the container supports it. You need to configure it manually using the XML files. The Oc4J Users Guide should document it for you. There's no load balancer capability so you need to use some 3rd party solution such as Web cache, Distributor, etc.
I can't get to the doc site right now so I can't give you the full URL to it. But have a hunt around and you should be able to find it.
cheers
-steve-

Similar Messages

  • Just like HP servers, does Cisco UCS C-Series Standalone supports Network Fault Tolerance ?

    Just like HP servers, does Cisco UCS C-Series Standalone supports Network Fault Tolerance ? if yes then, where can i find this option
    Windows :- 2k8 R2

    Just like HP servers, does Cisco UCS C-Series Standalone supports Network Fault Tolerance ? if yes then, where can i find this option
    Windows :- 2k8 R2

  • Does OC4J's built-in JMS support transactions?

    I am using Oracle App Server 10.1.3.4 and OC4J 10.1.3.4, with the built-in OC4J JMS implementation. I have created a simple MDB that receives messages in the onMessage() method, and rolls back the transaction by throwing a runtime exception. (I have also tried rolling back the transaction by calling messageDrivenContext.setRollbackOnly().) In either case, the result is the same. The message is basically lost and never redelivered. If the transaction is rolled back, shouldn't the message be added back to the queue for redelivery? I have waited several minutes, and no redelivery ever occurs.
    My code looks something like this:
    @MessageDriven(activationConfig = {
              @ActivationConfigProperty(propertyName = "ConnectionFactoryJndiName",
                        propertyValue = "jms/QueueConnectionFactory"),
              @ActivationConfigProperty(propertyName = "DestinationName", propertyValue = "jms/MyQueue"),
              @ActivationConfigProperty(propertyName = "DestinationType", propertyValue = "javax.jms.Queue"),
              @ActivationConfigProperty(propertyName = "ReceiverThreads", propertyValue = "5")
    @TransactionManagement(TransactionManagementType.CONTAINER)
    @TransactionAttribute(TransactionAttributeType.REQUIRED)
    public class BidOptimizeMDB implements MessageListener {
         public final void onMessage(final Message msg) {
              throw new EJBException();
    In jms.xml:
    <queue-connection-factory name="jms/QueueConnectionFactory" location="jms/QueueConnectionFactory" />
    <queue name="MyQueue" location="jms/SEMBidQueue" persistence-file="MyQueue">

    You "care if it is a global transaction" because you use the corresponding annotation .
    @TransactionManagement(TransactionManagementType.CONTAINER)
    @TransactionAttribute(TransactionAttributeType.REQUIRED)This makes OC4J start a global transaction. Your config uses a non-xa connection factory that does not obey the Transaction Manager and setRollbackOnly does not work for this reason.
    There is another problem with your setup.
    "For message-driven beans using the OEMS JMS (in-memory or file-based) message service provider, <Required> is supported only if you access this message service provider using the Oracle JMS Connector. For more information, see [Restrictions When Accessing a Message Service Provider Without a J2CA Resource Adapter|http://download.oracle.com/docs/cd/B32110_01/web.1013/b28221/undejdev010.htm#CCHFAAAH]" .
    You need to use an instance of JMS Connector (predefined or your own) for proper transaction enlistment of OC4J JMS.
    The built-in JMS connector mentioned by you publishes connection factories at the following locations:
    OracleASjms/MyXAQCF     
    OracleASjms/MyQCF
    OracleASjms/MyXATCF     
    OracleASjms/MyTCF
    OracleASjms/MyXACF     
    OracleASjms/MyCF
    For your case you need OracleASjms/MyXACF or OracleASjms/MyXACF . Do not bypass the JMS Connector by using the OC4J JMS connection factories such as jms/XAConnectionFactory directly when you intend to use transactions.
    Hope this helps.
    Gera

  • Does OC4J support RMI/IIOP connections ?

    Hi,
    I have only one question :
    Does OC4J support IIOP connections ?
    I'd like to connect as EJB client to OLAPService on Oracle9i server (CORBA object), but I can't.
    Thanks in advance

    Thanks for your timely post Debu.
    I would like to state that I read and followed the guides (same files as those ponted by the links you just provided) and tried this:
    1. Sample J2EE Application using ORMI in OC4J Standalone (this works ok)
    2. Same but now using ORMIS (this also works fine)
    3. Tried same J2EE App using IIOP; took these steps:
    3.1 commented out the rmi.xml security lines,
    3.2 enabled ports in internal-settings.xml,
    3.3 changed the jndi.properties - now using corbaname URL,
    3.4 enabled the IIOP stub generation in the JVM settings at oc4j startup, and finally
    3.5 deployed the EAR using the generateIIOP flag.
    The result: the exception I posted above
    4. Tried with IIOP/SSL, did these steps:
    4.1 configured the keystore settings in both internal-settings.xml and ejb_sec.properties
    4.2 and added <ior-security-config> config elements to orion-ejb-jar.xml.
    The exception here is a little bit different:
    client started...
    In IIOPInitialContextFactory ..
    In IIOPInitialContextFactory getInitialContext..
    1/08/2006 07:07:10 PM com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl <init>
    ADVERTENCIA: ORBUTIL.connectFailure
    org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 201 completed: No
    at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1739)
    at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1757)
    at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:74)
    at com.sun.corba.ee.impl.legacy.connection.SocketFactoryContactInfoImpl.createConnection(SocketFactoryContactInfoImpl.java:77)
    at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
    at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:121)
    at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:214)
    at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
    at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
    at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:345)
    at com.sun.jndi.cosnaming.CNCtx.initUsingCorbanameUrl(CNCtx.java:321)
    at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:247)
    at com.sun.jndi.cosnaming.CNCtx.createUsingURL(CNCtx.java:85)
    at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURLIgnoreRest(iiopURLContextFactory.java:56)
    at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURL(iiopURLContextFactory.java:61)
    at com.sun.jndi.url.iiop.iiopURLContextFactory.getObjectInstance(iiopURLContextFactory.java:34)
    at oracle.j2ee.iiop.IIOPInitialContextFactory.getInitialContext(IIOPInitialContextFactory.java:76)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
    at javax.naming.InitialContext.init(InitialContext.java:219)
    at javax.naming.InitialContext.<init>(InitialContext.java:175)
    at hello.HelloClient.main(HelloClient.java:31)
    Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused: connect
    at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:398)
    at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:58)
    ... 19 more
    Caused by: java.net.ConnectException: Connection refused: connect
    at sun.nio.ch.Net.connect(Native Method)
    at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:460)
    at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
    at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:389)
    ... 20 more
    javax.naming.CommunicationException: Cannot connect to ORB [Root exception is org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 20
          at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:362)
          at com.sun.jndi.cosnaming.CNCtx.initUsingCorbanameUrl(CNCtx.java:321)
          at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:247)
          at com.sun.jndi.cosnaming.CNCtx.createUsingURL(CNCtx.java:85)
          at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURLIgnoreRest(iiopURLContextFactory.java:56)
          at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURL(iiopURLContextFactory.java:61)
          at com.sun.jndi.url.iiop.iiopURLContextFactory.getObjectInstance(iiopURLContextFactory.java:34)
          at oracle.j2ee.iiop.IIOPInitialContextFactory.getInitialContext(IIOPInitialContextFactory.java:76)
          at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
          at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
          at javax.naming.InitialContext.init(InitialContext.java:219)
          at javax.naming.InitialContext.<init>(InitialContext.java:175)
          at hello.HelloClient.main(HelloClient.java:31)
      Caused by: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 201  completed: No
          at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1739)
          at com.sun.corba.ee.impl.logging.ORBUtilSystemException.connectFailure(ORBUtilSystemException.java:1757)
          at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:74)
          at com.sun.corba.ee.impl.legacy.connection.SocketFactoryContactInfoImpl.createConnection(SocketFactoryContactInfoImpl.java:77)
          at com.sun.corba.ee.impl.protocol.CorbaClientRequestDispatcherImpl.beginRequest(CorbaClientRequestDispatcherImpl.java:152)
          at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.request(CorbaClientDelegateImpl.java:121)
          at com.sun.corba.ee.impl.protocol.CorbaClientDelegateImpl.is_a(CorbaClientDelegateImpl.java:214)
          at org.omg.CORBA.portable.ObjectImpl._is_a(ObjectImpl.java:112)
          at org.omg.CosNaming.NamingContextHelper.narrow(NamingContextHelper.java:69)
          at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:345)
          ... 12 more
      Caused by: java.lang.RuntimeException: java.net.ConnectException: Connection refused: connect
          at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:398)
          at com.sun.corba.ee.impl.legacy.connection.SocketFactoryConnectionImpl.<init>(SocketFactoryConnectionImpl.java:58)
          ... 19 more
      Caused by: java.net.ConnectException: Connection refused: connect
          at sun.nio.ch.Net.connect(Native Method)
          at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:460)
          at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
          at oracle.oc4j.corba.iiop.IIOPSSLSocketFactory.createSocket(IIOPSSLSocketFactory.java:389)
          ... 20 more
      NamingException: Cannot connect to ORB                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Does OC4J 10.1.3.3 container support JSF 1.2

    All,
    I am spending more than 2 days to solve an error I am getting when I trying to resolve the error :
    09/06/29 13:37:35 [SEVERE]: cannot update a configuration file because instantiating application is failed. please correct the instantiating problem and restart oc4j.
    Can somebody please clarify if OC4J 10.1.3.3 support JSF 1.2 and which version of rich faces does it support?
    Thanks

    Found a bit more information located here:
    http://wiki.glassfish.java.net/Wiki.jsp?page=JavaServerFacesRI
    See the section entitled
    "Do I have to use a JSP 2.1/Servlet 2.5 container with the Mojarra version 1.2?" which states:
    If you're using JSPs for your view descriptions, then yes, you will need to use a JSP 2.1/Servlet 2.5 compliant container. However, if you're using another view technology, such as Facelets or JSFTemplating, you can run JSF 1.2 within a Servlet 2.4 container with out issue.
    Now here is the part that may make me look like a newb... not sure if I am "using JSP's for my view descriptions"... what does that mean anyway?
    I dont think I am not using Facelets or JSFTemplating. I'm just using standard JSF... All of my pages end in jsp and the standard faces servlet that makes all *.faces requests go through the faces controller servlet. There is really no JSP EL code in my faces pages, just standard jsf tags h:form, f:selectItems, h:inputText etc...
    So my question is... am I using JSP's for my view descriptions?

  • Does OC4J standalone require license fee in order to use in production env?

    Hi,
    Does OC4J standalone require license fee in order to use in production environment?
    Please advise.
    Thank you.

    Yes, you have to buy Oracle Application server in order to run it on a production enviroment.

  • Does Weblogic 10 supports HTTP/1.0..?

    Hi,
    My application contains an executable client. This client when invoked calls a servlet in the server. This application is working fine in weblogic 6.1 sp3 now. Iam trying to migrate this application to weblogic 10. However, when I invoke the executable client, its not reaching the servlet. Then I found the following logged in the access logs.
    "152.67.221.214 - - [06/Sep/2007:22:47:09 -0700] "POST /invoke/wm.server/connect HTTP/1.0" 401 1518"
    Note: I dont have the source code of the executable client..
    My doubts:
    Does weblogic supports HTTP/1.0...?
    how to make this work without having the control over the client..?
    Can we do something in server to make this work..?
    Its evident from the access log, that the request is unauthorized...how to avoid with without touching the client..?
    FYI, Its working fine in weblogic 6.1 sp3. Below is the log recorded in weblogic 6.1 sp3 access log.
    152.67.221.214 - - [06/Sep/2007:01:29:50 -0800] "POST http://appstg01:7031/invoke/wm.server/connect HTTP/1.0" 200 22
    How to make this work in weblogic 10. I can modify only the servlet and not the executable client.
    Thanks in advance.
    --vinodh                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    I understand that HTTP version has nothing to do with 401 code. Please let me know is there any way that we can avoid this without touching the client. Because the cleint is a executable to which we dont have access. We still have command over Weblogic server and servlet.
              Thnks.

  • Error: This server does not support HTTPS! It is therefore potentially...

    Hi,
    We are using EP6 SP17 with the BP of SRM 4.
    in the Shop iView -> MASTER_CATALOG, we get an error saying: :This server does not support HTTPS! It is therefore potentially unsafe to send your password".
    Even after sending the user& password we are unable to access the catalog.
    Does anyone encountered this problem? Does anyone have a solution for this?
    Thanks in advance,
    Aviad

    Hi,
      Pls refer the  foll link:
    /people/gregor.wolf3/blog/2005/10/11/setup-https-ssl-for-the-sneak-preview-sap-netweaver-04-abap-edition-on-windows
    BR,
    Disha.
    PLs reward points for useful answers.

  • Does Siebel adapter support HTTPS?

    I am looking through a tutorial on installing and configuring Siebel adapter. It says that the adapter supports HTTP, FTP, and MQSeries. Does it support HTTP/S as well?
    If so, can you point me to documentation for implementing HTTP/S w/ Siebel adapter.
    Thanks,
    Chris

    I don't believe Siebel adapter supports HTTP/S. I researched, but came up with nothing.

  • Does FDF support https protocols?

    Does FDF support https protocols?  If so, what type of encryption?  Are there any other options to support form data to an https server?  Thanks in advance!

    Thanks for your quick answer!  I'm trying to learn some things to tell some tech people they're wrong and overcomplicating would could be an easy answer.  I want people to be able to pull up a form on the internet anywhere in the world, but submit it to a secure server, i.e. https.
    I take it from your answer that I can't use FDF to submit it to an https server?  Or, when you say "HTML" does that include https?
    When you say the entire PDF using HTTPS (SSL), do you mean via a webmail or web email that uses https?  My intent is to have my person in another city just click an easy button to submit the form without having to save a copy to their computer and manually upload it to a new https webpage.  That's why I liked this FDF option.

  • Does QTSS support HTTP Live Streaming?

    Hi all,
    I'm trying to create a streaming architecture based on HTTP Live Streaming.
    Does anyone know if QTSS supports the HTTP Live Streaming?
    And if not... is there any server that supports it?
    Thanks for the replies.

    Unfortunately, QTSS doesn't support HTTP Live Streaming. I wonder why Apple did not implement QTSS in Snow Leopard Server.
    However, Helix Universal Server from Real can do the trick.
    http://www.realnetworks.com/products-services/helix-server-proxy.aspx

  • Does the URL object support https?

    does the URL object support https?
    i use to get an error message - that it did not recognize it.
    sincerely
    stephen

    I would love to know the details in case someone out there knows.
    I already have
    jcert.jar
    jnet.jar
    jsse.jar
    in this path C:\jdk1.3.1_01\jre\lib\ext
    And as you can see, I am using jdk1.3.1

  • Does iPlanet support http compression?

    I see mention of boostweb on your site, but I understand they are recommending using a separate server rather than being installed on the same machine as iPlanet. Is anyone using HyperSpace or anything else that runs on the same server as iPlanet?
    I don't like the complexity of having an additional hardware layer.

    Even if iPlanet supports http compression, this will not be an adequate solution for a) some Netscape browsers (gzip bug), or b) Internet Explorer pages with <script> tags inline (browser bug).
    Boostweb shouldn't be run on the same server as your webserver unless you have extremely powerful hardware (and it costs per CPU). Another alternative is a drop and go appliance like AppCelera (Packeteer's product).

  • OC4J 10.1.2 standalone

    Hello.
    Where can I find OC4J 10.1.2 standalone?
    Does it exist?
    Thanks.
    Ludo.

    Go to OTN:
    http://www.oracle.com/technology/software/products/ias/index.html
    Click on "Previous releases" down under the page.
    Or via:
    http://www.oracle.com/technology/software/products/ias/htdocs/utilsoft.html

  • Does OC4J have any web console for an administrator?

    Does OC4J have any web console for an administrator?
    If it does, on which URL is it?

    For versions earlier than 9.0.4, we do not have a console for OC4J standalone.
    What version you are using ? For 10.0.3 Developer preview we have one for developers, try http://hostname:8888/adminoc4j/
    Our production release will have a nice management console.
    -Debu

Maybe you are looking for

  • Getting ora-00904 BLOB_CONTENT invalid identifier. Help please.

    Hi everyone, I am trying to upload a .jpg file into a custom table with the follwong code: DECLARE v_id number; v_length number; v_name varchar2(4000); v_mime varchar2(4000); v_blob blob; begin If (:P_F01 is not null) then select ID,mime_type,blob_co

  • AdHoc Set Query - set operations - practical use

    Hi I am writing a user manual about AdHoc Query - including Set operations. I am looking for good examples when to use the different operations.  A-B is easy.  Example - 'give me all employees that are not on maternity leave'.  But I am struggling wi

  • Use link instead of RequestDispatcher to forward session objects

    I have objects that I pass from a Servlet to JSP using RequestDispatcher type. Now, I was wondering if I can do the same with a link but not sure how I do that: Servlet called MyServlet.java (or MyServlet in web.xml mapping): String firstname = reque

  • My Al2216 monitor won't wake up?

    Update drivers...? It'll work if I unplug it, hold my tongue just right and plug it back in, but that's getting old. Any help would be appreciated. Just checked...Curent drivers are installed.

  • CiscoClickToCall.connect add-in

    Hi, Environment: Win7, office 2007, CUCiMOC v8.03 Our issue: CiscoClickToCall.connect add-in is holding the application process open when it is closed. This is causing issues with memory resource and templates as when another instance of the applicat