You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Jim Coble <Ji...@duke.edu> on 2002/09/28 19:10:39 UTC

Re: Warp connections


Someone with more experience may have a better answer but it is my
understanding that mod_webapp does not permit you to distinguish between
static and dynamic content.  When you use mod_webapp, Tomcat services all
requests; i.e., you can't do what you want to do--serve html with Apache
and jsp/servlets with Tomcat--using mod_webapp -- you would have to
continue using mod_jk if that's what you want to do.
--Jim

==================================
Jim Coble
Senior Technology Specialist
Center for Instructional Technology
Email: jim.coble@duke.edu
Voice: 919-660-5974  Fax: 919-660-5923
Box 90198, Duke University
Durham, NC 27708-0198
==================================



                                                                                                                                       
                      SigurĂ°ur                                                                                                         
                      Bjarnason                To:       "Tomcat Users List" <to...@jakarta.apache.org>                          
                      <siggi@betware.co        cc:                                                                                     
                      m>                       Subject:  Warp connections                                                              
                                                                                                                                       
                      09/28/2002 12:17                                                                                                 
                      PM                                                                                                               
                      Please respond to                                                                                                
                      "Tomcat Users                                                                                                    
                      List"                                                                                                            
                                                                                                                                       
                                                                                                                                       





Hi all..

I want to use the mod_webapp module for apache to connect it to tomcat.. I
have one question about this

The thing is.. i want apache to serve all static content.. like html and
let tomcat handle the jsp and servlets.

Now when i use the apj1.2 connector with mod_jk.so i use line like

JkMount /TESTSUITE/servlet/* ajp12
JkMount /TESTSUITE/*.jsp ajp12

when i use the mod_webapp.. i use lines like as follows

 WebAppDeploy     examples    conn  /examples

......that is here that i have a problem !  how can i exclude the jsp
pages... with this. ?!

i have tryed to use

 WebAppDeploy     examples    conn  /examples/*.jsp

But that have not worked for me.. so if someone out there have the answer..
i would be greatful ! :)

Regards
Siggi






(See attached file: winmail.dat)--
To unsubscribe, e-mail:   <
mailto:tomcat-user-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <
mailto:tomcat-user-help@jakarta.apache.org>