Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 40906 invoked by uid 500); 5 Aug 2002 18:27:06 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 40892 invoked from network); 5 Aug 2002 18:27:06 -0000 Received: from outgoing2.borland.com (HELO sv-mta2.inprise.com) (207.105.72.220) by daedalus.apache.org with SMTP; 5 Aug 2002 18:27:06 -0000 Received: from sm-msg1.sm.inprise.com (sm-msg1.sm.inprise.com [172.20.20.161]) by sv-mta2.inprise.com (iPlanet Messaging Server 5.1 (built May 7 2001)) with ESMTP id <0H0D00JJOV985F@sv-mta2.inprise.com> for users@httpd.apache.org; Mon, 05 Aug 2002 11:27:08 -0700 (PDT) Received: from borland.com (animal.sm.inprise.com [172.20.80.52]) by sm-msg.inprise.com (iPlanet Messaging Server 5.2 (built Feb 21 2002)) with ESMTP id <0H0D00HGYV9ALK@sm-msg.inprise.com> for users@httpd.apache.org; Mon, 05 Aug 2002 11:27:10 -0700 (PDT) Date: Mon, 05 Aug 2002 11:27:09 -0700 From: Andy Cutright Subject: Re: Weblogic-apache Plugin problem To: users@httpd.apache.org Message-id: <3D4EC37D.1000500@borland.com> MIME-version: 1.0 Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020508 Netscape6/6.2.3 References: <6AB0199A974A7C42BC52D74C0FBDBDC15CEF07@delmmsx01.sapient.com> X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N httpd -l lists the modules that are compiled in, not those that are dynmically linked. the error log doesn't indicate any problems loading your module. normally, you would see errors simply starting apache if there were significant problems loading a shared library. your apache is built properly to load dynamic modules. you can actually ask the server what is loaded .. see this page: http://httpd.apache.org/docs/mod/mod_info.html also, i'm _not sure_, but the error log seems to be saying that apache is expecting to find those files relative the system root, not relative to the apache doc root cheers, andy Gaurav Gupta (2001) wrote: > Hi friends, > > As per the error logs its trying to find the requested jsp files from > the document root of apache itself. > > [Mon Aug 5 22:13:26 2002] [notice] caught SIGTERM, shutting down > [Mon Aug 5 22:30:36 2002] [notice] Apache/1.3.9 (Unix) mod_perl/1.21 > configured -- resuming normal operations > [Mon Aug 5 22:30:46 2002] [error] [client 10.210.4.61] File does not > exist: /var/apache/htdocs/weblogic > [Mon Aug 5 22:31:41 2002] [error] [client 10.210.4.61] File does not > exist: /var/apache/htdocs/Home.jsp > [Mon Aug 5 22:33:50 2002] [error] [client 10.210.4.61] File does not > exist: /var/apache/htdocs/Home.jsp > > Probably the mod_wl.so is not getting loaded or activated properly. The > line in https.conf for it is: > > LoadModule weblogic_module /usr/apache/libexec/mod_wl.so > > I have checked up with httpd -l.The compiled modules shown are: > Compiled-in modules: > http_core.c > mod_so.c > > Does it mean that mod_wl.so is not getting compiled or loaded? -- "all you have is this actual nowness" -- Borland -- Enabling a new digital world where our customers have the freedom of choice to develop, deploy, and integrate applications across the enterprise and the Internet. http://www.borland.com This e-mail, and any attachments thereto, is intended only for use by the addressee(s) named herein and may contain legally privileged and/or confidential information. If you are not the intended recipient of this e-mail, you are hereby notified that any dissemination, distribution or copying of this e-mail, and any attachments thereto, is strictly prohibited. If you have received this e-mail in error, please immediately and permanently delete the original and any copy of any e-mail and any printout thereof. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org