You can find configuration information and examples on the tomcat website:
http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html Justy ----- Original Message ----- From: "Paul Idusogie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 26, 2001 6:56 AM Subject: Re: Getting apache to run other application. > could you provide source code snippets on how to configure apache, > please. > > Thanks, > > Paul Idusogie > Technical Architect > Consulting Services > Stellent Inc. > (fka: IntraNet Solutions) > 7777 Golden Triangle Drive > Eden Prairie, MN 55104 > Desk: 952.656.2755 > Cell: 612.810.4174 > Fax: 952.903.2115 > Email: [EMAIL PROTECTED] > website: http://www.stellent.com > > > -----Original Message----- > From: Glenn Wearen [mailto:[EMAIL PROTECTED]] > Sent: Friday, October 26, 2001 6:40 AM > To: [EMAIL PROTECTED] > Subject: Re: Getting apache to run other application. > > > If you are using tomcat you must create a context (in server.xml) to > define > applications that are not stored in $TOMCAT_HOME\webapps\, then you can > configure apache to call that context > > > Glenn > > -----Original Message----- > > From: Paul Idusogie [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, October 25, 2001 10:05 PM > > To: [EMAIL PROTECTED] > > Subject: Getting apache to run other application. > > Importance: High > > > > > > I have the following within my httpd.conf file > > > > WebAppInfo /webapp-info > > > > WebAppConnection warpConnection warp localhost:8008 > > WebAppDeploy examples warpConnection /examples/ > > > > This would allow me to view examples within tomcat. > > It also requires that examples be a subfolder within tomcat/webapps > > > > Could someone advice me on how to add additional applications. > > Adding another line such as: > > WebAppDeploy myApplication warpConnection > > "drive:/mainfolder/subfolder" > > > > to httppd.conf does not work. > > > > Thanks, > > > > Paul Idusogie > > Technical Architect > > Consulting Services > > Stellent Inc. > > (fka: IntraNet Solutions) > > 7777 Golden Triangle Drive > > Eden Prairie, MN 55104 > > Desk: 952.656.2755 > > Cell: 612.810.4174 > > Fax: 952.903.2115 > > Email: [EMAIL PROTECTED] > > website: http://www.stellent.com > > > > ============================================================== > > ============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 > > > > ======================================================================== > === > 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 > > 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 > =========================================================================== 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
