> From: mike spisak [mailto:[EMAIL PROTECTED] 
> Subject: tomcat5 auto content detection
> 
> I'd like to make it so that I don't have to edit my 
> server.xml every time I add a new app within some
> domain/sub domain...

If by "sub domain" you mean some part of a webapp path - there is no
such thing.  Webapps are complete entities; the servlet spec does not
allow for them to be broken up into "sub domains".  All webapps must be
deployed in the <Host>'s appBase directory, or their deployment location
can be specified via a docBase attribute in a <Context> element located
in an conf/Catalina/[host]/[appName].xml file.

Or maybe you mean something else by "sub domain"?

If you change .class files within a webapp, you must reload it for those
updates to be recognized.  You can change .jsp files on the fly, and
those modifications are normally recognized immediately (unless disabled
in the JSP servlet configuration).

 - 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to