On Wed, Jan 05, 2005 at 08:35:34AM -0500, Mark Claassen wrote:
: I am currently using Tomcat5 and I
: want to my servlet to process all .jar and .jnlp files.
:  [snip]
: My problem is that I want this to process all files, not just those in
: MySerlvet/
:  [snip]
: How can I bundle this up as a webapp and still have it process .jnlp and
: .jar files in all directories?

Your web.xml excerpt looks fine at first glance.  Why not post the
entire thing?

By "in all directories," do you mean for *all* webapps?  You could make
a servlet entry in the global web.xml (this is how Tomcat "magically"
knows to process your *.jsp files), but that's not portable...

-QM


-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


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

Reply via email to