Tim Stoop wrote:
> Hi there,
>
> I'm looking for a solution to my problem. I have a lot of servlets on my
> webserver which are all either in "/servlet/", "/servlets/" or
> "/admin-servlets/". As you may know, servlets do not have an extension. So
> in the File Type Report, I get every single servlet as a seperate file. I
> want to group them according to the directory. Can someone give me a clue on
> how to do that?? I tried the following in the analog.cfg, but none worked...
>
> REFALIAS /servlet/ "servlet [Java Servlet]"
In all instances you need to use a wildcard. Try somethng like this:
REFALIAS /servlet/* "servlet [Java Servlet]"
REFALIAS /servlets/* "servlets [Java Servlet]"
REFALIAS /admin-servlets/* "admin-servlets [Java Servlet, Admin]"
Jeremy Wadsack
Wadsack-Allen Digital Group
------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------