I am by no means an Apache guru except the following occurred to me:

 >LoadModule webapp_module modules/mod_webapp.so
 >AddModule   mod_webapp.c

 >WebAppConnection conn      warp  localhost:8008
 >WebAppDeploy     examples  conn  /examples
 >WebAppInfo /webapp-info


In httpd.conf,  the first line stated:
WebAppConnection conn      warp  localhost:8008

can exist on its own, but the other two lines:

WebAppDeploy     examples  conn  /examples
WebAppInfo /webapp-info

MUST appear between <Virtual Host   blah.blah.blah>   and  </Virtual
Host> tags, as I understand it.

-----------------------------------------
Notice:  This message contains information which is in no way privileged
or confidential or necessarily only for the use of the addressee.  If
you have received it by accident, send it back please because one of my
mates could be missing out on my pearls of wisdom.

Any views expressed in this message are those of the individual sender,
except where I may have changed my mind after I pressed the send button,
in which case I may send another letter expressing an entirely contrary
position.

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to