Configuring Web Server (IWS 6.0) on separate machine with IAS 6.0 SP3 (test drive)

Hi All,
I want to install the application server (IAS 6.0 SP3) on a Unix (Solaris 8)
server and web server (IWS 6.0) on another Windows NT server, in another
words a webless installation.
I have installed the IWS 6.0 on the NT machine and IAS 6.0 SP3 on the Unix
server successfully, but am having problem on the NT machine because the NT
version of the IAS 6.0 SP3 Evaluation doesn't allow installation of just the
web connector, and so I installed the whole package and then tried to
manually change the configuration so that hopefully it will marshall the
requests to the IAS installed on the Unix server. I couldn't get it to work
and it is giving an error that says
GX Error (GX2GX)
socket result code missing!!!
Have anyone else come across this scenario? I will appreciate it if you
could enlighten me on how it can be done. Thanks in advance.
Christopher Lam

Hi,
You donot have any option to choose a perticular component with iAS testdrive on
NT. So, you can not install only plugin at the webserver end.
I think manual editing doen not help. Can you please let me know what
modifications have you done clearly.
Thanks,
Rakesh,
Developer-Support, iAS.
"Christopher Lam (IseafoodXchange)" wrote:
Hi All,
I want to install the application server (IAS 6.0 SP3) on a Unix (Solaris 8)
server and web server (IWS 6.0) on another Windows NT server, in another
words a webless installation.
I have installed the IWS 6.0 on the NT machine and IAS 6.0 SP3 on the Unix
server successfully, but am having problem on the NT machine because the NT
version of the IAS 6.0 SP3 Evaluation doesn't allow installation of just the
web connector, and so I installed the whole package and then tried to
manually change the configuration so that hopefully it will marshall the
requests to the IAS installed on the Unix server. I couldn't get it to work
and it is giving an error that says
GX Error (GX2GX)
socket result code missing!!!
Have anyone else come across this scenario? I will appreciate it if you
could enlighten me on how it can be done. Thanks in advance.
Christopher Lam

