Hi,
 
 11Apr2005 @ 12:57 Scott Purcell thusly spake
 > My question is, so I need anytype of doctype heading for this, since it is a 
 > xml file?
 > Or do I just create the context.xml in an editor, and start with my <Context 
 > elements?
 
 Following is a version of a context.xml file that goes in the META-INF 
directory of a webapp.
 
 <?xml version="1.0" encoding="UTF-8"?>
 <Context path="/Ex12">
   <Logger className="org.apache.catalina.logger.FileLogger" prefix="Ex12." 
suffix=".log" timestamp="true"/>
   <Realm className="org.apache.catalina.realm.MemoryRealm" 
pathname="conf/myUsers.xml" />
 </Context>
 
 hth,
 
 L.
 
 -- 
 ............._
 :|  .| |.|/.|_
 :|__.|_|.|\.|_
 :0421 276 282.

-- 
............._
:|  .| |.|/.|_
:|__.|_|.|\.|_
:0421 276 282.

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

Reply via email to