RE: How use the archives and a TomCat config question

2005-12-13 Thread Caldarale, Charles R
 From: Carl T. Dreher [mailto:[EMAIL PROTECTED] 
 Subject: How use the archives and a TomCat config question
 
 I found the archives for this list, but it consists of about 
 14K messages and no search mechanism.

Try this one:
http://marc.theaimsgroup.com/?l=tomcat-userr=1w=2

The search mechanism seems quite effective.

 But how do I selectively ENABLE directory listing for 
 certain applications?

Turn off listings in the global web.xml, and add servlet and
servlet-mapping tags to the web.xml files of each app for which you
want listings.  For example:

  servlet
servlet-nameMyAppDefault/servlet-name
 
servlet-classorg.apache.catalina.servlets.DefaultServlet/servlet-clas
s
init-param
  param-namedebug/param-name
  param-value0/param-value
/init-param
init-param
  param-namelistings/param-name
  param-valuetrue/param-value
/init-param
load-on-startup1/load-on-startup
  /servlet
  servlet-mapping
servlet-nameMyAppDefault/servlet-name
url-pattern//url-pattern
  /servlet-mapping

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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



Re: How use the archives and a TomCat config question

2005-12-13 Thread Mark Thomas
Carl T. Dreher wrote:
snip
 I'm sure this has been answered before, but as I said, the archives
 aren't much use.  (By the way, it took me TWO DAYS to successfully
 subscribe to this list.  The TomCat site has links to pages that list a
 variety of mailings lists.  Every one I tried before this one came back
 as a mail failure, including, ironically, the help with this mailing
 list address.  Also, there are zero, and I do mean ZERO, instructions
 on just how to subscribe.
snip

http://tomcat.apache.org/lists.html seems clear to me. With the
mailto: links as well all you have to do is click on a link. What
changes would you suggest are required to improve the clarity?

This page also lists MARC as an archive which has a pretty good search
interface (search was disabled for a short while recently after a
system crash but this was the first time I remeber it being down).

Mark


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



Re: How use the archives and a TomCat config question

2005-12-13 Thread Tim Funk
I did notice that http://tomcat.apache.org/faq/tomcatuser.html could use some 
cleaning. I'll try fix that soon. (Unless someone beats me too it)


-Tim

Mark Thomas wrote:

Carl T. Dreher wrote:
snip


I'm sure this has been answered before, but as I said, the archives
aren't much use.  (By the way, it took me TWO DAYS to successfully
subscribe to this list.  The TomCat site has links to pages that list a
variety of mailings lists.  Every one I tried before this one came back
as a mail failure, including, ironically, the help with this mailing
list address.  Also, there are zero, and I do mean ZERO, instructions
on just how to subscribe.


snip

http://tomcat.apache.org/lists.html seems clear to me. With the
mailto: links as well all you have to do is click on a link. What
changes would you suggest are required to improve the clarity?

This page also lists MARC as an archive which has a pretty good search
interface (search was disabled for a short while recently after a
system crash but this was the first time I remeber it being down).



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