I have attempted to configure the HTTPD.conf file to use the mod_webapp add-on using the following code offered by Apple. http://developer.apple.com/internet/macosx/tomcat1.html
LoadModule webapp_module libexec/httpd/mod_webapp.so
AddModule mod_webapp.c
<IfModule mod_webapp.c>
WebAppConnection warpConnection warp localhost:8008
WebAppDeploy examples warpConnection /examples/
</IfModule>
This didn't seem to work. Has anyone had any success setting this up?
I'm NEW to UNIX and I would appreciate any help!
Thanks,
LoadModule webapp_module libexec/httpd/mod_webapp.so
AddModule mod_webapp.c
<IfModule mod_webapp.c>
WebAppConnection warpConnection warp localhost:8008
WebAppDeploy examples warpConnection /examples/
</IfModule>
This didn't seem to work. Has anyone had any success setting this up?
I'm NEW to UNIX and I would appreciate any help!
Thanks,