You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

40 lines
1.2 KiB

##
## tomcat-adapter.conf -- Apache Configuration Snippet for Tomcat Adapter
##
# load DSO
LoadModule webapp_module @l_prefix@/libexec/tomcat4-adapter/mod_webapp.so
#
# how to reach Tomcat 4
#
# currently only the 'warp' provider is available
# and the optional parameter points to Tomcat's listen port
#
# name provider optional-parameter
WebAppConnection conn warp localhost:8008
#
# map URIs to Tomcat applications
#
# name is the name of the application in webapps/
# this can also be a .war-filename
# conn is the name of the previously declared connection
# uri-path is the URI prefix to serv by the application
#
# you can (should) add this to a VirtualHost environment
#
# name connection uri-path
WebAppDeploy ROOT conn /tomcat4/
WebAppDeploy examples conn /tomcat4/examples
#
# Status query over all connections and applications
#
# be careful not to expose this information in a hostile environment
#
# you can (should) add this to a VirtualHost environment
#
# uri-path
WebAppInfo /webapp-info