httpd.conf
----------
Include conf/mod_jk.conf
<VirtualHost *>
DocumentRoot D:\foobar
ServerName
www.foobar.dk JkMount /*.jsp ajp13
</VirtualHost>
mod_jk.conf
-----------
LoadModule jk_module modules/mod_jk-1327.so
<IfModule mod_jk.c>
JkWorkersFile conf/workers.properties
JkLogFile logs/jk.log
JkLogLevel warn
</IfModule>
workers.properties
------------------
workers.tomcat_home=/jakarta/tomcat-4.1.24
workers.java_home=/SUNJava/jdk1.3.1
ps=/
worker.list=ajp13
worker.ajp13.port=8009
worker.ajp13.host=localhost
worker.ajp13.type=ajp13
server.xml
----------
<Host name="
www.foobar.dk" debug="0" appBase="D:\foobarapps" unpackWARs="true" autoDeploy="true">
</Host>
file structure
--------------
D:\>dir foobar /s
Volume in drive D is ARNEPC2_D
Volume Serial Number is FC15-43CC
Directory of D:\foobar
23/06/2004 20:59 <DIR> .
23/06/2004 20:59 <DIR> ..
23/06/2004 20:59 9 index.html
1 File(s) 9 bytes
D:\>dir foobarapps /s
Volume in drive D is ARNEPC2_D
Volume Serial Number is FC15-43CC
Directory of D:\foobarapps
23/06/2004 21:11 <DIR> .
23/06/2004 21:11 <DIR> ..
23/06/2004 21:12 <DIR> ROOT
0 File(s) 0 bytes
Directory of D:\foobarapps\ROOT
23/06/2004 21:12 <DIR> .
23/06/2004 21:12 <DIR> ..
23/06/2004 21:12 11 index.jsp
23/06/2004 21:12 <DIR> WEB-INF
1 File(s) 11 bytes
Directory of D:\foobarapps\ROOT\WEB-INF
23/06/2004 21:12 <DIR> .
23/06/2004 21:12 <DIR> ..
23/06/2004 21:12 300 web.xml
1 File(s) 300 bytes