Weblogic plugin, httpd and syntax.

Hi,
We would like to be able to configure the weblogic apache plugin to talk
to two weblogic clusters.
Inside the httpd.conf
<Location /weblogic>
SetHandler weblogic-handler
</Location>
<Location /servletimages>
SetHandler weblogic-handler
</Location>
PathTrim weblogic
Listen 80
Listen 8000
<VirtualHost 10.9.1.2:80>
ServerName www.1.com
DocumentRoot /usr/local/apache/htdocs
WebLogicCluster weblogic_host1:7005,weblogic_host2:7005,weblogic_host3:7005
</VirtualHost>
<VirtualHost 10.9.1.2:8000>
ServerName www.2.com
DocumentRoot /usr/local/apache/htdocs/stage
WebLogicCluster weblogic_host1:7003,weblogic_host2:7003,weblogic_host3:7003
</VirtualHost>
According to another topic in this group, this should work with SP4, but
I can find no pointers to the correct syntax.
Any help appreciated....
Steve Haigh

The WebLogic Server version 1.1 plug-ins are now available for download via the http://metalink.oracle.com/ Web site, and also from http://www.oracle.com/technology/software/products/ias/htdocs/wls_main.html.
See http://download.oracle.com/docs/cd/E14571_01/web.1111/e16435/toc.htm for more info.
-Kevin

