Hi,

I run Tomcat 5.5.16 embedded within a Java application, and currently do
not have a file called catalina.properties in the installation.  I would
like to change an option which is normally in that file, so my question
is how do I do that?

I've tried creating a "conf" directory under my main "tomcat" directory
(which is set as the Catalina base and home directories when I launch
the embedded Tomcat) and creating a catalina.properties file in there,
but I don't see any evidence that it's being picked up (e.g. I've set
some invalid options in there and there are no complaints).  What would
be a good way to check whether this file is being picked up?

Alternatively, is there a way to programmatically set the
catalina.properties options in Java when I launch Tomcat?

Thanks,
Tom.

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