You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by Graham Leggett <mi...@sharp.fm> on 1999/12/15 16:19:15 UTC

mod_jserv/5474: Allow option to spilt mod_jsrv and ApacheJServ.jar compilation

>Number:         5474
>Category:       mod_jserv
>Synopsis:       Allow option to spilt mod_jsrv and ApacheJServ.jar compilation
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    jserv
>State:          open
>Class:          change-request
>Submitter-Id:   apache
>Arrival-Date:   Wed Dec 15 07:20:01 PST 1999
>Last-Modified:
>Originator:     minfrin@sharp.fm
>Organization:
apache
>Release:        v1.3.9
>Environment:
[root@force ~]# uname -a
Linux force 2.2.12-20 #1 Mon Sep 27 10:40:35 EDT 1999 i686 unknown
>Description:
In some cases it's desirable to split the compilation and installation of
mod_jserv the Apache module, and ApacheJServ.jar the Java servlet engine.
This could be where Apache was running on one machine, and the servlet engine
was running on another different machine.

There does not seem to be a way to do this. An attempt to ./configure the
package on a machine without JDK fails, even if there is no desire to run
the servlet engine on that machine.
>How-To-Repeat:

>Fix:
Include the option to install either mod_jserv, or ApacheJServ.jar, or default
to both. Perhaps:

./configure --module-only
./configure --servlet-only

Or something along these lines. The --module-only option will not require JDK,
and the --servlet-only option will not require gcc.
>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!     ]