Do I need a web server up for clustering

Question:
          Do I need to have a web server like Netscape, up and running for cluster.
          If I http://XXXXX:7001 I go directly to WL server.
          Am I correct I need to have a Web Server up and running to test out the
          cluster.
          Thank You in Advance.
          David L. Wasler
          [email protected]
          

You can also use WebLogic server as web server for this purpose by
          configuring HttpClusterServlet. Refer to WebLogic cluster setup document for
          detail.
          Cheers - Wei
          Prasad Peddada <[email protected]> wrote in message
          news:[email protected]..
          > Yes, you need a web server in the front with our plugin. Without plugin
          you
          > won't get failover and loadbalancing.
          >
          >
          > "David L. Wasler" wrote:
          >
          > > Question:
          > >
          > > Do I need to have a web server like Netscape, up and running for
          cluster.
          > >
          > > If I http://XXXXX:7001 I go directly to WL server.
          > >
          > > Am I correct I need to have a Web Server up and running to test out the
          > > cluster.
          > >
          > > Thank You in Advance.
          > >
          > > David L. Wasler
          > > [email protected]
          >
          > --
          > Cheers
          >
          > - Prasad
          >
          >
          

Similar Messages

  • Do i need a web server for using JDBC?

    I read every article about jdbc but i cannot get it working. It looks like everything is good with the program. So the problem is in required components.
    Do i need a web server to get it woking? Or it is enough to have Eclipse, jdbc driver in classpath?
    Tell me about how that url is working.
    For example i have url with localhost. Who is handling that adress? Database? Can you explain what component answers for access to my database through this url parameter. THnx in advance)

    I am using PostgreSQL
    import java.sql.*;
    public class JDBCTest {
          * @param args
         public static void main(String[] args) {
              // TODO Auto-generated method stub
               String url = "jdbc:posgresql://localhost:5432/postgres";
                   Connection con;
                   Statement stmt;
                   try {
                        Class.forName("org.postgresql.Driver");
                   } catch(java.lang.ClassNotFoundException e) {
                        System.err.print("ClassNotFoundException: ");
                        System.err.println(e.getMessage());
                   try {
                        con = DriverManager.getConnection(url,
                                                      "postgres", "1111");
                        stmt = con.createStatement();
                        con.setAutoCommit(false);
                        /*String insertStore1 = "INSERT INTO test1 VALUES (" +
                          "newval,1);";
                        stmt.addBatch(insertStore1)
                        int [] updateCounts = stmt.executeBatch(); */
                     ResultSet rs = stmt.executeQuery("SELECT * FROM test1");
                        System.out.println("Table test1:");
                        while (rs.next()) {
                             int storeNo = rs.getInt("second_column");
                             String first_column = rs.getString("first_column");          
                             System.out.println(storeNo);
                             System.out.println(first_column);
                        rs.close();
                        stmt.close();
                        con.close();
                   } catch(BatchUpdateException b) {
                        System.err.println("-----BatchUpdateException-----");
                        System.err.println("SQLState:  " + b.getSQLState());
                        System.err.println("Message:  " + b.getMessage());
                        System.err.println("Vendor:  " + b.getErrorCode());
                        System.err.print("Update counts:  ");
                        int [] updateCounts = b.getUpdateCounts();
                        for (int i = 0; i < updateCounts.length; i++) {
                             System.err.print(updateCounts[i] + "   ");
                        System.err.println("");
                   } catch(SQLException ex) {
                        System.err.println("SQLException: " + ex.getMessage());
                        System.err.println("SQLState:  " + ex.getSQLState());
                        System.err.println("Message:  " + ex.getMessage());
                        System.err.println("Vendor:  " + ex.getErrorCode());
    }1 ) Also i have installed PostgreSQL 8.2 , and its running in my services as "PostgreSQL Database Server (postmaster)"
    2) I included postgresql-8.2-505.jdbc3.jar into classpasth from eclipse (added it as external library)
    3) I have added tcpip_socket = 1 to postgresql.conf
    4) I have
    # IPv4 local connections:
    host all all 127.0.0.1/32 trust
    host all all localhost/32 trust
    # IPv6 local connections:
    #host all all ::1/128 md5
    in my pg_hba.conf
    ==========================
    Finally
    And i get error: no suitable sql driver
    but i don't get System.err.print("ClassNotFoundException: "); as you can see in my code means my classpath is correct...

  • No Web server maintained for the presentation of log. system

    Hi Banu/All,
    I got the following error message while executing jump target to R/3 Transaction ME2N.
    <i>Messages:
    No Web server maintained for the presentation of log. system DDVR3110
    Jump target cannot be executed
    An error occurred with the report to report interface during the jump</i>
    Banu, I have gone through the following link which u have given in the previous queries, but can u please tell me how to install ITS for the target system? or how to know/whom to ask regarding the ITS installation? is it BASIS People?
    http://help.sap.com/saphelp_nw04/helpdata/en/61/b8c63ce4b79679e10000000a114084/content.htm
    Apart from ITS, what other settings have to be done in this kind of scenarios?
    Can U please eloborate on this topic, please?
    Thanks & Regards...
    Ganesh
    Message was edited by:
            Ganesh

    Hello Ganesh,
    Did you have the chance to solve it?.
    I have the same issue.
    Thanks in advance.
    Facundo Romero.

  • Query jump: No Web server maintained for the presentation of log. system

    Hello,
    I have created a query jump in the RSBBS transaction to go in R/3 through a Bex Query. When i choose the jump in the query anayzer I have the error message:
    <b>No Web server maintained for the presentation of log. system.</b>
    Do you have ever had this message? what is the solution? why do my bex anayzer use a web interface to connect in R/3?
    Thanks a lot!
    Julien

    Hi Arun,
    Yes,  the AIE 300 SYSTEM is R/3 system.  If you think this could be a basis problem please let me know and if you can a step by step solution or something to bring to the basis. 
    Thanks,
    Diego

  • Is Distributed Transaction Coordinator services of the application role are required by SQL Server 2012 for clustering and support of SharePoint 2013.

    All I want to know is if Distributed Transaction Coordinator services of the application role are required by SQL Server 2012 for clustering and support of SharePoint 2013.
    I have been planning and deploying my companies first Windows Server 2012/SQL Server 2012 Always On cluster and Always On Availability Groups Multi-Subnet cluster and instances for SharePoint 2013, and I will be brutally honest, the documentation on either
    the MSDN and TechNet leave alot to be desired. Continually finding links in the documentation will take me from a Windows 2012 reference to a page talking about Windows Server 2008 or R2, The differences of which there are so many when it comes to configurations,
    settings, roles, services when working with SQL Server 2012. I have been confused, frustrated, screaming mad, with all the misdirection in this documentation.  The documentation takes me windows 2008 R2 which is different than 2012!
    Tired and trying to pick myself up off the floor!
    Greg
    Gman

    In general, DTC is not required for SQL 2012.  But, since you are asking specifically about SharePoint, it would be better to ask in a SharePoint forum.  They would be more likely to know those situations where FTC might be needed by SharePoint. 
    .:|:.:|:. tim

  • Need IPlanet Web Server, Enterprise edition v4.1 for WinNT

    Does anybody have a copy of the IPlanet Web Server, Enterprise edition v4.1 for WinNT? I need it to build a developement environment for the company I'm consulting for.

    Try this link http://www.sun.com/download/products.xml?id=4000473e
    It's called Sun ONE Web Server 4.1

  • I need a web server, what software do i need to dowload?

    I need to install arcIMS 4.0.1 (GIS) in win2000.
    This software requires a web server.
    I am confuse, there are lot OAS products.
    Could you please tell me what do I need to install?
    I requieres:
    web server (could be oracle Application server using apache web server)
    servlet engine
    java 2 platform standard edition java runtime environment.
    I think I need Oracle9iAS Enterprise Edition (9.0.3 and 9.0.2.x), because this has the oracle http server and the servlet. Am I correct?
    Thanks for your help,

    Yemi,
    I'm pleased that someone benefitted from my experience.
    You askes about forms server and forms 6i. This is what I found. You will need forms_server on the middle tier machine, and Oracle recomend that you install Forms 6i as well - they say that you should really complie your forms on the middle tier machine, rather than just copy the .fmx files over. I personally have both Forms 6i and forms_server installed, and this is working fine. However, when I tried to install reports_server this caused the forms_server to stop working. This is because they both use certain files that get overwritten by the second product that you install (eg. if you install forms_server first and then reports_server, then reports will work, but form won't; and vice versa). I raised this issue with Oracle Support, but they couldn't come up with an answer, and I've seen other people write about this problem on this board. Luckily we decided not to use Report 6i at all, so it wasn't an issue for me, but if you want to have forms_server and reports_server on the same machine you may have problems. Sorry I don't know what the solution is. But to repeat, please do NOT install OAS at all. It's totally un-necessary.
    Harry
    null

  • LV 7 web server crashes for certain VI's

    I have a relatively large data acqusition application using a number of local variables. I can use the web server to create a version of it embedded in a web page, which will function on my local machine. When I try to subscribe to this page using a machine on my internal network, I get a microsoft error indicating that the application needs to be stopped, and asking if I want to send microsoft an error report. When I close the microsoft window, the html page showing my application immediately closes, though it appears initially for a fraction of a second. I tried the same thing with the LabVIEW "Tank Monitor" example, and it worked fine. Are there coding style suggestions for VI's that are to be published via the web server?

    > I have a relatively large data acqusition application using a number
    > of local variables. I can use the web server to create a version of it
    > embedded in a web page, which will function on my local machine. When
    > I try to subscribe to this page using a machine on my internal
    > network, I get a microsoft error indicating that the application needs
    > to be stopped, and asking if I want to send microsoft an error report.
    > When I close the microsoft window, the html page showing my
    > application immediately closes, though it appears initially for a
    > fraction of a second. I tried the same thing with the LabVIEW "Tank
    > Monitor" example, and it worked fine. Are there coding style
    > suggestions for VI's that are to be published via the web server?
    If you have
    LV on the computer that crashes, you might try to open the
    Remote panel into LV instead and see if that works. It might also be
    worthwhile trying a different version of web browser, or try Netscape
    versus IE.
    Once you have those results, if you feel it is a LV problem and not
    caused by some flaky verison of a browser, please try to include the VI,
    or something similar and file a bug report so that it can be investigated.
    In general, most things should work the same, but there are some
    exceptions. ActiveX controls do not remote very well, though depending
    on what the application is doing and if the control is installed on the
    remote computer it will work in some situations. Popup system dialogs
    will not work very well. The file dialog for example -- should it show
    the files on the remote computer or the server computer? Showing the
    server files is a bit of a security issue, so this basically isn't
    supported. And finally, you might find some scattered bugs having to d
    o
    with charts. Keeping their history straight with attribute nodes and
    different network connection rates is pretty tricky and there some snags
    here and there.
    Greg McKaskle

  • Web server setup for Roku XDS connection?

    Looking for instructions for proper web server settings in OS 10.6, as it relates to a Roku XDS digital media player using the Roksbox "channel" (roksbox.com).
    The Roksbox site references a "How To" from macinstruct.com (http://www.macinstruct.com/node/112) on how to set up the web server, but it appears to be based on an older version of Mac OS.
    It's simple enough to turn on the web server, but I am not clear on how to configure it, along with the firewall and other security settings, such that I won't be vulnerable to attacks from outside my network.
    The goal is to be able to get media content from my Mac Pro to play on the Roku, using my existing (wired) network and the Roksbox channel.
    Any thoughts would be appreciated.

    Currently we only officially support ADF 11g deployment to WebLogic.
    There is at least one report of someone running this on Tomcat here:
    JDev 11.1.1.1.0 + ADF+ BC4J application on Tomcat6
    Note that this will require you to have an ADF runtime license though.

  • Web Server Options for APEX Installation on Oracle Database 10g

    Hi. We are installation a APEX on a test server that is running Oracle Database 10g 10.2.0.4.0. As I understand it there are two Web Server Options:
    1) Oracle HTTP Server (Apache)
    2) Oracle Application Express Listener
    Do both of these work for Oracle Database 10g 10.2.0.4.0? I thought I remember reading somewhere that only the Oracle Application Express Listener would only work with database version 11 or higher.

    Do both of these work for Oracle Database 10g 10.2.0.4.0?Yes.
    I thought I remember reading somewhere that only the Oracle Application Express Listener would only work with database version 11 or higher. No, that restriction (with the exception of 10g XE) applies to the third web server option which you haven't mentioned: Embedded PL/SQL Gateway (EPG), as discussed in your previous thread: +{thread:id=2201975}+
    System requirements for APEX Listener
    {forum:id=858} forum

  • Which web server recommended for web development?

    am running on windows xp, what are your recommendations regarding the web server?
    am looking to develop JSP, servlets and web services.

    JBoss, GlassFish and Tomcat are three pretty popular ones. I'd recommend researching them, seeing which one fits your needs and making a selection. No one here knows your full set of requirements or what you intend on doing and - therefore - no one here is qualified to tell you which product to use. Only you know what you need so only you can make the decision.

  • Web Server Setup for Deploying a JDevloper Application

    Hello,
    I am trying to convince my adminstrative staff to allow me to create J2EE applications. We currently have a campus wide license. We were told by sales that to deploy a 11g JDeveloper application we would need a WebLogic server license. At this time, we do not have the budget to purchase this license. Is it possible to deploy a 11g JDeveloper application to a non-WebLogic server? If so, is there a white paper available for setting up the server?
    Thank you,
    Kelly

    Currently we only officially support ADF 11g deployment to WebLogic.
    There is at least one report of someone running this on Tomcat here:
    JDev 11.1.1.1.0 + ADF+ BC4J application on Tomcat6
    Note that this will require you to have an ADF runtime license though.

  • Web Server Plugin for 8.1

    We are currently upgrading from WLS5.1 to WLS8.1. We have an IIS Web server that
    interacts with our WLS. I heard we need to upgrade the Web Server Plugin when
    moving from 5.1 to 8.1
    Anybody has any idea of what that involves?
    thanks
    Sami

    To configure sunone to work with WLS, you need to make entires in the magnus.conf and the obj.conf.From the error, it seems as if u missed the entries in the obj.conf.

  • Sun Java System Web Server support for Red Hat EL 5

    Does anyone have any information when the Sun Java System Web Server might be supported on Red Hat Enterprise Linux 5 Server?
    Thanks

    Certification of RHEL5 will likely happen with one of the upcoming Update releases.
    There is, as far as I know, no reason why Web Server won't run on RHEL5 today though (I use it on Fedora Core 7 without ill effect, and the RHEL trail the Fedora releases a bit in technology versions).

  • Need performance! - Need help with Server Architecture for SSAS on Azure VM

    I would like to build 100% Azure VM base solution. We can install as many as needed.
    I have large amount data in DW. (100GB-1000GB)
    I would like to provide PowerView reports in SharePoints.
    I would like to have report data be as real time as possible. (Min data is updated once in 2 hours)
    These are requirements:
    -SharePoint 2013
    -PowerView
    -SSAS OLAP Cube
    -SQL Server DW&Staging DB (Currently DW&Staging on same server)
    I need help specially what can be done with SSAS to meet requirements? Should be installed to own application server? Possible to install multiple SSAS? SSRS needs own server?
    I appreciate also links to server topology diagrams.
    Kenny_I

    I assume you mean 100GB-1000GB (not 1000TB) right?
    For Sharepoint I would refer to the sizing guide for diagrams and sizing:
    http://technet.microsoft.com/en-us/library/ff758647(v=office.15).aspx
    SSRS (and Power View) will run in the SharePoint farm on a SharePoint app server potentially with other SharePoint services.
    I would definitely put SSAS on a dedicated server for a cube that size. Depending on how well your data compresses, there may not be a VM in Azure with enough RAM to put your model into a Tabular SSAS model. I would prototype it with a subset of data to see
    how well it compresses. You can always use a Multidimensional model as a fallback.
    Depending on how much processing the SSAS model impacts user queries (since it is happening during the day) you could build an SSAS processing server and a separate SSAS query server and run the XMLA Synchronize command to copy the cube incrementally from processing
    to query servers.
    Does that help?
    http://artisconsulting.com/Blogs/GregGalloway

Maybe you are looking for