thanx for the tip !

but isn't there any way to set mod_jk2 to process just some 
urls and not all of them ?
eg: not the whole webapp ?

i really want the images to be processed by apache ONLY !

thanx again !


Catalin Constantin
Bounce Software
www.bounce-software.com
 

> 
> -----Original Message-----
> From: Thomas Weller [mailto:[EMAIL PROTECTED] 
> Sent: Monday, July 07, 2003 11:11 AM
> To: 'Tomcat Users List'
> 
> Hi Catalin,
> 
> you may turn listings off in your web.xml file
> 
> <!--   listings       Should directory listings be produced 
> if there -->
> <!--                  is no welcome file in this directory?  
> [true]  -->
> 
> which is
> 
> <init-param>
>       <param-name>listings</param-name>
>       <param-value>false</param-value>
> </init-param>
> 
> 
> Thomas
> 
> 
> -----Ursprungliche Nachricht-----
> Von: Catalin Constantin [mailto:[EMAIL PROTECTED] 
> Gesendet: Montag, 7. Juli 2003 10:01
> An: [EMAIL PROTECTED]
> Betreff: mod_jk2 uri questions
> 
> hi there
> 
> i have in my workers2.properties
> the following uri mappings:
> 
> [uri:www.mysite.com/*.jsp]
> info=Map .jsp files
> 
> [uri:www.mysite.com/do/*]
> info=Map do actions
> 
> [uri:www.mysite.com/manager/*]
> info=Map the manager webapp
> 
> why does tomcat handle the requests to
> http://www.mysite.com/images ?
> (eg: i see the tomcat directory listing, instead of the Apache 2.0.46
> forbidden error) 
> 
> thank you !
> 
> 
> Catalin Constantin
> Bounce Software
> www.bounce-software.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to