----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Rick wrote:
>
> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files. Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> hello all,
>
> i'm trying to run two completely separate installations of Apache/Apache JServ
> on a single machine, and am having problems getting the second one going.
>
> the "production" server is listening to port 80, with JServ on the default 8007
> port, working great.
>
> i'm trying to run the "development" server on port 8080 (which works), and JServ on
>something else (which doesn't). relevant conf, properties, and log file snippets:
>
> JServ.conf:
> # Default port that Apache JServ is listening to
> # Syntax: ApJServDefaultPort [number]
> # Default: protocol-dependant (for ajpv11 protocol this is "8007")
> ApJServDefaultPort 18007
>
> jserv.properties:
> # Set the port JServ will listen to.
> # Syntax: port=[1024,65535] (int)
> # Default: 8007
> port=18007
>
> from error_log (running on HP-UX 10.20; jserv running as a DSO):
> Apache/1.3.12 (Unix) ApacheJServ/1.1.1
>
> from mod_jserv.log (starting with the entries after "apachectl graceful"):
>
> [24/05/2000 14:20:22:776] (INFO) Wrapper: Shutting down JServ (PID=8364) (sig 15)
> [24/05/2000 14:20:22:776] (INFO) wrapper: Terminating JServ (PID=8364, VM PID=8365)
> [24/05/2000 14:20:22:776] (INFO) ajp12: sending shutdown signal
> [24/05/2000 14:20:22:777] (INFO) Apache Module was cleaned-up
> [24/05/2000 14:20:22:967] (INFO) Apache-JServ 2nd initialization starting JVM now:
>1 8048 1
> [24/05/2000 14:20:22:972] (INFO) wrapper classpath:
>/asig/apps/apache-test/libexec/ApacheJServ.jar:/usr/local/classes/jsdk.jar
> [24/05/2000 14:20:22:973] (INFO) wrapper: Java VM spawned (PID=9729, PPID=9728)
> [24/05/2000 14:20:45:795] (EMERGENCY) ajp12: can not connect to host 127.0.0.1:18007
> [24/05/2000 14:20:45:795] (EMERGENCY) ajp12: connection fail
> [24/05/2000 14:20:45:795] (ERROR) an error returned handling request via protocol
>"ajpv12"
> [24/05/2000 14:20:48:944] (EMERGENCY) ajp12: can not connect to host 127.0.0.1:18007
> [24/05/2000 14:20:48:945] (EMERGENCY) ajp12: connection fail
> [24/05/2000 14:20:48:945] (ERROR) an error returned handling request via protocol
>"ajpv12"
>
> any suggestions gratefully appreciated.
>
> thanks,
> rick
>
the 2nd JServ (port 18007) is not started.
give this JServ's error logs.
jluc
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]