I can't find my shared memory file. I should see
my shared memory file in C:\Program Files\Apache
Group\Apache\logs\jserv_shm
but It is not their.
Everything else is working fine. Does any body
know where it went?
##########################################################################
###### Apache JServ Configuration File #
##########################################################################
# Tell Apache on win32 to load the Apache JServ communication module
LoadModule jserv_module "C:\Program Files\Apache JServ
1.1.2\ApacheModuleJServ.dll"
<IfModule mod_jserv.c>
# Note: this file should be appended to httpd.conf
ApJServManual on
ApJServMount /servlet balance://set1/example
ApJServBalance set1 PC1
ApJServBalance set1 SPARC
ApJServHost PC1 ajpv12://localhost:8007
ApJServHost SPARC ajpv12://sparc227.mpi.com:8007
ApJServRoute JS1 PC1
ApJServRoute sp1 SPARC
ApJServShmFile "C:\Program Files\Apache
Group\Apache\logs\jserv_shm"
ApJServSecretKey DISABLED
# Enable the Apache JServ status handler with the URL of
# "http://servername/jserv/" (note the trailing slash!)
# Change the "deny" directive to restrict access to this status page.
<Location /jserv/>
SetHandler jserv-status
order deny,allow
deny from all
allow from 127.0.0.1
</Location>
--
----------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]