Caldarale, Charles R schrieb:
>> From: Albretch Mueller [mailto:[EMAIL PROTECTED] 
>> Subject: Has anyone managed to run TC from a CD?
>>
>>  The relatively minor thing I stumble on was changing the scratchdir
>> setting for the work folder to be out of the CD directory branch,
>> which, I think, would only need some "sourcing"  and some recompiling
> 
> You shouldn't need to make any changes to Tomcat - just set the
> java.io.tmpdir system property, and the workDir attributes for <Host>
> (and <Context>, if needed) before launching Tomcat.  Also insure that
> the <Host> attribute unpackWARs is false.  You'll probably need to build
> a server.xml before starting Tomcat, and pass its location via the
> -config parameter.
> 
> However, I haven't actually tried the above...
> 
>  - Chuck

... and set readonly="false" for the tomcat-users.xml in server.xml.
Otherwise it'll try to write after read the file.

Regards,

Rainer

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