BEA apache bridge

"Hi The bridge is giving me gief beond all I have experienced before:I need to prepend a document root for a virtual site in apache, so that the weblogic server looks for files in the same drawer as apache:www.myserver.com/tm/tm2000/index.jsp is translated though apache towww.somedomain.com/index.jspHowever the weblogic server looks for the index file in its root and not the one specified in apache.I tried the following:NameVirtualHost 192.168.250.101:80RewriteEngine on<VirtualHost 192.168.250.101:80> ServerName sun.travelmarket.dk ServerAlias www.travelmarket.* ServerAdmin [email protected] DocumentRoot /web/tm/tm2000 ErrorLog /logs/tm2000/error.log TransferLog /logs/tm2000/transfer.log <Location /web/tm/tm2000> Options -Indexes </Location> PathPrepend /portal/web/tm/tm2000 <IfModule mod_weblogic.c>

The Apache plugin is only designed for version 1.3.19 of Apache. Your using
a too new version.
kk
"Martin Haberstroh" <[email protected]> wrote in message
news:[email protected]..
Does someone of you know what that means and where (and why) does it come
from?
Failure of server APACHE bridge:
send response failed
Build date/time: Sep 6 2002 16:21:37
Change Number: 206265
Thank you
Martin

Similar Messages

  • Apache Bridge HTTP POST problems on large file upload

    I have a problem uploading files larger than quarter a mega, the jsp
    page does a POSTto a servlet which reads the input stream and writes to
    a file.
    Configuration: Apache webserver 1.3.12 connected to the Weblogic 5.1
    application server via the bridge(mod_wl_ssl.so) from WebLogic Service
    pack 4.
    The upload goes on for about 30 secs and throws the following error.
    "Failure of WebLogic APACHE bridge:
    IO error writing POST data to 100.12.1.2:7001; sys err#: [32] sys err
    msg [Broken pipe]
    Build date/time: Jul 10 2000 12:29:18 "
    The same upload(in fact I uploaded a 8 MEG file) using the
    Netscape(NSAPI) WebLogicconnector.
    Any answers would be deeply appreciated.
    [email protected]

    It appears to be a bug.
    I suggest that you file a bug report with our support organization. Be sure
    to include a complete test case. They will also need information from
    you -- please review our external support procedures:
    http://www.beasys.com/support/index.html
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "George Abraham" <[email protected]> wrote in message
    news:[email protected]..
    I have a problem uploading files larger than quarter a mega, the jsp
    page does a POSTto a servlet which reads the input stream and writes to
    a file.
    Configuration: Apache webserver 1.3.12 connected to the Weblogic 5.1
    application server via the bridge(mod_wl_ssl.so) from WebLogic Service
    pack 4.
    The upload goes on for about 30 secs and throws the following error.
    "Failure of WebLogic APACHE bridge:
    IO error writing POST data to 100.12.1.2:7001; sys err#: [32] sys err
    msg [Broken pipe]
    Build date/time: Jul 10 2000 12:29:18 "
    The same upload(in fact I uploaded a 8 MEG file) using the
    Netscape(NSAPI) WebLogicconnector.
    Any answers would be deeply appreciated.
    [email protected]

  • Error Running Forms: Failure of server APACHE bridge

    Hi Everyone,
    I have this problem on windows 7 64-bit... installation went fine without any errors.
    Forms was working fine, i was able to run test form, and a form that i created, and both were running properly..
    suddenly, while testing a new form module, it didn't work, and its showing :
    Failure of server APACHE bridge:
    No backend server available for connection: timed out after 10 seconds or idempotent set to OFF. I stopped and started the wls_forms and it didn't solve the problem..
    i couldn't get to a solution anywhere, is it a problem with weblogic configuration? but how was it working well at the begining... if weblogic services are not starting, then what's the fix for that?
    Help would be appreciated...
    Thanks..

    No, but as said you installed components (the HTTP Server) you wouldn't need for development. Did you start WLS_FORMS?
    In any case the latest version of forms would be 11.1.2 where the installation process for a development machine is much easier.
    You'd need
    - wls1035_generic.jar and a 64bit java runtime
    - the 64bit version of forms 11.1.2: http://download.oracle.com/otn/nt/middleware/11g/111200/ofm_frmrpts_win_11.1.2.0.0_64_disk1_1of1.zip
    of course you can install the 32bit version of forms too on your 64bit machine.
    then during installation just check "development mode", and you get a development installation like you got with iDS 10.1.2 with one weblogic instance instead of 3 and all the components you won't need (like webcache or the http server) won't be installed.
    cheers

  • Failure of server APACHE bridge::No backend server available for connection

    All,
    I have an env: Browser -> OHS -> WLS(Apex Listener) -> Oracle DB.
    If any SQL run for more than 5 mins, i get the below error.
    Failure of server APACHE bridge:
    No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent.The only error i get is from the OHS's log
    [2013-04-03T06:45:57.2946-05:00] [OHS] [ERROR:32] [] [core.c] [host_id: aa050] [host_addr: 121.146.60.102] [tid: 1260554560] [user: oracle] [ecid: 004qNDJn1du7m3KaETn3ES0004Ll00001T] [rid: 0] [VirtualHost: my.team.com:443]  ap_proxy: trying POST /pls/apex/wwv_flow.show at backend host 127.0.0.1/7003; got exception 'Backend Server not responding'; state: reading status line or response headers from WLS (wrote? Y read? N); not failing over because method not idempotent, referer: https://my.team.com/pls/apex/f?p=4500:1003:16571271664493::NO:::Is there a timeout variable other than the below in WLS?
    Session Timeout (in seconds): 3600 .
    TIA,
    JJ

    Regardless of the version, this is not exactly a "Forms" failure. This is an issue between OHS and WLS. Basically it means that OHS (via mod_wl_ohs) was unable to communicate with WLS_FORMS (or whichever managed server you are trying to access). Most often this means the managed server is not running or not responding. If you believe it is running and is responsive (test by hitting it directly) then the problem is probably related to your installation. Generally, if you have not properly configured your networking before you installed WLS and FMw, then this can occur. For example, on Windows machine which do not have static IP addresses, the Installation Guide instructs you to install the Windows loopback adapter and configure it. If you did not do this, OHS likely will not be able to contact WLS_FORMS.
    You can test what I have described above by attempting to access WLS_FORMS directly. For example:
    http://yourHost:9001/forms/frmservlet
    If that works, the issue is probably related to a net config issue.
    If you have access to MyOracle Support, refer to these notes:
    <blockquote><li>Failure Of Server APACHE Bridge After Running Report From Forms 11gR2 on Windows 64-bit platform (Doc ID 1457845.1)
    <li>Oracle Fusion Middleware 11g - Troubleshooting the Error "Failure of server APACHE bridge" (Doc ID 1304095.1)</blockquote>
    The product Documentation Library can be found here:
    http://docs.oracle.com/cd/E24269_01/index.htm

  • Can't install weblogic server sp5(apache bridge) on linux

    Hi.
    I can't install weblogic server service pack 5(weblogic for apache
    bridge,mod_wl.so) on redhat linux 6.2,my apache server version is 1.3, and
    it work without sp5,when I use new mod_wl.so overwrite old one, apache
    server can't start.
    Please help,
    Thanks
    Jason Shi([email protected])

    What exact problems are you having? I'm using WLS 5.1 SP5 + apache
    1.3.12 + mod_ssl just fine.
    John Salvo
    Jason wrote:
    >
    Hi.
    I can't install weblogic server service pack 5(weblogic for apache
    bridge,mod_wl.so) on redhat linux 6.2,my apache server version is 1.3, and
    it work without sp5,when I use new mod_wl.so overwrite old one, apache
    server can't start.
    Please help,
    Thanks
    Jason Shi([email protected])

  • Running without the Apache Bridge

    Recently we decided to try running our weblogic 10.x servers without the apache bridge layer. We used our load balancer to accomplish across 6 managed servers on 3 physical servers. about the same time we started to have issue with clients trying to login the site that was being powered by Weblogic Portal. Could these be related? Does Apache bridge do more than just proxy the requests? Does it supply some sort of persistence that maybe our load balancer is failing to provide? Maybe another cookie or header value?

    Typically for Web Applications - requests should go to Loadbalancer --> Loadbalancer proxies requests to Webservers (Apache) --> which in turns sends requests to backend Weblogic server instances.
    However we can even have Loadbalancer to proxy requests to Weblogic App servers by eliminatinf webserver layer.
    using Apache Webserver proxy plugin to proxy request to Weblogic App servers is more effective - Apache proxy plugin does loadbalancing of requests to backend Weblogic servers , if you are using cluster setup and session persistance, Apache proxy plugin will be taking care of session failover mechanism (it will replicate session information of failed server to other active running server so that user will not lose this session information).
    By using Loadbalancer to proxy requests to Weblogic servers you might be achieving loadbalancing of requests, but it will not support session failover & other features of backend Weblogic cluster.
    Hope this helps
    - - Weblogic Consultant

  • WebLogic Apache bridge problems on uploading large files via HTTP post

    I have a problem uploading files larger than quarter a mega, the jsp
    page does a POST
    to a servlet which reads the input stream and writes to a file.
    Configuration: Apache webserver 1.3.12 connected to the Weblogic 5.1
    application server
    via the bridge(mod_wl_ssl.so) from WebLogic Service pack 4.
    The upload goes on for about 30 secs and throws the following error.
    "Failure of WebLogic APACHE bridge:
    IO error writing POST data to 100.12.1.2:7001; sys err#: [32] sys err
    msg [Broken pipe]
    Build date/time: Jul 10 2000 12:29:18 "
    The same upload(in fact I uploaded a 8 MEG file) using the
    Netscape(NSAPI) WebLogic
    connector.
    Any answers would be deeply appreciated.

    I have a problem uploading files larger than quarter a mega, the jsp
    page does a POST
    to a servlet which reads the input stream and writes to a file.
    Configuration: Apache webserver 1.3.12 connected to the Weblogic 5.1
    application server
    via the bridge(mod_wl_ssl.so) from WebLogic Service pack 4.
    The upload goes on for about 30 secs and throws the following error.
    "Failure of WebLogic APACHE bridge:
    IO error writing POST data to 100.12.1.2:7001; sys err#: [32] sys err
    msg [Broken pipe]
    Build date/time: Jul 10 2000 12:29:18 "
    The same upload(in fact I uploaded a 8 MEG file) using the
    Netscape(NSAPI) WebLogic
    connector.
    Any answers would be deeply appreciated.

  • Weblogic Apache Bridge Error - Urgent

    Hi,
    We have installed 11g weblogic and forms and reports successfully but while calling a form sometimes in concurrent sessions getting 'Failure of Server Apache Bridge Error'.
    Following are the system details:
    System: Windows 2008 64 bit
    Forms/reports [64 Bit] Version 11.1.2.0.0
    Weblogic server :10.3.5
    Apache Version:
    Oracle_FRHome1\ohs\bin>httpd -version
    Server version: Oracle-HTTP-Server/2.2.15 (Win32)
    Server built: Apr 2 2011 17:14:20
    Server label: APACHE_11.1.1.5.0_WINDOWS.X64_110325.2000
    As suggested in most of the forums, we have disabled IPv6 and replaced hostname with IP Address of the system in mod_wl_ohs.conf, forms.conf and reports_ohs.conf like this:
    mod_wl_ohs:
    DynamicServerList Off
    WebLogicHost 10.11.18.119
    <Location /console>
    SetHandler weblogic-handler
    WebLogicHost 10.11.18.119
    WebLogicPort 7001
    </Location>
    WebLogicPort 7001
    <Location /em>
    SetHandler weblogic-handler
    WebLogicHost 10.11.18.119
    WebLogicPort 7001
    </Location>
    <Location /forms>
    SetHandler weblogic-handler
    WebLogicHost 10.11.18.119
    WebLogicPort 9001
    </Location>
    <Location /reports>
    SetHandler weblogic-handler
    WebLogicHost 10.11.18.119
    WebLogicPort 9002
    </Location>
    And from weblogic console also we have changed the listen address to this static IP and restarted the ohs,form, report server.
    But still facing the same issue.
    Any suggestion?
    OHS Log:-
    [2012-03-05T20:17:19.4742+05:30] [OHS] [ERROR:32] [OHS-9999] [mod_weblogic.c] [host_id: MUPF102] [host_addr: 169.254.95.120] [pid: 5068] [tid: 2064] [user: SYSTEM] [VirtualHost: main] ap_proxy: trying GET /forms/frmservlet at backend host '10.11.18.119/0; got exception 'NO_RESOURCES: [os error=0,  line 1915 of ../nsapi/URL.cpp]: apr_socket_connect call failed hostname:10.161.168.119:0 error [730049]'
    Any prompt help would be highly appreciated.
    Thanks in Advance.

    Thanks for the prompt reply.
    We can access the report with 2 or 3 concurrent connections properly but the moment there are more concurrent connections it gives 'Failure of Server Apache Bridge Error' in client browser for new connections and whoever is already logged in their application gets hang.
    So restarting also wont help as there can be more than 100 concurrent connections.
    We have changed few parameters like :
    StartServers 2
    MaxClients 2500
    MinSpareThreads 25
    MaxSpareThreads 2500
    ThreadsPerChild 25
    MaxRequestsPerChild 0
    KeepAliveTimeout 15
    Timeout 720
    Any other suggestions?

  • Problems with IE w/ Apache bridge

    We're recently switched over from IIS as our front end web server to Apache
    1.3.12. On our login page for one of our site using IE 4.x / 5.x, we've
    noticed this to be extremely slow (about 45 seconds) just to login. Once
    you login to the site, the site is very fast. However, this is not the case
    with Netscape (4.x/5.x). Netscape works fine all of the time and is very
    fast with Apache.
    Is there a known bug with IE?
    All our login page does is pass username & password parameters to the
    weblogic server.
    This site doesn't have any problems with Netscape, going directly to the WLS
    on the specified port, or when we used IIS. The only time this shows up is
    when a user would login. Once they're in, they're flying!
    This is only IE related. Is there some sort of odd setting in IE to hold up
    a form like this?
    Our config looks like this:
    Web server: Linux 7.0; Apache 1.3.12 + apache-linux-bridge-sp5
    Weblogic Server: Windows 2000, WLS 5.1, sp5
    Database
    Has anyone seen this before?

    Thanks for the help everyone, but BEA sent us a beta-version of the new
    proxy for Apache on LINUX. This fixed the problem, and should be fixed in
    the next service pack.
    "mreiche" <[email protected]> wrote in message
    news:3a19ee1e$[email protected]..
    >
    See this article - we found a similar problem due to a sendRedirect() andfixed it by using a jsp:forward
    instead.
    http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.develo
    per.interest.jsp&item=3835&utag=
    >
    Mike Reiche
    "Charlie Crook" <[email protected]> wrote:
    Is the delay in loading your login page within the browser, or after the
    user submits it?
    Does the page contain IIS extensions ( which are no longer needed )?
    "Mike Kendzierski" <[email protected]> wrote in message
    news:3a120fa3$[email protected]..
    We're recently switched over from IIS as our front end web server toApache
    1.3.12. On our login page for one of our site using IE 4.x / 5.x,
    we've
    noticed this to be extremely slow (about 45 seconds) just to login.Once
    you login to the site, the site is very fast. However, this is not thecase
    with Netscape (4.x/5.x). Netscape works fine all of the time and is
    very
    fast with Apache.
    Is there a known bug with IE?
    All our login page does is pass username & password parameters to the
    weblogic server.
    This site doesn't have any problems with Netscape, going directly tothe
    WLS
    on the specified port, or when we used IIS. The only time this shows
    up
    is
    when a user would login. Once they're in, they're flying!
    This is only IE related. Is there some sort of odd setting in IE to
    hold
    up
    a form like this?
    Our config looks like this:
    Web server: Linux 7.0; Apache 1.3.12 + apache-linux-bridge-sp5
    Weblogic Server: Windows 2000, WLS 5.1, sp5
    Database
    Has anyone seen this before?

  • BEA Apache connector bug

    I'd like to open a bug regarding the Apache connector. We first ran into it back in 7.0 and I just confirmed today it still exists in 8.1 (at least Apache 2.0/win32).
    The bug is that the connector only forwards bodies for a subset of HTTP methods, so Webdav, for instance, is unusable via the connector.
    For instance, the ACL method, RFC 3744, when sent to apache looks similar to
    --- snip --
    ACL /dav/testuser/foo2 HTTP/1.1
    Host: localhost:80
    Depth: Infinity
    Content-Length: 690
    Content-type: text/xml; charset="utf-8"
    Connection: close
    <?xml version="1.0" encoding="utf-8" ?>
    <D:acl xmlns:D="DAV:">
    <D:ace>
    <D:principal>
    <D:href>xxx</D:href>
    </D:principal>
    <D:grant>
    <D:privilege> <D:read/> </D:privilege>
    </D:grant>
    </D:ace>
    </D:acl>
    but the BEA connector forwards this to BEA as:
    -- snip---
    ACL /dav/testuser/foo2 HTTP/1.1
    Host: localhost:80
    Depth: Infinity
    Content-Length: 690
    Content-type: text/xml; charset="utf-8"
    Connection: Keep-Alive
    WL-Proxy-SSL: false
    WL-PATH-TRIM: /
    WL-Proxy-Client-IP: 127.0.0.1
    Proxy-Client-IP: 127.0.0.1
    X-Forwarded-For: 127.0.0.1
    X-WebLogic-Force-JVMID: unset
    ... which of course times out since the body is not sent but CL is (correctly) specified.
    We have to ship our product with a separate apache module which changes all methods to a POST, then stuffs the real method in a header. Then in our special servlet that we ship just for BEA, we extract the real method from the header and use it instead of the POST in the ServletRequest.
    Can someone with karma at BEA file this bug? Other methods with bodies that I suspect will probably fail include OPTIONS, PROPPATCH, & PROPFIND. I also verified that arbitrary (ie non-RFC'd) http methods will fail to transmit a body as well.
    Our last customer who used our application with BEA was supposed to open a bug about this via standard support means but I don't have any record of it ever being done.
    Thanks,
    Keith

    Hi. Please send me an email address and I'll do what I can.
    j
    o
    e
    b
    e
    a
    c
    o
    m
    Keith Wannamaker wrote:
    I'd like to open a bug regarding the Apache connector. We first ran into it back in 7.0 and I just confirmed today it still exists in 8.1 (at least Apache 2.0/win32).
    The bug is that the connector only forwards bodies for a subset of HTTP methods, so Webdav, for instance, is unusable via the connector.
    For instance, the ACL method, RFC 3744, when sent to apache looks similar to
    --- snip --
    ACL /dav/testuser/foo2 HTTP/1.1
    Host: localhost:80
    Depth: Infinity
    Content-Length: 690
    Content-type: text/xml; charset="utf-8"
    Connection: close
    <?xml version="1.0" encoding="utf-8" ?>
    <D:acl xmlns:D="DAV:">
    <D:ace>
    <D:principal>
    <D:href>xxx</D:href>
    </D:principal>
    <D:grant>
    <D:privilege> <D:read/> </D:privilege>
    </D:grant>
    </D:ace>
    </D:acl>
    but the BEA connector forwards this to BEA as:
    -- snip---
    ACL /dav/testuser/foo2 HTTP/1.1
    Host: localhost:80
    Depth: Infinity
    Content-Length: 690
    Content-type: text/xml; charset="utf-8"
    Connection: Keep-Alive
    WL-Proxy-SSL: false
    WL-PATH-TRIM: /
    WL-Proxy-Client-IP: 127.0.0.1
    Proxy-Client-IP: 127.0.0.1
    X-Forwarded-For: 127.0.0.1
    X-WebLogic-Force-JVMID: unset
    ... which of course times out since the body is not sent but CL is (correctly) specified.
    We have to ship our product with a separate apache module which changes all methods to a POST, then stuffs the real method in a header. Then in our special servlet that we ship just for BEA, we extract the real method from the header and use it instead of the POST in the ServletRequest.
    Can someone with karma at BEA file this bug? Other methods with bodies that I suspect will probably fail include OPTIONS, PROPPATCH, & PROPFIND. I also verified that arbitrary (ie non-RFC'd) http methods will fail to transmit a body as well.
    Our last customer who used our application with BEA was supposed to open a bug about this via standard support means but I don't have any record of it ever being done.
    Thanks,
    Keith

  • Mod_wl.so apache bridge ErrorPage setup

    Hi
    I am using a WebLogic 5.1 server with apache 1.3.14 in front running on a
    solaris machine. Now i want to set the ErrorPage when the weblogic bridge
    fails. I checked in the documentation
    http://www.weblogic.com/docs51/admindocs/apache_bridge.html that it should
    be done with a ErrorPage entry in the http.conf file. I tried this, but it
    redirects to a white page and nothing happends in the client.
    It seems like the web browser receives a 302, but is redirected to a unknown
    page.
    Here is a snipp from my apache conf file:
    <------------------------------------------------
    LoadModule weblogic_module libexec/mod_wl.so
    AddModule mod_weblogic.c
    # Set the default to weblogic
    <Location />
    SetHandler weblogic-handler
    ErrorPage http://java.sun.com
    </Location>
    # Let all the static content be handled by apache
    <Location ~
    "\.(mp3|gif|jpeg|jpg|png|css|js|html|htm|swf|wav|wbmp|ota|otb|wml)$">
    SetHandler default-handler
    </Location>
    # Configure where weblogic is running
    <IfModule mod_weblogic.c>
    WebLogicHost localhost
    WebLogicPort 7002
    DebugConfigInfo OFF
    </IfModule>
    ----------------------------------------------->
    Can anyone help me ?
    Thanks in advance.
    Regards
    -Ståle Tomten

    Hi
    This bug was fixed when i upgraded mod_wl.so to service pack 12.
    This works fine now.
    regards
    -Ståle
    "Ståle Tomten" <[email protected]> wrote in message
    news:[email protected]..
    Hi
    I am using a WebLogic 5.1 server with apache 1.3.14 in front running on a
    solaris machine. Now i want to set the ErrorPage when the weblogic bridge
    fails. I checked in the documentation
    http://www.weblogic.com/docs51/admindocs/apache_bridge.html that it should
    be done with a ErrorPage entry in the http.conf file. I tried this, but it
    redirects to a white page and nothing happends in the client.
    It seems like the web browser receives a 302, but is redirected to aunknown
    page.
    Here is a snipp from my apache conf file:
    <------------------------------------------------
    LoadModule weblogic_module libexec/mod_wl.so
    AddModule mod_weblogic.c
    # Set the default to weblogic
    <Location />
    SetHandler weblogic-handler
    ErrorPage http://java.sun.com
    </Location>
    # Let all the static content be handled by apache
    <Location ~
    "\.(mp3|gif|jpeg|jpg|png|css|js|html|htm|swf|wav|wbmp|ota|otb|wml)$">
    SetHandler default-handler
    </Location>
    # Configure where weblogic is running
    <IfModule mod_weblogic.c>
    WebLogicHost localhost
    WebLogicPort 7002
    DebugConfigInfo OFF
    </IfModule>
    ----------------------------------------------->
    Can anyone help me ?
    Thanks in advance.
    Regards
    -Ståle Tomten

  • Weblogic-apache bridge

    Folks,
    I read in the instructions for installing the weblogic-apache plugin
    where you can use the plug-in so apache can serve the static pages and
    the servlets and ejbs are routed to the weblogic server. Can we use a
    configuration where just the ejb's are mapped to the weblogic server and
    the html, jsp's and servlets are served by the apache server? It seems
    logical that the ejb's could be located by finding the JNDI compliant
    server, and the rest served by apache. Are there any folks out there
    using an architecture where weblogic is used only for ejbs and the rest
    is served by apache? Or are there specific restrictions on what gets
    served where using apache and weblogic? Thanks for listening,
    Dan McGowan
    Millennia Vision Corporation
    [email protected]
    509.585.1379
    pager: 877.460.9073
    cell: 509.544.8184
    [dmcgowan.vcf]

    The problem in using the JSPs and servlets on the servlet engine
    of the web server is, they can not use clustering/faliover facilities
    that come with WebLogic server.
    -Selvan Rajan
    Michael Girdley wrote:
    Yes, a minority of customers use another servlet engine/JSP engine in front
    of Weblogic. Then, they rely upon EJB's that reside in WLS possibly on
    another machine.
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    "Dan McGowan" <[email protected]> wrote in message
    news:[email protected]..
    Folks,
    I read in the instructions for installing the weblogic-apache plugin
    where you can use the plug-in so apache can serve the static pages and
    the servlets and ejbs are routed to the weblogic server. Can we use a
    configuration where just the ejb's are mapped to the weblogic server and
    the html, jsp's and servlets are served by the apache server? It seems
    logical that the ejb's could be located by finding the JNDI compliant
    server, and the rest served by apache. Are there any folks out there
    using an architecture where weblogic is used only for ejbs and the rest
    is served by apache? Or are there specific restrictions on what gets
    served where using apache and weblogic? Thanks for listening,
    Dan McGowan
    Millennia Vision Corporation
    [email protected]
    509.585.1379
    pager: 877.460.9073
    cell: 509.544.8184

  • Apache bridge & Basic Auth does not work

     

    The WebLogic newsgroups are not the appropriate place to file product defect
    reports.
    I suggest that you file a bug report with our support organization. Be sure
    to include a complete test case. They will also need information from
    you -- please review our external support procedures:
    http://www.beasys.com/support/index.html
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    Jaroslav Mechacek <[email protected]> wrote in message
    news:[email protected]..
    >
    I tried mod_wl with apache 1.3.12 ( mod_ssl / openssl ) ,
    but the basic auth does not work.
    When apache starts it complains that mod_lw uses plain apache api
    Tue May 16 17:29:54 2000] [warn] Loaded DSO libexec/mod_wl.so uses plain
    Apache 1.3 API, this module might crash under EAPI! (please recompile it
    with -DEAPI)
    When I request protected page, apache returns both
    HTTP/1.1 200 OK , HTTP/1.1 401 Unauthorized
    what apache / ssl configurations are known to work ?
    Escape character is '^]'.
    GET /file/index.html HTTP1.0
    HTTP/1.1 200 OK
    Date: Tue, 16 May 2000 14:47:01 GMT
    Server: Apache/1.3.12 (Unix) mod_ssl/2.6.4 OpenSSL/0.9.5a
    HTTP/1.1 401 Unauthorized xxx:
    www-authenticate: Basic realm="WebLogic Server"
    content-length: 23
    content-type: text/html
    connection: Close
    No credentials supplied

  • Problems whith Apache bridge

    I Try to install module weblogic in httpd.conf of apache .
    I got this modules whith weblogic service pack 6 .
    The problem is that libraries doesn't run ok cause this :
    "Added DSO modules /mod_wl.so uses plain Apache 1.3 API ,this module
    might crash under EAPI ! (please recompile it with -DEAPI)
    Have i to install another version of bridge or my apache doesn't work
    with this ?.
    Please help.
    thanks

    I Try to install module weblogic in httpd.conf of apache .
    I got this modules whith weblogic service pack 6 .
    The problem is that libraries doesn't run ok cause this :
    "Added DSO modules /mod_wl.so uses plain Apache 1.3 API ,this module
    might crash under EAPI ! (please recompile it with -DEAPI)
    Have i to install another version of bridge or my apache doesn't work
    with this ?.
    Please help.
    thanks

  • How to configure bea apache plugin to forward request from apache to bea se

    Hi,
    I have an apache server and a bea weblogic application server. For security reasons, I wold like to configure a bea plugin on the apache server to redirect the client http/https requests from the apache2 server to bea application server.
    I have gone through the bea documentation and configure my apache2 httpd.conf as follows
    LoadModule weblogic_module modules/mod_wl_20.so
    <IfModule mod_weblogic.c>
    WebLogicHost myweblogic.server.com
    WebLogicPort 7001
    MatchExpression *.jsp
    </IfModule>
    <Location /weblogic>
    WebLogicHost myweblogic.server.com
    WebLogicPort 7001
    SetHandler weblogic-handler
    PathTrim /weblogic
    </Location>
    Then Restarted the apache2 and tryied to acces bea application through http://myweblogic.server.com/weblogic/
    and http://myweblogic.server.com/something.jsp
    It did not work
    httpd is started propery.
    Any help would be highly apreciated
    Many Thanks
    Ushas Symon

    I have no experience with nginx and varnish and asking configuration problems regarding these products is perhaps beyond the scope of this forum.
    While configuring varnish, we are getting issues and unable to connect server from my browser if I change port 80.
    You did not describe the issues, but it is possible and very common that your IP Firewall is blocking access to ports other than 80 and 22. For testing, you can simply turn it off. If you do not know how, please post your OS distribution version first, as it all depends.

Maybe you are looking for

  • How to set SMS editor languange permanently ?

    Hi, I use Nokia E52. Since some time I cannot write SMS messages, because strange letters appear in SMS editor. Options -> Text language show me that Cestina language ist set. This is the first from the choice. When I set any other language like Engl

  • Pages document is too old to open???

    I bought a new Macbook Air and loaded Pages 5.01 which i think is latest version (sometimes called 09 (????) ). When I attempt to open a Pages document created in an older version of Pages I get an error message saying that the document can't be open

  • How can i put view All in bottom of the grid view?

    Hi All, I have created a sharepoint document library and uploaded documents to that library. After that i have bind that documents to gridview, now i want put view All in the bottom of the documents. View All---> if i click this, it will navigate to

  • Search Help - Restricting entries in standard search helps

    Hi, is there any way to restrict entries in an SAP supplied search help?  The search help in question is 'SSH_T007A', this search help also has a user exit 'F4_TAXCODE_USER_EXIT'.  I'm not sure if the user exit is of any use or how to use it.  Ideall

  • How do you add subtitles/text to a video?

    How do you add subtitles/text to a video? Is it even possible? I'm working on a video with interviews and I want to write what they are saying underneath.