Apache plug-in for 2.0.48

Hi Friends,
I have downloaded the apache webserver 2.0.48 and trying to use it as weblogic
proxy in weblogic 7.0 using the DSO mod_wl_20.so. When I try to start the http
server it says "Apache.exe: module "mod_weblogic.c" is not compatible with this
version of Apache (found 20020612, need 20020903). Please contact the vendor for
the correct version."
I would appreciate if anyone can help me out to solve this problem.
Thanks in Advance.

Hi,
I got the same message by useing the modules under $WL_HOME/weblogic81/server/lib/*.so.
And I found another mod_wl_20.so under $WL_HOME/weblogic81/server/bin/ . And it
works. I don't know why but just let you know. I am not sure about weblogic7.0.
- Jo
"Vinay Kumar Barnwal" <[email protected]> wrote:
>
Hi Friends,
I have downloaded the apache webserver 2.0.48 and trying to use it as
weblogic
proxy in weblogic 7.0 using the DSO mod_wl_20.so. When I try to start
the http
server it says "Apache.exe: module "mod_weblogic.c" is not compatible
with this
version of Apache (found 20020612, need 20020903). Please contact the
vendor for
the correct version."
I would appreciate if anyone can help me out to solve this problem.
Thanks in Advance.

Similar Messages

  • Help about W2K Apache plug-in for WLS

    Hi,everybody.
    I want to use the W2K apache http server for redirect the dynamic request to
    WLS. But i don't have the corresponding plug-in. Who can help me? or Who can
    give me some hint about this?
    Thanks in advance.
    BR
    Steven Zhao

    Hi Steven,
    as far as I know there is no Apache Plugin for Windows Platform. Your
    choice is either Unix->Apache or Windows->IIS. I think there is a
    Netscape Plugin as well, but I don't know for which platforms.
    Daniel
    -----Original Message-----
    From: Steven Zhao [mailto:[email protected]]
    Posted At: Friday, October 20, 2000 6:02 AM
    Posted To: management
    Conversation: Help about W2K Apache plug-in for WLS
    Subject: Help about W2K Apache plug-in for WLS
    Hi,everybody.
    I want to use the W2K apache http server for redirect the dynamic
    request to
    WLS. But i don't have the corresponding plug-in. Who can help me? or Who
    can
    give me some hint about this?
    Thanks in advance.
    BR
    Steven Zhao

  • Compile Apache plug-in for WL7.1 SP4

    Hi all,
    Several advisories of Apache have been published. We would like to acquire the latest Apache version. According to the information of BEA. Apache plug-in of WL71SP4 is only provided for Apache 2.0.42-2.0.49. As a result, a new plug-in is needed: we would like to compile one.
    We only have compiled Apache plug-in (with WL71SP4). We cannot find the source in WL71SP4.
    Does anyone know how can I compile a Apache plug-in for the latest Apache version? Preferably, we would like to use APXS for the compilation.
    Does anyone know if we can use the existing plug-in in latest Apache version? We have encountered problems before -- the plug-in refuses to start and complains about incorrect magic string of the Apache version.
    Thank you very much.
    Regards.

    I'm using the mod_wl_ssl.so for Apache on Linux from service pack 5. I
              understand that the communication from Apache to WLS will be via http...
              that's not the issue.
              I think what would solve the issue would be if someone from BEA could post
              an httpd.conf file that was configured correctly to use the ssl proxy for
              Apach on Linux. Also, I can't seem to get clarification if openssl is or is
              not supported.
              Can you post a correctly configured httpd.conf file that was used in testing
              the ssl proxy as well as confirm whether or not openssl is supported???
              Steve...
              Vinod Mehra wrote:
              > Also note that currently we do not support https between the plugins and
              >
              > WebLogic. https requests will be degraded to http. So the WebLogicPort
              > parameter in the plugins should point to the http port of WebLogic.
              >
              > https between plug-ins and WebLogic will be available in near future.
              >
              > --Vinod.
              >
              > Vinod Mehra wrote:
              >
              > > > Are there any known issues with the Apache SSL proxy???
              > >
              > > No
              > >
              > > > I've setup the ssl
              > > > proxy but can't access any WL content via https... http works ok
              > > > though. Also,
              > > > does BEA support openssl or just Stronghold and Raven???
              > >
              > > Yes. Try using mod_wl_ssl.so from 510 SP4 or later.
              > >
              > > --Vinod.
              

  • Error NO_RESOURCES when using Apache Plug-in for Weblogic

    Hi all,
    LoadModule weblogic_module modules/mod_wl.so
       OS.....: OEL 6.3 64 bits
       Weblogic Server: 12.1.0.2 (192.168.0.123)
       Apache: Apache/2.2.15 (Unix) (192.168.0.149)
       I am trying to configure the Apache Plug-in to forward the requests to the Weblogic Server. I already did all the configuration, but when i try to access a page, i get the following error in Apache's error.log:
    [Wed Dec 03 18:25:42 2014] [error] [client 192.168.0.149] <649114176419322> weblogic: *******Exception type [NO_RESOURCES] (apr_socket_connect call failed with error=13, host=192.168.0.123, port=7006 ) raised at line 1682 of URL.cpp
    [Wed Dec 03 18:25:42 2014] [error] [client 192.168.0.149] weblogic: Trying GET /benefits/ at backend host '192.168.0.123/7006; got exception 'NO_RESOURCES: [os error=13,  line 1682 of URL.cpp]: apr_socket_connect call failed with error=13, host=192.168.0.123, port=7006 '
    [Wed Dec 03 18:25:44 2014] [error] [client 192.168.0.149] <649114176419322> weblogic: request [/benefits/] did NOT process successfully..................
       My httpd.conf if configured as follows:
    Listen 8080
    LoadModule weblogic_module modules/mod_wl.so
    <IfModule mod_weblogic.c>
       WeblogicHost 192.168.0.123
       WeblogicPort 7006
    </IfModule>
    <Location /benefits>
       SetHandler weblogic-handler
    </Location>
    When i try to access the app deployed in Weblogic with the following address: "http://192.168.0.149:8080/benefits/" , i get the error mentioned above and the following error is displayed in my browser:
       Failure of Web Server bridge:
       No backend server available for connection: timed out after 10 seconds or idempotent set to OFF or method not idempotent.
    What am i doing wrong?
    Thanks in advance.

    Hi all,
    I had some progress... i disabled the firewall (SELinux) on the Apache server. Before, i had just disabled the firewall from the Weblogic Server. Now, when i access the apache server, it redirects (sometimes, actually) the request to my Weblogic Cluster. Let's say that 50% of the time it works and the other 50% i get the error informed previously.
       I am using the apache user and the ulimit of this user is:
          [apache@vm-apache conf]$ ulimit -a
    core file size          (blocks, -c) 0
    data seg size           (kbytes, -d) unlimited
    scheduling priority             (-e) 0
    file size               (blocks, -f) unlimited
    pending signals                 (-i) 15915
    max locked memory       (kbytes, -l) 64
    max memory size         (kbytes, -m) unlimited
    open files                      (-n) 1024
    pipe size            (512 bytes, -p) 8
    POSIX message queues     (bytes, -q) 819200
    real-time priority              (-r) 0
    stack size              (kbytes, -s) 8192
    cpu time               (seconds, -t) unlimited
    max user processes              (-u) 1024
    virtual memory          (kbytes, -v) unlimited
    file locks                      (-x) unlimited
       From the Apache server (192.168.0.149), when i execute the "culr" command, i get the following message:
          [apache@vm-apache conf]$ curl http://192.168.0.123:7006/benefits
          <html><head><title>302 Moved Temporarily</title></head>
          <body bgcolor="#FFFFFF">
          <p>This document you requested has moved temporarily.</p>
          <p>It's now at <a href="http://192.168.0.123:7006/benefits/">http://192.168.0.123:7006/benefits/</a>.</p>
          </body></html>
       The message above represents a OK situation or a problematic one?
       Below you can see the last few lines of my Error Log and Access Log:
       ### error log ###
    [Thu Dec 18 20:54:16 2014] [error] [client 192.168.0.123] <340514189468553> weblogic: parseJVMID: could not resolve hostname '-1062731653'. Returning NULL from parseJVMID 
    [Thu Dec 18 20:54:16 2014] [error] [client 192.168.0.123] <340314189468563> weblogic: parseJVMID: could not resolve hostname '-1062731653'. Returning NULL from parseJVMID
    [Thu Dec 18 20:54:17 2014] [error] [client 192.168.0.123] File does not exist: /var/www/html/favicon.ico
    [Thu Dec 18 20:54:17 2014] [error] [client 192.168.0.123] File does not exist: /var/www/html/favicon.ico
    [Thu Dec 18 20:54:21 2014] [error] [client 192.168.0.123] <340114189468603> weblogic: parseJVMID: could not resolve hostname '-1062731653'. Returning NULL from parseJVMID, referer: http://192.168.0.149:8080/benefits/
    [Thu Dec 18 20:54:44 2014] [error] [client 192.168.0.149] <339814189468792> weblogic: parseJVMID: could not resolve hostname '-1062731653'. Returning NULL from parseJVMID
    [Thu Dec 18 20:54:44 2014] [error] [client 192.168.0.149] <339814189468792> weblogic: initJVMID: parseClusterServerList failure
    [Thu Dec 18 20:54:45 2014] [error] [client 192.168.0.123] <339914189468844> weblogic: parseJVMID: could not resolve hostname '-1062731653'. Returning NULL from parseJVMID, referer: http://192.168.0.149:8080/benefits/servlet
    [Thu Dec 18 20:54:45 2014] [error] [client 192.168.0.123] <339914189468844> weblogic: initJVMID: parseClusterServerList failure, referer: http://192.168.0.149:8080/benefits/servlet
    [Thu Dec 18 20:54:56 2014] [error] [client 192.168.0.149] <339814189468792> weblogic: request [/benefits/welcome.html] did NOT process successfully..................
    [Thu Dec 18 20:54:57 2014] [error] [client 192.168.0.123] <339914189468844> weblogic: request [/benefits/welcome.html] did NOT process successfully.................., referer:http://192.168.0.149:8080/benefits/servlet
       ### access log ###
    192.168.0.123 - - [18/Dec/2014:20:54:15 -0300] "GET /benefits HTTP/1.1" 302 267 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120605 Firefox/10.0.5" 
    192.168.0.123 - - [18/Dec/2014:20:54:16 -0300] "GET /benefits/ HTTP/1.1" 200 5832 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120605 Firefox/10.0.5"
    192.168.0.123 - - [18/Dec/2014:20:54:17 -0300] "GET /favicon.ico HTTP/1.1" 404 290 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120605 Firefox/10.0.5"
    192.168.0.123 - - [18/Dec/2014:20:54:17 -0300] "GET /favicon.ico HTTP/1.1" 404 290 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120605 Firefox/10.0.5"
    192.168.0.123 - - [18/Dec/2014:20:54:20 -0300] "POST /benefits/servlet HTTP/1.1" 200 492 "http://192.168.0.149:8080/benefits/" "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120605 Firefox/10.0.5"
    192.168.0.149 - - [18/Dec/2014:20:54:39 -0300] "GET /benefits/welcome.html HTTP/1.1" 503 250 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120605 Firefox/10.0.5"
    192.168.0.123 - - [18/Dec/2014:20:54:44 -0300] "GET /benefits/welcome.html HTTP/1.1" 503 250 "http://192.168.0.149:8080/benefits/servlet" "Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120605 Firefox/10.0.5"
    Is there any additional or recommended configuration for this solution to work properly?
    Thanks again for the attention and pacience.

  • Problem with apache plug-in for  WLS 7.0

    I have installed the plug-in follow the "Installing an Configurating the Apache
    HTTP Server Plug-in" that I have found in bea.
    The problem is in the third step of "Installing as a Dinamic Shared Object". The
    Apache 2.0.39 hasn´t the program apxs, and I have added the lines in the httpd.conf
    and copy mod_wl.so in libexec folder. When I test apache server give a problem:
    Invalid Commmand 'AddModule'

    Hi SivaKumar,
    Yes I am using SP13 and I went through the note you referred.
    I am still confused, because my problem is not exactly reflecting in the note.
    I have no applications assgined to my DC as such.
    I am just trying to test this - that if I change the language parameter and set the condition which is false, that change should not reflect on the client.
    What do you think I can do about it?
    Ankur

  • Apache plug-in for weblogic server under linux

    Ladies and gents,
              Having problems getting the plug-in working..............
              System components:
              RedHat linux 6.1
              BEA Weblogic server 5.1
              Apache web server 1.3.19 (WLS supports the plug-in)
              I have enabled DSO support and verified this using
              {APACHEHOME}/bin/httpd -l which lists mod_so.c as one of its
              components
              I have installed and activated the plug-in using apxs
              To verify that the plug-in was installed I did this:
              %grep weblogic {APACHEHOME}/conf/httpd.conf
              which returns
              LoadModule weblogic_module libexec/mod_wl.so
              BUT NOT:
              AddModule mod_weblogic.c
              I have checked {APACHEHOME}/src/modules/standard and that does not
              contain the file. Please could someone mail me the source file
              "mod_weblogic.c" or enlighten me as to why this not happening.
              Many thanks in advance,
              Kevin
              

    Ladies and gents,
              Having problems getting the plug-in working..............
              System components:
              RedHat linux 6.1
              BEA Weblogic server 5.1
              Apache web server 1.3.19 (WLS supports the plug-in)
              I have enabled DSO support and verified this using
              {APACHEHOME}/bin/httpd -l which lists mod_so.c as one of its
              components
              I have installed and activated the plug-in using apxs
              To verify that the plug-in was installed I did this:
              %grep weblogic {APACHEHOME}/conf/httpd.conf
              which returns
              LoadModule weblogic_module libexec/mod_wl.so
              BUT NOT:
              AddModule mod_weblogic.c
              I have checked {APACHEHOME}/src/modules/standard and that does not
              contain the file. Please could someone mail me the source file
              "mod_weblogic.c" or enlighten me as to why this not happening.
              Many thanks in advance,
              Kevin
              

  • Where is the Apache plug-in for windows?

    The documentation for WebLogic 7 states that there is a plugin for windows version of Apache 2. It is not in my distribution and can't find it on BEA web site. Anyone know where I can get hold of this?

    If you have a 64 bit version of windows, there is no more TWAIN in PSE 13, only in the 32-bit version and the mac version.

  • Can not download Apache plug-in for windows platform

              Can any one get to this URL?? i have been trying for 2 days and it just doesnt
              work
              http://dev2dev.bea.com/managed_content/direct/apache2.0/apache2.0.zip
              Regards,
              Ako
              

              Can any one get to this URL?? i have been trying for 2 days and it just doesnt
              work
              http://dev2dev.bea.com/managed_content/direct/apache2.0/apache2.0.zip
              Regards,
              Ako
              

  • Status of Apache/WLS plug-in for OSes other than Solaris

    The subject pretty much says it all. What (if there is one) is the status of
    plug-in development for the Apache Web Server running on operating systems
    other then Solaris?
    Also, version 2.0 of Apache's Web Server is in alpha now, so is support
    planned for the newer 2.0 too?
    Thanks,
    Mike

    Thanks guys (Michael and Mark) for the update.
    Any word on a plug-in for NT? :)
    "Michael Girdley" <[email protected]> wrote in message
    news:8gkpk1$kd0$[email protected]..
    >
    >
    The Apache plug-in for Linux is currently in the process of completing
    certification. It should be available very soon.
    Thanks,
    Michael
    Michael Girdley
    Product Manager, WebLogic Server & Express
    BEA Systems Inc
    Mark Griffith <[email protected]> wrote in message
    news:[email protected]..
    We have finished one for linux.
    Will see if I can get someone to answer.
    cheers
    mbg
    In article <8gjs29$5nd$[email protected]>, [email protected]
    says...
    The subject pretty much says it all. What (if there is one) is thestatus of
    plug-in development for the Apache Web Server running on operatingsystems
    other then Solaris?
    Also, version 2.0 of Apache's Web Server is in alpha now, so is
    support
    planned for the newer 2.0 too?
    Thanks,
    Mike
    ==================================================
    NewsGroup Rant
    ==================================================
    Rant 1.
    The less info you provide about your problem means
    the less we can help you. Try to look at the
    problem from an external perspective and provide
    all the data necessary to put your problem in
    perspective.

  • Apache plug-in prob : when trying to access '/weblogic/' URL , "404 : file not found" error is shown

    On : Apache 2.0 , Weblogic 7.0, Win 2000
    I installed the Apache plug-in for as described in WL docs, but when I try to
    access a URL /weblogic/ ( supposed to be configured automatically ) on apache,
    I get '404 : file not found' error.
    As per the docs, I did following config in Apache:
    1. Copied the 'mod_wl_20.so' file found in WLHOME\server\bin directory to the
    APACHE_HOME\modules directory
    2. Added to httpd.conf :
    LoadModule weblogic_module modules/mod_wl_20.so
    3. Apache httpd.conf syntax correct : checked by running ' APACHE_HOME\bin\Apache
    -t '
    4. Restarted WL & Apache.
    Now, the weblogic documentation says,
    "Test the Apache plug-in by opening a browser and setting the URL to the Apache
    Server + "/weblogic/", which should bring up the default WebLogic Server HTML
    page, welcome file, or default servlet, as defined for the default Web Application
    on WebLogic Server. For example:
    http://myApacheserver.com/weblogic/".
    For my server, 'http://localhost/weblogic/' - I get a "404 : file not found" error.
    What other configuration is needed ? Do I have to specify '/weblogic/' name anywhere
    else in Apache configuration file ?
    Any pointers will be appreciated.
    Thanks,
    S

    Forgot to mention , I've also added following configuration in httpd.conf :
    LoadModule weblogic_module modules\mod_wl_20.so
    <IfModule mod_weblogic.c>
    WebLogicHost localhost
    WebLogicPort 7501
    </IfModule>
    <Location /weblogic>
    SetHandler weblogic-handler
    PathTrim /weblogic
    </Location>
    "S" <[email protected]> wrote:
    >
    On : Apache 2.0 , Weblogic 7.0, Win 2000
    I installed the Apache plug-in for as described in WL docs, but when
    I try to
    access a URL /weblogic/ ( supposed to be configured automatically ) on
    apache,
    I get '404 : file not found' error.
    As per the docs, I did following config in Apache:
    1. Copied the 'mod_wl_20.so' file found in WLHOME\server\bin directory
    to the
    APACHE_HOME\modules directory
    2. Added to httpd.conf :
    LoadModule weblogic_module modules/mod_wl_20.so
    3. Apache httpd.conf syntax correct : checked by running ' APACHE_HOME\bin\Apache
    -t '
    4. Restarted WL & Apache.
    Now, the weblogic documentation says,
    "Test the Apache plug-in by opening a browser and setting the URL to
    the Apache
    Server + "/weblogic/", which should bring up the default WebLogic Server
    HTML
    page, welcome file, or default servlet, as defined for the default Web
    Application
    on WebLogic Server. For example:
    http://myApacheserver.com/weblogic/".
    For my server, 'http://localhost/weblogic/' - I get a "404 : file not
    found" error.
    What other configuration is needed ? Do I have to specify '/weblogic/'
    name anywhere
    else in Apache configuration file ?
    Any pointers will be appreciated.
    Thanks,
    S

  • Weblogic 8.1 Apache Plug-In

    Where can I find the plug-in for WLS 8.1/Apache 2.0/Windows 2003?

    Hi Vishwas,
    Thank you for the reply. I forgot to mention that Apache and WebLogic are on Solaris 9 platform.
    Accesing a webapp hosted on WebLogic through Apache->plug-in->WebLogic return 500 internal server error, but other webapps hosted on the same WebLogic domain works properly. Looking at the Response Hdrs from WebLogic shows that WLS returns transfer-encoding=chunked. The other webapps which work properly has content-length set and transfer-encoding is not chunked.
    So, the question is does Apache Plug-in for weblogic 8.1 SP5 read the chunked data properly?
    Thanks,
    Janani

  • Welogic apache plug-in in HP-UX11i

    I am running Apache 1.3.19 on a HP-UX11.11 with Weblogic 6.1.
    I get this warning when starting apache:
    [Fri Jan 25 12:52:10 2002] [warn] Loaded DSO libexec/mod_wl.so uses
    plain Apache 1.3 API, this module might crash under EAPI! (please recompile
    it with -DEAPI)
    I get this whenever I try and access any *.jsp files:
    [Fri Apr 19 16:14:19 2002] [notice] child pid 1866 exit signal Segmentation faul
    t (11)
    [Fri Apr 19 16:14:19 2002] [notice] child pid 1862 exit signal Segmentation faul
    t (11)
    Does anyone have any suggestions?
    Thanks,
    sayeeram

    The Apache organization has informed us that they do not plan to support a
    production version of Apache on Windows NT until Apache version 2.0.
    Michael Girdley
    BEA Systems
    Learning WebLogic? http://learnweblogic.com
    "Cameron Purdy" <[email protected]> wrote in message
    news:[email protected]..
    I don't think that BEA supports Apache on NT. For that matter, I don't
    think Apache supports Apache on NT. If you don't mind my asking, have you
    considered running Apache on Linux or FreeBSD or Solaris/Sparc? IMHO Anyof
    those systems would be more stable, supported, and cost-effective than
    Apache on NT. (I would even prefer IIS on NT, but generally I suggest
    avoiding NT for production web site use.)
    Cameron Purdy
    Tangosol, Inc.
    http://www.tangosol.com
    +1.617.623.5782
    WebLogic Consulting Available
    "John Peng" <[email protected]> wrote in message
    news:3a760baa$[email protected]..
    Looking for Apache Plug-in for Window NT platform. If there is such
    beast
    please let me know.
    Thanks.

  • Apache Plug-in wont re-direct.

    I'm trying to use the apache plug-in to redirect traffic to my non-clusterd weblogic server but I can not get it to work. I'm trying to route everything to Weblogic. It loads the weblogic plugin but I never get re-routed. Any help is appreciated.
    Thanks,
    Tom.
    The pertinent information below:
    OS: Solaris 10
    Apache: 2.0.63
    Weblogic 9.2 MP3
    weblogic module copied to:
    /usr/apache2/libexec/mod_wl_20.so
    httpd.conf entries:
    # load the weblogic module
    LoadModule weblogic_module libexec/mod_wl_20.so
    #weblogic settings
    <IfModule mod_weblogic.c>
    WebLogicHost myserver.lc.ca.gov
    WebLogicPort 9001
    MatchExpression /*
    Debug ON
    WLLogFile /tmp/global_proxy.log
    WLTempDir /tmp
    DebugConfigInfo ON
    </IfModule>
    Error.log output:
    [Tue Nov 18 11:05:19 2008] [info] mod_unique_id: using ip addr 165.107.72.112
    [Tue Nov 18 11:05:20 2008] [info] mod_unique_id: using ip addr 165.107.72.112
    [Tue Nov 18 11:05:21 2008] [notice] BEA plugin build date/time: Dec 5 2007 15:1
    2:41. Change Number: 1014998
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: init_mod: mpm doesn't support th
    reads.
    [Tue Nov 18 11:05:21 2008] [notice] Digest: generating secret for digest authent
    ication ...
    [Tue Nov 18 11:05:21 2008] [notice] Digest: done
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: init_child: isThreaded = -1
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: Testing Debug=ON LogFile=/var/ap
    ache2/logs/global_proxy.log TempDir=/tmp
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: created global log context in ch
    ild
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: init_child: isThreaded = -1
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: Testing Debug=ON LogFile=/var/ap
    ache2/logs/global_proxy.log TempDir=/tmp
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: created global log context in ch
    ild
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: init_child: isThreaded = -1
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: Testing Debug=ON LogFile=/var/ap
    ache2/logs/global_proxy.log TempDir=/tmp
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: created global log context in ch
    ild
    [Tue Nov 18 11:05:21 2008] [notice] Apache/2.0.63 (Unix) DAV/2 configured -- res
    uming normal operations
    [Tue Nov 18 11:05:21 2008] [info] Server built: Feb 10 2008 04:45:11
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: init_child: isThreaded = -1
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: Testing Debug=ON LogFile=/var/ap
    ache2/logs/global_proxy.log TempDir=/tmp
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: created global log context in ch
    ild
    [Tue Nov 18 11:05:21 2008] [info] mod_weblogic: init_child: isThreaded = -1

    OK, I chmod 777 to the mod_wl_20.so.
    I also changed the httpd.config to:
    &lt;IfModule mod_weblogic.c&gt;
    WebLogicHost lwpvcma1.lc.ca.gov
    WebLogicPort 9001
    WLLocalIP "my local ip - removed for security"
    Debug ON
    WLLogFile /var/apache2/logs/global_proxy.log
    WLTempDir /tmp
    DebugConfigInfo ON
    &lt;/IfModule&gt;
    &lt;Location /ShoppingCart&gt;
    SetHandler weblogic-handler
    PathTrim /ShoppingCart
    &lt;/Location&gt;
    But I still get the same result. The apache server and weblogic server are running on the same machine - not sure if that makes a difference.
    Here is what apache Server-info displays:
    Module Name: mod_weblogic.c
    Content handlers: yes
    Configuration Phase Participation: Create Directory Config, Merge Directory Configs, Create Server Config, Merge Server Configs
    Request Phase Participation: Fixups
    Module Directives:
    CookieName - Defines CookieName
    WLCookieName - Defines WLCookieName
    WebLogicCluster - Defines a list of WebLogic Clusters
    WebLogicHost - Defines a WebLogic Host
    WebLogicPort - Defines a WebLogic Port
    PathTrim - Defines PathTrim
    PathPrepend - Defines PathPrepend
    HungServerRecoverSecs - This parameter is used for recovery from hung servers min:default=10:300
    WLIOTimeoutSecs - Defines WLIOTimeoutSecs
    WLSocketTimeoutSecs - Defines WLSocketTimeoutSecs
    ConnectTimeoutSecs - Defines ConnectTimeoutSecs
    ConnectRetrySecs - Defines ConnectRetrySecs
    MaxPostSize - Defines MaxPostSize
    StatPath - Defines StatPath
    ErrorPage - Defines ErrorPage
    DebugConfigInfo - Whether to log the config info or not
    Idempotent - Whether to failover or not
    DynamicServerList - Whether to use dynamic server list or not
    MaxSkips - Defines MaxSkips
    MaxSkipTime - Defines MaxSkipTime
    SecureProxy - Whether SSL is required
    EnforceBasicConstraints - Whether basic constraints checking is enforced
    RequireSSLHostMatch - Whether SSL host match is required
    SSLHostMatchOID - Which OID to use for SSL host match
    TrustedCAFile - Where SSL trusted CA file is located
    FileCaching - Whether to failover or not
    MatchExpression - Regular expression for matching weblogic requests (e.g., "*.jsp")
    Debug - Log the debugging info or not
    DefaultFileName - Set the default filename
    DisableCookie2Server - Igore session info in the cookie
    KeepAliveEnabled - Turn on/off keep alive enable feature
    KeepAliveSecs - how long we keep the socket open
    WLDNSRefreshInterval - how frequent we do DNS lookup
    QueryFromRequest - should use r-&gt;args as query string
    WLForwardUriUnparsed - should use r-&gt;unparsed_uri instead of r-&gt;uri
    WLLocalIP - specify the local IP to bind
    WLTempDir - specify the location for wlproxy directory
    WLLogFile - specify the log file to be used
    WLProxySSL - whether to send WL-Proxy-SSL header or not
    WLCrossOverProxyEnabled - whether to allow cross over proxy
    WLExcludePathOrMimeType - requests to be excluded for proxying (e.g., "*.php")
    Current Configuration:
    WebLogicHost myhost.lc.ca.gov
    WebLogicPort 9001
    WLLocalIP "My Local IP Address"
    Debug ON
    WLLogFile /var/apache2/logs/global_proxy.log
    WLTempDir /tmp
    DebugConfigInfo ON
    *&lt;Location /ShoppingCart&gt;*
    PathTrim /ShoppingCart
    *&lt;/Location&gt;*

  • Apache Plug-In: PathPrepend doesn't work?

    Hello All,
    I've run into a problem at a customer site with the WLS 5.1 Apache Plug-In
    with Apache 1.3.12 on Solaris 6: the PathTrim parameter does not work.
    Could somebody look at my httpd.conf file and tell me what I'm doing wrong:
    <Location /weblogic>
    SetHandler weblogic-handler
    </Location>
    WebLogicHost ism-app
    WebLogicPort 7010
    PathTrim weblogic
    DebugConfigInfo ON
    That's as basic as it gets, but it doesn't work! The url
    /weblogic/index.html should get sent to wls as /index.html; instead, it's
    sent verbatim.
    I've tried the plug-in from service pack versions 3, 4, 6, and 8, and tried
    the PathPrepend parameter inside the Location tag as well as outside. I
    can't imagine that this does not work for any plug-in in any service pack;
    if this is a bug in all these service packs, we really need to take a
    serious look at QA.
    Vijay Garla
    Consultant, BEA Systems
    [httpd.conf]

    Hi,
    the "apex.widget.initPageItem" will not help you in your case, it's used to register callbacks for $s, $v, show, hide, ... if you have a more advanced item type. You can have a look at the "Star Rating" plug-in which implements several of these callbacks.
    For adding cascading LOV support, please have a look at our own select list implementation in /i/javascript/uncompressed/apex_widget_4_0.js
    Search for
    apex.widget.selectList = function(pSelector, pOptions) {to get a blue print implementation for all the steps you have to add to your widget to add cascading LOV support.
    If you need further help, please let me know.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • WLS 8.1 Apache Plug-in is changing HTTP status code 999 to 500

    I'm seeing the weblogic server 8.1 sp4 apache plug-in change the HTTP status code of 999 (set by the application) to 500 Internal Server Error. I'm seeing this with Apache 2.0.48 on aix and with Apache 2.0.58 on windows. I've tried the plug-in from 8.1 SP2, SP4 and SP6 with all yielding the same result. I've tried the SSL plug-in too - same result. I'm told by the maker of this application that they are not seeing this issue with the plug-in for SunOne/NES. What does BEA say about the Apache plug-in changing the http status code? Why is it doing this? Why doesn't the SunOne/NES plug-in do it? Can you provide a plug-in that does not do this?

    Try setting
    Debug ALL
    inside your IfModule. All proxy activity will be written to /tmp/wlproxy.log (on
    unixes). If no info appears in the log, Apache is not invoking the plug-in properly.
    HTH
    "Lukas" <[email protected]> wrote:
    >
    I am trying to set up Apache 2.0.49 proxy plug-in for my WLS 8.1 cluster
    (2 managed
    servers). I followed instructions at http://edocs.bea.com/wls/docs81/plugins/apache.html.
    My test web application runs on
    192.168.10.142:5001/public/testwebapp
    and
    192.168.10.142:6001/public/testwebapp
    I have tested my cluster using another instance on WLS and HttpClusterServlet
    and it works fine.
    I have added following section to my httpd.conf
    LoadModule weblogic_module modules/mod_wl_20.so
    <IfModule mod_weblogic.c>
    WebLogicCluster 192.168.10.142:6001,192.168.10.142:5001
    </IfModule>
    <Location /public/testwebapp>
    SetHandler weblogic-handler
    PathTrim /public/testwebapp
    ErrorPage http://myerrorpage1.mydomain.com
    </Location>
    I restarted my wls cluster and apache as well and when I specify http://192.168.10.142/public/testwebapp
    (apache web server) I receive Error 404--Not Found (even thou I have
    tested my
    http://192.168.10.142:5001/public/testwebapp and http://192.168.10.142:6001/public/testwebapp
    - they work correctly).
    There is nothing in apache’s error_log file.
    There is a record in access_log file reading:
    192.168.10.126 - - [08/Jun/2004:16:23:32 -0700] "GET /public/testwebapp
    HTTP/1.1"
    404 1214
    which gives me an impression that “proxy” – forwarding does not work.
    Where should I look for some errors?
    Thanks,
    Lukas

Maybe you are looking for

  • ACE - Problem with creation of selective BP Rule

    Hello Experts, I want to restrict the visibility of Accounts with ACE into CRM. The users should only have the right to see Accounts (Sold-to) with the same sales organization as himself. Therefore if implemented the Interface Method GET_ACTORS_FROM_

  • Output before po release

    Dear experts:                              Our PO execute the Release function of std SAP,but now we can't output for print before release.                      On the other hand,after the po has been released and outputed,we can't cancel it also...

  • Question regarding the latest NV317MH.114 VBIOS

    Does it matter what batch of 980 Gaming 4G card you have if I wanted to install this Vbios? Is it for all 980 4G cards out there? one Vbios for all? thanks.   

  • MP3 player code help.. slight tweaks

    http://www.clairmonthumphrey.com/Site/ The flash mp3 player I've done for this site is giving me a few problems... The code is attached but this is what happens though... ..In this line... sa.push(nodes.attributes.url); when it stays like that the so

  • No notification in Mac Mail

    I'm using Mac Mail on Mac OS X version 10.7.4. I can receive mail but I am not notified of this, e.g. no red circle appears on the mail stamp at the bottom of the screen, yet when I look in my inbox I have mail. I can't seem to find where I can fix t