in web.xml 

<context-param>
        <param-name>client.configDir</param-name>
        <param-value>D:\dev\src\conf</param-value>
        <description>optional element describes param usage (for 
administrator?)</description>
</context-param>

example given in the spec ;-)

HTH

--Brett


> -----Original Message-----
> From: Brett W. McCoy [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 26, 2001 7:06 AM
> To: [EMAIL PROTECTED]
> Subject: Global Init Parameters
> 
> 
> I am migrating stuff over to Tomcat and mod_jk (I solved my earlier
> problem of the servlets not being found -- solved with the ubiquitous
> reboot of Windows... *grumble*).
> 
> I have in a Jserv properties a section for Global Init 
> Parameters, with
> lines like:
> 
> servlets.default.initArgs=client.configDir=D:\dev\src\conf
> 
> Where and how do I configure these global parameters for 
> Tomcat?  Do they
> go in web.xml?  Server.xml?  I can't find any documentation for it.
> 
> -- Brett
>                                      
> http://www.chapelperilous.net/~bmccoy/
> --------------------------------------------------------------
> -------------
> A rock store eventually closed down; they were taking too 
> much for granite.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]
> 
> 

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

Reply via email to