Similar Messages

  • "Configure Web Server" missing

    Hi,
    I'm doing a fresh install of EPM 11.1.2 on a new server.
    First time I see this, in the configuration tool, I don't have the "Configure Web Server".
    Under foundation I have
    - Comon Settings
    - Configure Database
    - Configure Local Address for Web Applications
    - Configure Oracle Configuration Manager
    - Deploy to Application Server
    - Performance Management Architect
    - Calculation Manage
    I shoud have Configure Web Server in the list...
    Anyone saw this before ? Any suggestion ?
    Thanks for your help,
    Cyril

    You need to get a "static" IP address from your ISP. They can also provide you with DNS addresses. Then you need to link the DNS addresses to your .com domain name by logging onto the management page of wherever you registered the domain name. There are workarounds but none of this is really as simple as it sounds. Also, by attempting to host your own website, you are opening yourself up to a lot of potential security risks not to mention major administrative hassles. In addition, your site is going to be s....l....o....w because you are not going to have the bandwidth necessary to support this kind if traffic. It would be much better for you to set up your site on a paid hosting service. There are some really good ones that are very inexpensive like SiteGround which will also maintain the mail servers you will need to have your "own" e-mail address ([email protected]). The Apache web server included with OSX is the real thing but it's much more useful for locally testing your web site or for hosting a site on a local network.

  • Configure web server connector

    I'm trying to install the trial version of cold fusion and
    get to the point where it prompts me to configure web server
    connector but don't know what to put for this.
    Please help!
    Thanks

    I'm installing the Developer Edition and I'm have the same
    problem with Vista. Can anyone help with this? I would love to
    consult this Installation guide mentioned but it is not easily
    found.
    After installation I get this:
    "You have successfully completed the first step in installing
    Adobe ColdFusion 8.
    However, the Adolbe ColdFusion 8 service does not appear to
    be running, the web server connectors did not install successfully.
    and the web server and/or website could not be reached on port 80.
    Possible reasons include the Adobe ColdFusion 8 service failed to
    start, the 2930 or 51800 ports are blocked, or the web server
    and/or website is not running or is not configured to listen on
    port 80 (in which case this is not an error).
    Do the following to complete the installation:
    1) Consult the installation Guide about how to manually
    configure the webserver connector.
    2) Ensure that anyfirewall software blocking ports 2930 or
    51800 is disabled.
    3) Ensure that Adobe ColdFusion 8 service is started.
    4) Manually configure your web server connectors
    5) Ensure that your web server and websites are started
    6) Continue yor installation by logging in to the
    Configuration Wizard at
    http://localhost:8500/CFIDE/administrator/index.cfm
    Thanks in advance!

  • Configure Web Server in Solaris 10

    Hi
    I am using Solaris 10 I want to use it as web server How can I configure
    it what is the procedure to provide name of Web server and Total configuration through I can access on LAN or WAN
    Regards
    Satish

    Get the apache server from www.sunfreeware.com and install it on your server.
    The url will http://hostname-of-your-server
    Go to apache.org to get apache documentation.

  • Configure Web Server

    Hi Everybody
    I have installed Oracle 9.2 with Worflow and HTTP service on my machine. Now I'm trying to configure my web server. The web based page should be http://server_name:port. At this URL, I get the page Oracle Enterprise manager. With the previous Oracle version I got the rigth web server configuration page.
    Can I configure my web server using Oracle Enterprise manager ?
    Cheers
    Alain

    Alain,
    It is possible to configure your web server using Oracle Enterprise Manager from 9iAS2.0.
    There is an Enterprise Manager FAQ document available via Metalink (Doc ID 201387.1).
    There is also an Oracle 9iAS Release 2 Installation FAQ available from Technet that should point you in the right direction:
    http://technet.oracle.com/products/ias/install-faq.html

  • Web server and apex running on same machine - port 8080 possible conflict

    Hi Guys,
    I have installed Apache Tomcat and currently in the process of installing Oracle 11G in the same machine.
    The tomcat is using port 8080 and I understand from other installs, that APEX uses 8080 as well.
    Is there way after installing Oracle 11G XE database, to shut down APEX so it doesn't conflict with Tomcat's use of 8080? I have no use for APEX at this point want to shut it down if its possible.
    Alternatively, can it be configured to use another port?
    Many thanks.

    You can do either, shut it down or change the port. So sad that you said you "have no use for Apex...". :(
    What gateway are you using for Apex? Is it the EPG, OHS or the Apex Listener? If you're using the EPG then there is a whole command structure/API for that. Here are a couple that you can run from a SQLPlus session:
    SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
    EXEC DBMS_XDB.SETHTTPPORT(port);
    For example:
    EXEC DBMS_XDB.SETHTTPPORT(8080);
    OR
    EXEC DBMS_XDB.SETHTTPPORT(8181);If you're using OHS then you go to your OHS/Apache directory and find the OPM path and issue your shutdown startup commands from there. If it's the Apex Listener with Glassfish then you go to the Glassfish admin console and shutdown your Apex deployment from there. Specifics I'll leave to you.
    Earl

  • Can Sharepoint Front end web server running on VMware protected by DPM 2012

    Hi,
    We use Vmware environment, have SharePoint on Vmware server. 
    Is it possible to be protected by DPM 2012?
    Because came across " http://technet.microsoft.com/en-us/library/hh757870.aspx " where it says ---
    Front-End Web Server Running on Hyper-V Virtual Machine
    With DPM, you can perform backup and recovery of virtual machines that are running on Hyper-V. For more information about how to protect Hyper-V virtual machines, see Protecting
    virtual machines with SMB storage andRecovering virtual machines. If the front-end Web server of a SharePoint farm is on a computer
    that is running on any other virtualization technology, you can protect it just as you would a physical computer
    Baskar.S

    Thanks Mike,  Are you sure because it says - You can perform backup and recovery of virtual machines that are running on Hyper-V, 
    If the front-end Web server of a SharePoint farm is on a computer that is running on any other virtualization technology, you can protect
    it just as you would a "physical computer" - Does physicals mean sharepoint on physical machine or JUST a physical machine
    This were I doubt :)
    Baskar.S

  • Financial Reporting Web Server can't find report server.

    Hi all,
    I've installed Financial reporting print server, report server, and scheduler on a separate server from the Web Server installed with Workspace. I can create and run a report with FR Studio and have saved it to the Workspace server.
    When I run the report on the Workspace server I get the following error:
    Your Financial Reporting Web Server is unable to locate the report server server1.na.ds.monsanto.com:8299. Please contact your administrator.
    (5514)
    I have the same configuration on two other servers and things are working fine. How do I tell the Web Server (server1) where the report server is. Why is it looking on the server1 server?
    Thanks.

    Thanks for your responses.
    I've run the configuration utility on the server where I have installed the report server and compared it to the report server that works. I looks like logically I have things set up correctly.
    The "Configure Financial Reporting" asks me where the "Workspace Web Application" is and that is set correctly and is working because I can get into studio and connect to the report server it lets me design and run and save the report. Studio saves the report to the correct workspace server so I know FR knows about the workspace server.
    I ran the config utility on the Workspace web server and selected "Configure Web Server". The second screen lists all of the components and "Financial Reporting" is one of the components. This is also set up logically identically to the server pair that is working. All of the components are set up on the web server to point at the web server.
    So I still don't understand how to tell workspace to look at the report server. The report server is finding the workspaces web server just fine.
    All services are up and running.
    Keith

  • Certificate request not working with web server v2 template on windows 2012 R2

    I have tried to generate a certificate request on my domain joined Windows 2012 R2. I have tried both online and offline requests. I am using the web server v2 template.
    Both Method fails with error message that the cryptographic algorithm is unknown. I am using these settings apart from the template:
    This is the error Message in online request:
    The error Message in the offline request is somewhat similar.
    An event error is also appearing in the application log:
    The CSPs from the template:
    I am wondering if a cryptographic service provider or several of them are missing? They are installed With Windows update are they not? The strange thing is that this supposedly have worked before with another user. Could it be that I do not have the
    correct permissions to request a certificate with this template, or has something happened with the server? 

    Hey dag 
    Thanks for posting ,
    If You try duplicate the web template for using it in version 4 - can You see any difference? 
    Also check the link below for certificate templates versions:
    http://social.technet.microsoft.com/wiki/contents/articles/13303.windows-server-2012-certificate-template-versions-and-options.aspx#Version_4_Certificate_Templates
    In previous operating system versions the configuration of CSPs and KSPs were on different tabs in the certificate properties. For version 2 certificate templates, CSPs were configured on the Request Handling tab. For version 3 certificate templates,
    KSPs were configured on the Cryptography tab. Starting in Windows Server 2012, the configuration of the providers is consolidated on the Cryptography tab. To learn more about the cryptographic provider options present in previous operating systems
    Notice later.
    I'd be glad to answer any question

  • Solution load Balancing for two Servers  run Sun One Web Server 7.0

    Hi All ,
    I must configure load balancing web server for two server . Could you tell me Solution ?
    Please help
    Thanks .

    The following should help you configure Web Server to reverse proxy (load balance) to your two backend servers.
    [http://blogs.sun.com/amit/entry/setting_up_a_reverse_proxy|http://blogs.sun.com/amit/entry/setting_up_a_reverse_proxy]

  • Problem with maxprocs 1 on Sun One Web server 6.1

    I am using sun one web server on Unix with maxprocs set to 3.
    This means that there are 3 jvms running my application under 1 instance. However I have certain components like an application cache that I would like to share between these 3 processes.
    Additionally is there a way to configure the server so that requests from 1 session are served by 1 process only.
    I am really stuck here. Have searched in all the documentation, but in vain. Would really help if some one of the Sun Developers could answer this.
    Thanks
    Chetan

    Elving,
    It is great to hear that there is no predefined limit on number of sessions but if that's the case why the webserver always starts with 1000 allowed by default. Are there any potential performance reasons behind it?
    I have your link open in my browser for a few days now as a reference because I am experimenting with different Session Managers. I am trying to find a solution for BheegaChicken to be able to accomodate several thousand simultaneous sessions for his application.
    We use V6.0SP2 and SP6 and for BheegaChicken's app specifically V6.1SP2...
    I have spent some time in the past looking for the answers how to handle higher then 1000 sessions capacity on one instance and that was even before V6.1 was out. I have found the following reco that talks about optimal performance for sites using threads:
    http://docs.sun.com/source/816-5690-10/perf6.htm#17580
    *** start qoute
    Multi-Process Mode
    You can configure the server to handle requests using multiple processes with multiple threads in each process. This flexibility provides optimal performance for sites using threads, and also provides backward compatibility to sites running legacy applications that are not ready to run in a threaded environment. Because applications on Windows NT generally already take advantage of multi-thread considerations, this feature applies to Unix/Linux platforms.
    The advantage of multiple processes is that legacy applications that are not thread-aware or thread safe can be run more effectively in iPlanet Web Server. However, because all the Netscape/iPlanet extensions are built to support a single-process threaded environment, they may not run in the multi-process mode, and the Search plug-ins will fail on startup if the server is in multi-process mode.
    In the multi-process mode, the server spawns multiple server processes at startup. Each process contains one or more threads (depending on the configuration) which receive incoming requests. Since each process is completely independent, each one has its own copies of global variables, caches, and other resources. Using multiple processes requires more resources from your system. Also, if you try to install an application which requires shared state, it has to synchronize that state across multiple processes. NSAPI provides no helper functions for implementing cross-process synchronization.
    If you are not running any NSAPI in your server, you should use the default settings: one process and many threads. If you are running an application which is not scalable in a threaded environment, you should use a few processes and many threads, for example, 4 or 8 processes and 128 or 512 threads per process.
    MaxProcs (Unix/Linux)
    Use this directive to set your Unix/Linux server in multi-process mode, which may allow for higher scalability on multi-processor machines. If you set the value to less than 1, it will be ignored and the default value of 1 will be used.
    Tuning
    You can set the value for MaxProcs by:
    Editing the MaxProcs parameter in magnus.conf
    Setting or changing the MaxProcs value in the Magnus Editor of the Server Manager
    Note      You will receive duplicate startup messages when running your server in MaxProcs mode.
    *** end quote
    If it is not relevant anymore please explane.
    I am still interested to understand which of the SessionManagers is recommended by Sun to have optimal performance for sites with high number of sessions and using threads. It is not really obvious from http://docs.sun.com/source/817-6251/pwasessn.html. On top of this that's documented just for V6.1. What about V6.0?
    Thank you very much for your cooperation!
    Sasha aka ttalex

  • Problems with Sun One Web Server  6.1 with SP1

    I get errors while compiling my JSP files on SUN one Web Server which is deployed on Solaris 9. it states that cannot compile JSP pages. here is the stack trace that i get.
    [03/Feb/2007:19:11:17] warning (  354): CORE3283: stderr: java.lang.NoClassDefFoundError: com/sun/tools/javac/Main
    [03/Feb/2007:19:11:17] warning (  354): CORE3283: stderr:      at org.apache.jasper.compiler.SunJava14Compiler$JavacTask.run(SunJava14Compiler.java:207)
    [03/Feb/2007:19:11:17] failure (  354): for host 192.168.123.2 trying to GET /reports1/jsp/common/ClientInstall.jsp, service-j2ee reports: StandardWrapperValve[jsp]: WEB2792: Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: WEB4000: Unable to compile class for JSP
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:312)
         at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.loadJSP(JspServlet.java:756)
         at com.iplanet.ias.web.jsp.JspServlet$JspServletWrapper.access$000(JspServlet.java:616)
         at com.iplanet.ias.web.jsp.JspServlet.serviceJspFile(JspServlet.java:401)
         at com.iplanet.ias.web.jsp.JspServlet.service(JspServlet.java:363)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:908)
         at org.apache.catalina.core.StandardWrapperValve.invokeServletService(StandardWrapperValve.java:771)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:322)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:212)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:209)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:509)
         at com.iplanet.ias.web.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:161)
         at com.iplanet.ias.web.WebContainer.service(WebContainer.java:586)Please help. The Java version i am using is j2sdk1.4.2_08.

    It looks like the Web Server has somehow been configured to use a JRE. Web Server requires a JDK. The following message in particular indicates that a JRE, not a JDK, is being used:java.lang.NoClassDefFoundError: com/sun/tools/javac/MainAre you using the JDK that shipped with Web Server, or did you attempt to configure Web Server to use a different JDK?

  • Web Server 6.1 Error failure (  967): HTTP3068: Error receiving request

    Hi I have install Sun web server 6.1 on my T2000 system with solaris 10, the web server run the Siebel CRM application, but it is tooooo slow to bring the first page. Takes about 6.07 sec to bring the login page. The log files of the web server gives me a lot of +"failure ( 967): HTTP3068: Error receiving request"+.
    Please I need you help

    Hello Dear Friend Urgent Programmer
    I'am Alfonso Franco member of Sun Developer
    that is requested your questions Look:
    1 - Please check out your System is ready to download this iPlanet Web Server 6.1
    2- Suppose that you System is ready needs to
    configure your setup add/remove program in
    you computer that matches with the Web Server
    3- if continue the problem error after this
    analize very fine the problem and for end
    we going to create the exact library and
    port in it's Servers with a Java Program Database .
    well my friend expect that thoses advice may serve something to solve this
    problem for more contact to [email protected] to follow helping sincerely as "Good Programmer "

  • Sun One Web Server 6.1 with MS Active Directory??

    I know this type of question has been posted a few times, but I couldnt locate any clear answer.
    Can we have Sun One WS 6.1 use MS Active Dir as its source of users and groups? I am trying to configure this using the standard base DN and bind DN params, but I get an error saying "could not connect using the binddn and password you provided". I know the bind dn and the password I provided are correct.
    Another colleague of mine who tried the same thing was able to connect, but when he tried to navigate to the users and groups page, he got an error saying "Error trying to connect to the LDAP".
    Anyone who has tried this before, what does it take to get the SUN ONE WS to talk to AD? Can this be done at all?
    Thanks,
    Vinayak

    It looks like the Web Server has somehow been configured to use a JRE. Web Server requires a JDK. The following message in particular indicates that a JRE, not a JDK, is being used:java.lang.NoClassDefFoundError: com/sun/tools/javac/MainAre you using the JDK that shipped with Web Server, or did you attempt to configure Web Server to use a different JDK?

  • WebLogic Web Server

    Hello!
    Actually we have an 3 layer infrastructure (web server <FIREWALL> application server and database) based in Apache HTTP Server, Apache Tomcat and Oracle Database. We are studying the alternative of using Bea Weblogic, but we have some doubts:
    - Weblogic has also a web server ?
    - How can i separate web server from application server to have completelly separation between web and application layer
    - There is some document to migrate from apache http server and tomcat to WebLogic?
    - In Apache we use AJP protocol to communcation between web and app... Wich is the protocol used by weblogic?
    Thanks a lot

    Instead of ajp from the mod_proxy_ajp module you can use the Apache module that comes with Weblogic called mod_wl_2x.
    [url http://edocs.bea.com/wls/docs100/pdf/plugins.pdf]

Maybe you are looking for

  • Ical multiple family members need alarms sent to each phone

    I have ical with seven different calendars (family members. all color coded) is there a way to attach different emails to each calendar? so I can set up the alarm function to text via email ie. ([email protected]) them. I have it set up in my address

  • Interrupted while setting about:config. Came back and now firefox won't open for more than 1 second.

    As above. looked up and was late to work. never 'closed' file or settings. Came back from work and now firefox opens for about 1 second and automatically closed down immediately. I've removed it. uninstalled it. redownloaded it. still does same. Now

  • EIF Export/Import Only Metadata

    The following export statement 'export' entire AW with data. And import also imports everything. exec dbms_aw.execute('export all to eif file ''MYDIR/TEST_OLAP.eif'' api'); exec dbms_aw.execute('import all from eif file ''MYDIR/TEST_OLAP.eif'' api');

  • Exception in running Oracle InterConnect Customised Adapter (i.e,FileBrige)

    Dear all, Again I am facing a problem in Cutomised adapter(FileBridge) which is provided in the cookbook of oracle interconnect 9.0.4(10g). when i run the adapter i got these exceptions: oracle.jms.AQjmsException: JMS-130: JMS queue cannot be multi-c

  • Premiere Pro CS5 Scripting Support?

    Does Premiere Pro CS5 support scripting through extendscript or any other scripting language?  I see it as a target application in the extendscript toolkit, but i don't see a place within Premiere Pro to run scripts. Thanks, Devin