> #1. What version of Apache JServ you are using

Apache-JServ-1.0b3

(CC="gcc" OPTIM="-O2" 
./configure --with-apache-install=/www/local/apache \
--with-perl=/usr/local/bin/perl --prefix=/www/local/jserv \
--with-jdk-home=/usr/java1.1 --with-jsdk=/usr/local/src/JSDK2.0)

also moved config files (and pointers) into /www/local/jserv/conf

> #2. What version of Apache you are using 

Apache 1.3.6 

(CC="gcc" OPTIM="-O2" ./configure --prefix=/www/local/apache \
--with-perl=perl5.004 \
--enable-module=rewrite --enable-shared=rewrite \
--enable-module=proxy   --enable-shared=proxy )
 
> #3. What OS and OS version you are using

Solaris 2.7 (aka Solaris 7)


> #4. An exact description of what is going wrong (pretend that we are not 
> there and we cannot see what you are doing). Include any useful log file 
> output as well.

I'm accessing the machine in question (hostname is jane-austen) via a
remote machine:

http://jane-austen:8090/jserv/  - this page works find

Problem 1:
----------
The browser just hangs when I try loading
ajpv11://jane-austen:8007

Connect: Host: jane-asuten:8090 contacted. Waiting for reply...
 
Problem 2:
----------
The browser just hangs when I try loading
http://jane-austen:8090/example/Hello
Connect: Host: jane-asuten:8090 contacted. Waiting for reply...

Nothing appears (after restarting apache, in the jserv.log file):
[25/03/1999 21:08:33:031] (INFO) Apache Module was cleaned-up

[25/03/1999 21:08:36:079] (INFO) wrapper classpath:
/usr/java1.1/lib/classes.zip:/www/local/Apache-JServ-1.0b3/src/java/Apache-JServ.jar:/usr/local/src/JSDK2.0/lib/jsdk.jar:/usr/local/src/JSDK2.0/lib/jsp.jar:/usr/local/oyster/lib

[25/03/1999 21:08:36:080] (INFO) wrapper: Java VM spawned
(PID=20052|PPID=20046)

[25/03/1999 21:08:36:131] (INFO) wrapper: watching processes
(PID=20046,PPID=19603,VM PID=20052)

...

> #5. Your Apache JServ configuration in Apache
(/www/local/apache/conf/httpd.conf:
Include /www/local/jserv/conf/jserv.conf)

/www/local/jserv/conf/jserv.conf:
---------------------------------
###############################################################################
#                     Apache JServ Configuration File
#
###############################################################################

oadModule jserv_module libexec/mod_jserv.so

ApJServManual off

ApJServProperties /www/local/jserv/conf/jserv.properties

ApJServLogFile /www/local/jserv/jserv.log

ApJServDefaultProtocol ajpv11

ApJServDefaultHost jane-austen

ApJServDefaultPort 8007


ApJServSecretKey DISABLED

ApJServMount /example /example

ApJServMountCopy on
<Location /jserv/>
  SetHandler jserv-status
  
  order deny,allow
  deny from all
  allow from iii.co.uk
  allow from binkle.iii.co.uk
  allow from localhost 127.0.0.1
</Location>





tia, regards,
 Mark

Mark King                             interactive investor
Senior Systems Administrator          2 East Poultry Avenue
[EMAIL PROTECTED]                        London EC1A 9PT
http://www.iii.co.uk                  Tel: 0171 332 8354







----------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to