Similar Messages

  • WebLogic Plugin 1.1.1 and eclipes

    Hi
    I want to run weblogic 8.1 and eclips together, and I using WebLogic Plugin 1.1.1 on read me file, I don't understand the fellowing[b]
    Select the 'WebLogic->Classpath' node and set the following parameters
    Classpath before the WebLogic libraries
    Classpath after the WebLogic libraries
    Select the 'WebLogic->Project' node and set the following parameter
    Project added to the end of the classpath
    Select the 'WebLogic->JavaVM Options' node and set the following parameters
    JavaVM (JDK used to launch WebLogic Server)
    JavaVM Options (arguments to pass the JavaVM)
    JNI library path (paths to search when loading libraries
    any ideal??
    Thank you!

    I can confirm this too - Eclipse 3.0, WL 6.1, JDK 1.3.1 on Linux.
    "Quinton" <[email protected]> wrote:
    >
    >
    I am also getting the same problem. I am guessing this is due to the
    Eclipse V3.
    Anyone from BEA able to verify?
    Thanks!
    Aravind" <[email protected]> wrote:
    Hello,
    I have installed the plugin for Eclipse 3.0.0.
    I get the following error when i try to set the Vm options at Eclipse
    java.lang.NoClassDefFoundError: org/eclipse/debug/internal/ui/preferences/ComboFieldEditor
    And i dont find this class at the library?
    Is this plugin for the earlier release of Eclipse???
    thanks
    Aravind

  • Apach 2.2.21 using Weblogic Plugin (10.3.5)

    Hi All,
    I have configure apache using Weblogic Plugin and it work for http. So moving forward, i am trying to configure a 2 way SSL with weblogic plugin and have configure all the oracle wallet.
    I got my plugin from my weblogic server /opt/bea/wlserver_10.3/server/plugin/solaris/sparc/. The version of my weblogic is 10.3.5.
    When i do a apachectl -t to check the syntax and i got the following errors:
    # /usr/local/apache2/bin/apachectl -t
    Syntax error on line 475 of /usr/local/apache2/conf/httpd.conf:
    Invalid command 'WLSSLWallet', perhaps misspelled or defined by a module not included in the server configuration
    Below is the configuration files on my httpd.conf
    <IfModule mod_weblogic.c>
    WebLogicCluster server1:4567,server2:4567,server1:1234,server2:1234
    SecureProxy ON
    WLSSLWallet /opt/certificate/oracle_wallet
    </IfModule>
    <Location /something>
    SetHandler weblogic-handler
    PathTrim /
    Debug ON
    WLLogFile /tmp/web_log.log
    </Location>
    My oracle wallet is as follows:
    # ./orapki wallet display -wallet /opt/certificate/oracle_wallet/
    Oracle PKI Tool : Version 11.1.1.4.0
    Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved.
    Requested Certificates:
    Subject: CN=somehost,DC=example,DC=com
    User Certificates:
    Trusted Certificates:
    Subject: CN=somehostCA,DC=example,DC=com
    Subject: OU=Class 3 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
    Subject: CN=GTE CyberTrust Global Root,OU=GTE CyberTrust Solutions\, Inc.,O=GTE Corporation,C=US
    Subject: CN=somehost,DC=example,DC=come
    Subject: OU=Class 2 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
    Subject: OU=Class 1 Public Primary Certification Authority,O=VeriSign\, Inc.,C=US
    Could this be a bug on the weblogic plugin ? Please advise.
    Edited by: 885587 on Sep 15, 2011 9:53 PM

    My apache is compile with the following flags, if that matters to anyone. Advance thanks to anyone who reply this thread =)
    ./configure prefix=/usr/local/apache2 enable-modules=all enable-mods-shared=all enable-ssl with-ssl enable-so --enable-rewrite                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Installing Apache-WebLogic plugin

    I have followed the steps (1-6) mentioned at
    http://www.weblogic.com/docs51/admindocs/apache_bridge.html
    for installing the Apache-WebLogic plugin.
    However, after doing it I could not start Apache. I get the following error.
    Syntax error on line 235 of /etc/apache/httpd.conf:
    Cannot load /usr/apache/libexec/mod_wl.so into server: ld.so.1:
    /usr/apache/bin/httpd: fatal: /usr/apache/libexec/mod_wl.so: open failed: No
    such file or directory
    Line 235 consists of the following entry
    LoadModule weblogic_module /usr/apache/libexec/mod_wl.so
    I do have the file /usr/apache/libexec/mod_wl.so in my directory with the
    same permissions
    as other files in the same directory.
    Any help is appreciated.
    JR

    I found the problem. mod_wl.so is the SPARC version and I was trying to
    run on Intel Solaris. Is there an Intel version of this file?
    John Ruskin wrote in message <8i2uaj$21v$[email protected]>...
    I have followed the steps (1-6) mentioned at
    http://www.weblogic.com/docs51/admindocs/apache_bridge.html
    for installing the Apache-WebLogic plugin.
    However, after doing it I could not start Apache. I get the followingerror.
    >
    Syntax error on line 235 of /etc/apache/httpd.conf:
    Cannot load /usr/apache/libexec/mod_wl.so into server: ld.so.1:
    /usr/apache/bin/httpd: fatal: /usr/apache/libexec/mod_wl.so: open failed:No
    such file or directory
    Line 235 consists of the following entry
    LoadModule weblogic_module /usr/apache/libexec/mod_wl.so
    I do have the file /usr/apache/libexec/mod_wl.so in my directory with the
    same permissions
    as other files in the same directory.
    Any help is appreciated.
    JR

  • WebLogic 8.1SP4 and IIS

    Hi,
    I want to configure weblogic with IIS and have found enough articles on how to proxy IIS to point to a single instance or a clustered environment but not on how to proxy IIS to multiple WebLogic servers
    I have the application running on
    http://<weblogic-server>:7201/elms
    http://<weblogic-server>:7301/elms
    http://<weblogic-server>:7401/elms
    and I want to be able to access these via the IIS through these URLs:
    http://<IIS_Server>/elms
    http://<IIS_Server>/elms_sit
    http://<IIS_Server>/elms_uat
    Is this configuration possible? Any help would be highly appreciated.
    Thanks
    Sandeep

    Since you are attempting to proxy by path you need to configure the iisforward.dll as stated in step #3 here:
    http://e-docs.bea.com/wls/docs81/plugins/isapi.html#100382

  • IP address restrictions not working with bea weblogic plugin

    We want to implement IP address restrictions via the Sun Java One Web Server admin tool for our application. We are using the Sun Java One Web Server to proxy requests via the Bea Weblogic plugin. However, we cannot get IP address restrictions to work because of the leading asterisk in the following NSAPI entry for PPATH of obj.conf :
    <Object name="weblogic" ppath="*/cmcsr/*"> Service fn="wl_proxy" WebLogicCluster="10.156.20.11:9010,\
    10.156.20.12:9010,10.156.20.13:9010" DynamicServerList="OFF"
    </Object>
    Has anyone gotten IP restrictions to work with the bea Weblogic NSAPI plugin?

    I'm not sure what you're asking, but each Service directive should be on its own line. It is an error to have both a <Client> tag and Service directive on a single line.

  • Weblogic plugin for Apache 2.2

    Where should I download the weblogic plugin for Apache 2.2?
    I'm running WL 10.3 on windows xp.
    Please provide the link .
    Thanks,
    sripos

    Hi
    On this link, click Accept license and go all the way to bottom and click on All Versions link named next to "Oracle WebLogic Server Web Server Plugins 1.1"
    http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    That click should open this below link. Accept the license and Download the zip file. Then follow the instructions.
    http://www.oracle.com/technetwork/middleware/ias/downloads/wls-plugins-096117.html
    Thanks
    Ravi Jegga

  • Looking for a non-Weblogic plugin

    I would like to use the plugin to also proxy to a Windows 2K server running
    IIS. I have used the Weblogic plugin for this function and have validated
    that it works properly but have a preference of doing this in a vendor
    supported fashion.
    Does anyone know of either source code for plugins and/or a open-source
    offering?

    I would like to use the plugin to also proxy to a Windows 2K server running
    IIS. I have used the Weblogic plugin for this function and have validated
    that it works properly but have a preference of doing this in a vendor
    supported fashion.
    Does anyone know of either source code for plugins and/or a open-source
    offering?

  • Weblogic Plugin issue

    Hello All,
    Many thanks for helping me,
    We have two webapps running in a single enterprise application and it's hosted
    in WLP 7.0 SP2 Cluster(2 servers). We have a single IPlanet webserver where the
    plugin configured and it routes the request to any one of the Weblogic servers.
    We got the latest plugin from BEA(libproxy_p4_357725.zip) and it works ok for
    one web application but not for the other. We also enabled the plugin log to see
    what happens. We saw enormous number of "Preferred server not set or it was marked
    bad, going to next server" when it fails. A complete set of log file is below:
    Wed Jun 9 10:44:49 2004 ============================= new request ===============================
    Wed Jun 9 10:44:49 2004 INFO: SSL is not configured
    Wed Jun 9 10:44:49 2004 resolveRequest return code is [0]
    Wed Jun 9 10:44:49 2004 URI=[NewBusinessWebApp/index.jsp]
    Wed Jun 9 10:44:49 2004 Hdrs from Client:[accept]=[application/msword, application/vnd.ms-excel,
    application/vnd.ms-powerpoint, image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
    application/x-shockwave-flash, */*]
    Wed Jun 9 10:44:49 2004 Hdrs from Client:[accept-language]=[en-gb]
    Wed Jun 9 10:44:49 2004 Hdrs from Client:[accept-encoding]=[gzip, deflate]
    Wed Jun 9 10:44:49 2004 Hdrs from Client:[user-agent]=[Mozilla/4.0 (compatible;
    MSIE 5.5; Windows NT 4.0)]
    Wed Jun 9 10:44:49 2004 Hdrs from Client:[host]=[10.227.4.33]
    Wed Jun 9 10:44:49 2004 attempt #0 out of a max of 5
    Wed Jun 9 10:44:49 2004 Server details are ''/0/0
    Wed Jun 9 10:44:49 2004 Server was mark bad, going to next server
    Wed Jun 9 10:44:49 2004 Server details are ''/0/0
    Wed Jun 9 10:44:49 2004 Server was mark bad, going to next server
    Wed Jun 9 10:44:49 2004 got pooled connection to server '10.227.4.33/8101/65535'
    from general list for '-40700948'
    Wed Jun 9 10:44:49 2004 WLS info : 10.227.4.33:8101 recycled? 1
    Wed Jun 9 10:44:49 2004 URL::sendHeaders(): meth='GET' file='/NewBusinessWebApp/index.jsp'
    protocol='HTTP/1.1'
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[accept]=[application/msword, application/vnd.ms-excel,
    application/vnd.ms-powerpoint, image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
    application/x-shockwave-flash, */*]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[accept-language]=[en-gb]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[accept-encoding]=[gzip, deflate]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[user-agent]=[Mozilla/4.0 (compatible; MSIE
    5.5; Windows NT 4.0)]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[host]=[10.227.4.33]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[Proxy-Path-Translated]=[u01/apps/iWS/docs/NewBusinessWebApp/index.jsp]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[Proxy-Path-Translated-Base]=[u01/apps/iWS/docs]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[WL-Proxy-Client-IP]=[128.31.10.79]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[WL-Proxy-SSL]=[false]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[Proxy-Client-IP]=[128.31.10.79]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[X-Forwarded-For]=[128.31.10.79]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[Connection]=[Keep-Alive]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[X-WebLogic-Request-ClusterInfo]=[true]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[X-WebLogic-KeepAliveSecs]=[30]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[x-weblogic-cluster-hash]=[MxxEFWztTtKnWbJArcJ2B/b7aZ0]
    Wed Jun 9 10:44:49 2004 INFO: sysSend 732
    Wed Jun 9 10:44:49 2004 *******Exception type [READ_ERROR_FROM_SERVER] (socket
    read failure) raised at line 197 of Reader.cpp
    Wed Jun 9 10:44:49 2004 read zero byte during read HTTP status, RETRYWed Jun
    9 10:44:49 2004 *******Exception type [HALF_OPEN_SOCKET_RETRY] (fill() got zero
    byte error during reading HTTP status - request retry) raised at line 748 of URL.cpp
    Wed Jun 9 10:44:49 2004 got exception in sendRequest phase: HALF_OPEN_SOCKET_RETRY:
    [os error=131, line 748 of URL.cpp]: fill() got zero byte error during reading
    HTTP status - request retry at line 1051
    Wed Jun 9 10:44:49 2004 attempt #0 out of a max of 5
    Wed Jun 9 10:44:49 2004 Server details are ''/0/0
    Wed Jun 9 10:44:49 2004 Server was mark bad, going to next server
    Wed Jun 9 10:44:49 2004 Server details are ''/0/0
    Wed Jun 9 10:44:49 2004 Server was mark bad, going to next server
    Wed Jun 9 10:44:49 2004 general list: trying connect to '10.227.4.33'/8103/65535
    at line 1338 for '/NewBusinessWebApp/index.jsp'
    Wed Jun 9 10:44:49 2004 INFO: New NON-SSL URL
    Wed Jun 9 10:44:49 2004 Going to check the general server list
    Wed Jun 9 10:44:49 2004 WLS info : 10.227.4.33:8103 recycled? 0
    Wed Jun 9 10:44:49 2004 URL::sendHeaders(): meth='GET' file='/NewBusinessWebApp/index.jsp'
    protocol='HTTP/1.1'
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[accept]=[application/msword, application/vnd.ms-excel,
    application/vnd.ms-powerpoint, image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
    application/x-shockwave-flash, */*]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[accept-language]=[en-gb]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[accept-encoding]=[gzip, deflate]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[user-agent]=[Mozilla/4.0 (compatible; MSIE
    5.5; Windows NT 4.0)]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[host]=[10.227.4.33]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[Proxy-Path-Translated]=[u01/apps/iWS/docs/NewBusinessWebApp/index.jsp]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[Proxy-Path-Translated-Base]=[u01/apps/iWS/docs]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[WL-Proxy-Client-IP]=[128.31.10.79]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[WL-Proxy-SSL]=[false]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[Proxy-Client-IP]=[128.31.10.79]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[X-Forwarded-For]=[128.31.10.79]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[Connection]=[Keep-Alive]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[X-WebLogic-Request-ClusterInfo]=[true]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[X-WebLogic-KeepAliveSecs]=[30]
    Wed Jun 9 10:44:49 2004 Hdrs to WLS:[x-weblogic-cluster-hash]=[MxxEFWztTtKnWbJArcJ2B/b7aZ0]
    Wed Jun 9 10:44:49 2004 INFO: sysSend 732
    Wed Jun 9 10:44:49 2004 Hdrs from WLS:[Date]=[Wed, 09 Jun 2004 09:44:49 GMT]
    Wed Jun 9 10:44:49 2004 Hdrs from WLS:[Location]=[http://10.227.4.33/NewBusinessWebApp/application;JSESSIONID_NewBusinessWebApp=AGcRVXb2ZloCZUTmMEnhSEf84rmmpZ9ILgDmaki2EVmqifD1qpqh!1122206164?namespace=security&origin=index.jsp&event=link.login]
    Wed Jun 9 10:44:49 2004 Hdrs from WLS:[Server]=[WebLogic WebLogic Temporary Patch
    for CR105924 07/08/2003 12:14:20]
    Wed Jun 9 10:44:49 2004 Hdrs from WLS:[Content-Type]=[text/plain]
    Wed Jun 9 10:44:49 2004 Hdrs from WLS:[Transfer-Encoding]=[Chunked]
    Wed Jun 9 10:44:49 2004 Hdrs from WLS:[Set-Cookie]=[JSESSIONID_NewBusinessWebApp=AGcRVXb2ZloCZUTmMEnhSEf84rmmpZ9ILgDmaki2EVmqifD1qpqh!1122206164;
    path=/NewBusinessWebApp]
    Wed Jun 9 10:44:49 2004 parsed all headers OK
    Wed Jun 9 10:44:49 2004 sendResponse() : uref_p->getStatus() = '302'
    Wed Jun 9 10:44:49 2004 Hdrs to client:[Date]=[Wed, 09 Jun 2004 09:44:49 GMT]
    Wed Jun 9 10:44:49 2004 Hdrs to client:[Location]=[http://10.227.4.33/NewBusinessWebApp/application;JSESSIONID_NewBusinessWebApp=AGcRVXb2ZloCZUTmMEnhSEf84rmmpZ9ILgDmaki2EVmqifD1qpqh!1122206164?namespace=security&origin=index.jsp&event=link.login]
    Wed Jun 9 10:44:49 2004 Hdrs to client:[Server]=[WebLogic WebLogic Temporary
    Patch for CR105924 07/08/2003 12:14:20]
    Wed Jun 9 10:44:49 2004 Hdrs to client:[Content-Type]=[text/plain]
    Wed Jun 9 10:44:49 2004 Hdrs to client:[Transfer-Encoding]=[Chunked]
    Wed Jun 9 10:44:49 2004 Hdrs to client:[Set-Cookie]=[JSESSIONID_NewBusinessWebApp=AGcRVXb2ZloCZUTmMEnhSEf84rmmpZ9ILgDmaki2EVmqifD1qpqh!1122206164;
    path=/NewBusinessWebApp]
    Wed Jun 9 10:44:49 2004 ============================= new request ===============================

    I am encountering a similiar problem. Can someone help ?
    The following is my error ....
    Fri Aug 05 11:49:02 2005 ========================== New Request ==========================
    Fri Aug 05 11:49:02 2005 SSL is not being used
    Fri Aug 05 11:49:02 2005 resolveRequest: wlforward: portal/appmanager/EpworthPortal/EpworthDesktop.wlforward
    Fri Aug 05 11:49:02 2005 Request URI = [portal/appmanager/EpworthPortal/EpworthDesktop]
    Fri Aug 05 11:49:02 2005 attempt #0 out of a max of 5
    Fri Aug 05 11:49:02 2005 WARNING!! No good servers left in the general list, reverting back to the static list
    Fri Aug 05 11:49:02 2005 Host extracted from serverlist is [EETST03A]
    Fri Aug 05 11:49:02 2005 parseServerList: could not resolve hostname 'EETST03A', treating it as invalid
    Fri Aug 05 11:49:02 2005 Host extracted from serverlist is [EETST03B]
    Fri Aug 05 11:49:02 2005 parseServerList: could not resolve hostname 'EETST03B', treating it as invalid
    Fri Aug 05 11:49:02 2005 Initializing lastIndex=0 for a list of length=2
    Fri Aug 05 11:49:02 2005 general list: trying connect to ''/0/0 at line 1218 for 'portal/appmanager/EpworthPortal/EpworthDesktop'
    Fri Aug 05 11:49:02 2005 INFO: New NON-SSL URL
    Fri Aug 05 11:49:02 2005 *******Exception type [UNKNOWN_HOST] (null or zero-length hostname) raised at line 1545 of ..\nsapi\.\URL.cpp
    Fri Aug 05 11:49:02 2005 Exception occurred for backend host '/0/0' while error while connecting to : 'UNKNOWN_HOST [os error=0,  line 1545 of ..\nsapi\.\URL.cpp]: null or zero-length hostname'
    Fri Aug 05 11:49:02 2005 Failed to connect to the general server :0:0, mark it BAD
    Fri Aug 05 11:49:02 2005 sleeping for 2 sec at 906
    Fri Aug 05 11:49:04 2005 attempt #1 out of a max of 5
    Fri Aug 05 11:49:04 2005 WARNING!! No good servers left in the general list, reverting back to the static list
    Fri Aug 05 11:49:04 2005 Host extracted from serverlist is [EETST03A]
    Fri Aug 05 11:49:04 2005 Host extracted from serverlist is [EETST03B]
    Fri Aug 05 11:49:04 2005 Initializing lastIndex=0 for a list of length=2
    Fri Aug 05 11:49:04 2005 general list: trying connect to '172.17.35.51'/7001/7001 at line 1218 for 'portal/appmanager/EpworthPortal/EpworthDesktop'
    Fri Aug 05 11:49:04 2005 INFO: New NON-SSL URL
    Fri Aug 05 11:49:04 2005 Connection refused, error = 10022
    Fri Aug 05 11:49:04 2005 Local Port of the socket is 1208
    Fri Aug 05 11:49:04 2005 Remote Host 172.17.35.51 Remote Port 7001
    Fri Aug 05 11:49:04 2005 general list: created a new connection to '172.17.35.51'/7001 for 'portal/appmanager/EpworthPortal/EpworthDesktop', Local port: 1208
    Fri Aug 05 11:49:04 2005 WLS info in sendRequest: 172.17.35.51:7001 recycled? 0
    Fri Aug 05 11:49:04 2005 URL->reallySend 449
    Fri Aug 05 11:52:13 2005 *******Exception type [READ_ERROR_FROM_SERVER] (socket read failure) raised at line 197 of ..\nsapi\.\Reader.cpp
    Fri Aug 05 11:52:13 2005 caught exception in readStatus: READ_ERROR_FROM_SERVER [os error=10054, line 197 of ..\nsapi\.\Reader.cpp]: socket read failure at line 775
    Fri Aug 05 11:52:13 2005 PROTOCOL_ERROR: Backend Server not responding - isRecycled:0
    Fri Aug 05 11:52:13 2005 *******Exception type [PROTOCOL_ERROR] (Backend Server not responding) raised at line 793 of ..\nsapi\.\URL.cpp
    Fri Aug 05 11:52:13 2005 NOT failing over after sendRequest() due to error 10054
    Fri Aug 05 11:52:13 2005 request [portal/appmanager/EpworthPortal/EpworthDesktop] did NOT process successfully
    Message was edited by:
    bennyng

  • Weblogic Plugin For Win NT

    Is there windows NT version of WEBLOGIC Plugin? If so where can we get the details about the product?

    A plugin for which product (i.e., IIS, NES/iPlanet, or Apache)? The answer is yes for IIS and
    NES/iPlanaet but no for Apache.
    Sairam Krishnaswamy wrote:
    Is there windows NT version of WEBLOGIC Plugin? If so where can we get the details about the product?

  • Rewrite Location-headers in frontend by weblogic plugin

    Hi!
    I've got a problem where I've got a Apache 2.2.9 acting as a proxy for a application running on BEA Weblogic.
    I'm using the plugin from BEA Weblogic as the proxy.
    Everything works fine except when the weblogicserver makes a redirect, i.e. sends a Location-header. The Location header looks like "Location: http://weblogic.internal.net/Client".
    The servername should be rewritten to the public nam "proxy.example.com".
    ### START ### Weblogic configuration in apache.conf:
    LoadModule weblogic_module /usr/lib/apache2/modules/mod_wl_22.so
    <IfModule mod_weblogic.c>
    WebLogicHost weblogic.internal.net
    WebLogicPort 8202
    WLProxySSL on
    DebugConfigInfo on
    Debug ALL
    </IfModule>
    <Location /Application/>
    SetHandler weblogic-handler
    </Location>
    ### END ### Weblogic configuration in apache.conf:
    Any ideas on how to manage the rewrite of the Location-header?
    Can weblogic plugin and mod_proxy/mod_rewrite be comined?
    Is there any other configuration parameters for weblogic to state the frontend machine?
    /Andreas

    Hi!
    I've got a problem where I've got a Apache 2.2.9 acting as a proxy for a application running on BEA Weblogic.
    I'm using the plugin from BEA Weblogic as the proxy.
    Everything works fine except when the weblogicserver makes a redirect, i.e. sends a Location-header. The Location header looks like "Location: http://weblogic.internal.net/Client".
    The servername should be rewritten to the public nam "proxy.example.com".
    ### START ### Weblogic configuration in apache.conf:
    LoadModule weblogic_module /usr/lib/apache2/modules/mod_wl_22.so
    <IfModule mod_weblogic.c>
    WebLogicHost weblogic.internal.net
    WebLogicPort 8202
    WLProxySSL on
    DebugConfigInfo on
    Debug ALL
    </IfModule>
    <Location /Application/>
    SetHandler weblogic-handler
    </Location>
    ### END ### Weblogic configuration in apache.conf:
    Any ideas on how to manage the rewrite of the Location-header?
    Can weblogic plugin and mod_proxy/mod_rewrite be comined?
    Is there any other configuration parameters for weblogic to state the frontend machine?
    /Andreas

  • Apache - Weblogic Plugin

    Hello :
    How to configure the Apache - Weblogic Plugin in BEA 8.1. I am doing all
    as per the doc but I am not able to get the result.
    My configuration RH 7.3, BEA 8.1 , Apache 2.3.9
    If somebody have configured could u guys give little insight..
    regards
    Boney Jose

    You need to make sure you are using the latest plugin. Please download the
    latest Service Pack and grab the mod_wl.so from there.
    Regards,
    Eric
    "Mandar" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hi,
    I am trying to plug-in Apache on one Solaris machine with Weblogic serverrunning
    on separate Solaris machine.
    I am using the Weblogic documentation '
    http://www.weblogic.com/docs51/admindocs/apache_bridge.html
    However it looks like the plug-in does not recognize some of theparameters like
    DefaultFileName, MatchExpression etc.
    Any hints?
    How can we forward (tunnel) all jsp requests to weblogic server?
    Where and how do we use MatchExpression *.jsp tag?
    Thanks
    Mandar

  • Weblogic plugin for eclipse not working...

    Hi All:
    I recently downloaded the weblogic plugin (1.1.1) for eclipse from here: http://dev2dev.bea.com/codelibrary/code/wlplugin.jsp.
    I followed the installation steps as laid out in the readme file, but I am not
    seeing the 'WebLogic' option in the 'Window' -> 'Customize Perspective...' ->
    'Other' node.
    I have tried with both eclipse 2.1.3 and 3.0.0 on windows 2k, with the same result.
    I know I am missing something here 'coz reading posts from this group it appears
    people are using it fairly successfully.
    Any help will be greatly appreciated.
    Best Regards
    Sanjeev

    Two issues with the BEA Weblogic/Eclipse plugin:
    1. The documentation hasn't been updated (readme.html). It still says 1.1.0 even though the current version is 1.1.1.
    2. Assuming that the readme.html still applies to version 1.1.1, the language pack of the plugin is missing. The instructions say to copy the language pack (com.bea.eclipse.weblogic.nl1_1.1.0) to the Eclipse plugins directory. But this folder is not in the plugin zip file. Is this supposed to be downloaded separately?
    In any case, the plugin isn't registering in Eclipse 2.1. I can only guess that it's because the language pack is missing. It looks like others are having problems as well.
    Any word on this?
    Thanks in advance,
    --Neal                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to deploy *.jar in WebLogic by Hudson and WLST

    Hi everybody!
    I have the server (hostname - server0), where:
    1. Developers works. He create the build JAR-files and put this file in special local directory:
    /home/build/test1/jar/ - jar-file for test envorement 1 of weblogic (hostname - server1)
    /home/build/test2/jar/ - jar-file for test envorement 2 of weblogic (hostname - server2)
    2. I have the directories with WLST scripts for deploing the build JAR-files:
    2.1. Script files for deploing the jar-files in test envorement 1 of weblogic (hostname - server1)
    /home/build/test1/scripts/deploy.sh
    /home/build/test1/scripts/deploy.py
    2.2. Script files for deploing the jar-files in test envorement 2 of weblogic (hostname - server2)
    /home/build/test2/scripts/deploy.sh
    /home/build/test2/scripts/deploy.py
    3. Hudson (Hudson ver. 2.1.2) is intsalled.
    Could you please tell me, how to automatic deploy *.jar in WebLogic by Hudson and WLST, if take into consideration the email-notification about problem in deploing?

    I've never used WLST inconjunction with Hudson.
    What I have done is use Maven to do this.
    We have a WebLogic Server Maven Plugin which can perform deployment operations.
    Hudson has support for Maven, so you create a Maven project which does the deployment from the project and configure a job using that on Hudson -- if you can get your developer to upload their artifacts to some form of SCM system so Hudson watches for the changes, grabs the new file and does the deployment, that would work.
    If you want to use your scripts, then you could perhaps use the Hudson SSH plugin which can execute "shell" scripts on a server. Theoretically here you would create wrapper shell scripts for your WLST execution/script, then configure a Hudson job which executes the scripts. I've never used the plugin so not sure how it is activated, but you could configure a job to run on a periodic basis, and have the wrapper script itself do the check to see if the directory contains a jar/ear file to deploy -- if it does, execute the WLST scripts; if not, simply return.
    Let us know how you get on!
    -steve-

  • Apache weblogic plugin issue

    Hi,
    Configuration: Apache 2.0.63 as the front end to weblogic (9.1) application server. same thing observed in weblogic 9.2 as well.
    Our client application sends the Cookies to the Apache:
    Cookie: Server_session_id=XXXXXXXX
    Cookie: JSESSIONID=LhTTZ2Cs1JSlRMPgGTx4BxmG67ML3ryv0PlPbYkhp4s72dpngsJl!-912570241
    But Apache weblogic plugin when sends the request to weblogic:
    Cookie: DAKServer_session_id=14612273741264701005679, JSESSIONID=LhTTZ2Cs1JSlRMPgGTx4BxmG67ML3ryv0PlPbYkhp4s72dpngsJl!-912570241
    Note: comma is used as deliminator
    HttpservletRequest consider only 1 cookie instead of 2.
    I’m looking for resolution for this. Is there a way I can configure Apache plugin to send 2 cookies or configure it to send cookies with deliminator ‘;’
    Please help.
    Thanks..
    Usha

    I asked the same question and was told that this is not possible. There is only one way that the plugin can balance requests and that is using the round robin approach. If you talk to support, ask them to submit a feature request. ...I was told that if enough people request more options for load balancing, they may build it into the plug-in.
    -Brad

Maybe you are looking for

  • Stock Statement Report

    Hi, I am trying to get a report with the following columns: Material Opening Balance Total Receipt Total Issue Closing Balance. Using MB5B, I am able to get the data. But we have come confusion over the data. For example, we do a MIGO (Mov Type 101)

  • Dynamic field labels in table control

    Hi experts,     My requirement is to display dynamic field labels in table control can we do this. I am much aware that we can do it in alv_grid. Please let me know. Thanks in advance. Sri

  • Batch input help

    HI, I wont to avoid message in TR. cne1 . when i put project & i remove the V from Processing Options (test run) And Excute i get pop-up with text: Actual values can be deleted and i don't wont it (pop-up) how can i remove it? i try with batch-input

  • Oracle Portal master details default value set up.

    Hi All, Using Oracle Portal to create a master details form. I have tried to set up the details table foreign key. I used the master table primary key as a default value for the details table foreign key. Does anyone know what the correct syntax is w

  • Want to know where oracle stores its command history?

    Hi, I want to know that as one user execute a command(sql/PL?SQL)...where this command history is stored in oracle.... like a table is truncate by user...i just wann to know the detail of user who fired it,timestamp....... Thanks in advance