A.1. 附录:jserv.conf

#*****************************************************************
#* Apusic JServ Configuration File *
#*****************************************************************
#
# Note: this file should be appended or included into your
# apache_home\conf\httpd.conf
# Tell Apache on win32 to load the Apache JServ communication
# module LoadModule
LoadModule jserv_module "libexec\ApacheModuleJServ-1.1-1.3.9.dll"
# Tell Apache on Unix to load the Apache JServ communication module
# For shared object builds only!!!
#LoadModule jserv_module libexec/mod_jserv.so
<IfModule mod_jserv.c>
ApJServManual on
#ApJServDefaultProtocol ajpv12
ApJServSecretKey DISABLED
ApJServMountCopy on
ApJServDefaultHost localhost
ApJServDefaultPort 8007
# ApJServMount [virtual_directory_in_apache] [virtual_directory_in_apusic]
ApJServMount / /
#Mapping .jsp file to apusic
AddType text/jsp .jsp
#AddHandler jserv-servlet .jsp
</IfModule>
#*****************************************************************
#* END OF FILE JSERV.CONF *
#*****************************************************************