Hi

I have a large project on Tomcat 4.1 standalone.
Its servlets (about 100) are in four packages
and all in one jar. My problem is trivial
I'm sure but I cannot locate a solution.
Do I need to specify all the servlets
individually? Or can I just do something like
<servlet>
<servlet-name>*</servlet-name>
ie all the servlets in the lib-located jar of package package1
<servlet-class>package1/*</servlet-class>
</servlet>

<servlet-mapping> whatever

I'm really just trying to avoid typing out
this trivial info over and over. I have a
gadget that generates this tag-pair list from a
jar, but it is ugly.

Thanks

Geoff


-- Geoffrey Jenkins (Dr)

+61414 939523

[EMAIL PROTECTED]

thestrix.net

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



Reply via email to