You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Raimondo Vincenti <ra...@rvi.ch> on 2001/11/10 14:39:16 UTC

mod_jserv/8728: missing ApacheModuleJServ.dll

>Number:         8728
>Category:       mod_jserv
>Synopsis:       missing ApacheModuleJServ.dll
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    jserv
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          support
>Submitter-Id:   apache
>Arrival-Date:   Sat Nov 10 05:40:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     raimondo.vincenti@rvi.ch
>Release:        1.3.22 (Win32)
>Organization:
apache
>Environment:
Microsoft Windows 2000
>Description:
after installation of Apache 1.3.22 and Tomcat 4.0.1 (both running) i cannot find the modul ApacheModuleJServ.dll

from http://java.apache.org/jserv/install/howto.win32_install.html
....
....
Installing the web server module
The Apache web server communicates with the servlet engine using the Apache JServ module named ApacheModuleJServ.dll (found in the \bin\c directory of the distribution). This file must be copied under the \modules directory of your existing Apache installation.

After you have copied the file in the module directory, you should append the configuration template file \conf\httpd.conf to your existing Apache configuration file (usually httpd.conf). This template helps you configure the module and the web server.

The first thing to do is to uncomment the loadmodule directive to let Apache know about the new module

# Tell Apache on win32 to load the Apache JServ communication module
LoadModule jserv_module modules/ApacheModuleJServ.dll
After this, you should specify the servlet engine configuration file (usually jserv.properties) and the module log file with the directives

ApJServProperties <full path to ./conf/jserv.properties>
ApJServLogFile <full path to ./logs/jserv.module.log>
The log file will be created if not existing or logs will be appended to an existing file.
....
....

How can i get the ApacheModuleJServ.dll to integrate Jserv into the Apache Server ?

mfg raimondo.vincenti@rvi.ch
>How-To-Repeat:
Install Apache and Tomcat on a new Windows 2000 maschine
>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:
 [In order for any reply to be added to the PR database, you need]
 [to include <ap...@Apache.Org> in the Cc line and make sure the]
 [subject line starts with the report component and number, with ]
 [or without any 'Re:' prefixes (such as "general/1098:" or      ]
 ["Re: general/1098:").  If the subject doesn't match this       ]
 [pattern, your message will be misfiled and ignored.  The       ]
 ["apbugs" address is not added to the Cc line of messages from  ]
 [the database automatically because of the potential for mail   ]
 [loops.  If you do not include this Cc, your reply may be ig-   ]
 [nored unless you are responding to an explicit request from a  ]
 [developer.  Reply only with text; DO NOT SEND ATTACHMENTS!     ]