Jump to content

Apache Web Server meeda Work sesinollu ..


Recommended Posts

Posted

[quote author=Little Star link=topic=226237.msg2798769#msg2798769 date=1313802031]
queen ekkada  H&T@ H&T@ H&T@
[/quote]

a songa karchukovdam endoooo  sFun_duh sFun_duh sFun_duh

  • Replies 32
  • Created
  • Last Reply

Top Posters In This Topic

  • PMREDDY19

    13

  • K.A.Paul

    4

  • littlestar

    3

  • CaliStar

    3

Top Posters In This Topic

Posted

[quote author=Little Star link=topic=226237.msg2798759#msg2798759 date=1313801879]
load balancer vaadtshunnara...leka webserver ne proxying ki vaadthunnaraaaa....
nuvvu gtalk ki vacheyyi..mana wells hrrtpd.conf pampistha  @3$% @3$%
[/quote]


Inka kompaki poley..

Train tation lo waiting roommate kosam..

Vaallu raaganey kompaki poyi apppudu kummedaam..

Wells lo IIS sachindi kaani maaaku apache tagalley yekkada..


Ikkada kuda valla maadiriga docs unnayi kaani..

Runbooks sariga saavaledhu paatHa apps ki..

Adhi naa saavuki vachi refresh maa xhethilo padddayi...

Posted

Steps To Configure WLS  Plug-in in  Apache Web Server
                                                                              -NavaneethaKrishnan
 Install Apache Web-Server.
 Install WLS with the Plugin Option enabled.This option installs WLS with all the plugins files required for supported web-servers.
 Refer BEA_HOME\weblogic92\server\plugin for plugin files.         
 Navigate to appropriate OS and copy the Apache plug-in files.
 Plug-in file for Apache Server is mod_wl_20.so.
 Paste the .so file in Apache Server’s modules folder(APACHEHOME\Apache2\modules).



 The next is to edit the httpd.conf file of Apache and make entry for WLS plug-in (APACHEHOME \Apache2\conf).




 The entries that should be made in httpd.conf file are:
(1)A LoadModule entry in Loadmodule specification.
LoadModule weblogic_module modules/mod_wl_20.so.


(2) <if-module> specification in module configuration for cluster    environment.
  <IfModule mod_weblogic.c>
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005
    MatchExpression /*
</IfModule>
<Location /weblogic>
    WebLogicCluster 127.0.0.1:7003,127.0.0.1:7005
    Debug ALL
    PathTrim /weblogic
</Location>

127.0.0.1:7003,127.0.0.1:7005 is the cluster addresses to which the apache server redirects the request. The application is deployed on this cluster.


(3) <if-module> specification in module configuration for single server.
        <IfModule mod_weblogic.c>
    WebLogicHost 127.0.0.1
  WebLogicport 7001
    MatchExpression /*
</IfModule>
<Location /weblogic>
    WebLogicHost 127.0.0.1
  WebLogicport 7001
  Debug ALL
  PathTrim /weblogic
</Location
 After completing these specification start the Apache server.
 Start the WLS admin server and all managed servers participating in the cluster.
 Open the browser and type the request URL to the application deployed in the cluster.
For eg: [url=http://localhost/CR]http://localhost/CR[/url]
Where CR is the context root of the deployed application
F@!n

×
×
  • Create New...