> From: Robert Einsle [mailto:[EMAIL PROTECTED] 
> Subject: Username from basic Auth and Contextinformation Question
> 
> The second is, can i deliver the context-information for my webbapp 
> inside my war-package? Normaly i configure Contextinformation 
> (Datasources, Logger...) inside the Context-Tag in server.xml. Is it 
> possible to pack this Information inside the war?

Not just possible, but strongly recommended (assuming you're running
under a reasonably recent version of Tomcat).  Putting <Context> tags in
server.xml these days is highly discouraged.  Take a look at:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

 - 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]

Reply via email to