Patches item #547586, was opened at 2002-04-23 09:16 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=547586&group_id=22866
Category: None Group: v2.4 BETA (stable) Status: Open Resolution: None Priority: 5 Submitted By: Roland King (rolandking) Assigned to: Nobody/Anonymous (nobody) Summary: allow catalina.base Initial Comment: The current catalina connector sets the System property catalina.base equal to catalina.home. catalina.base is the place tomcat writes temporary files. Where catalina is read-only, used by lots of developers, you need to have catalina.home set to the distribution, and catalina.base set to a different, writable temporary location, specific to the user, to write files. I've modified the connector to allow an MBean attribute 'CatalinaBase' to be set. If unset, the default of whatever CatalinaHome is applies, so standard behaviour is unchanged. Expected usage is something like <attribute name="CatalinaBase">/home/myuser/temp</attribute> I can provide a similar patch for 2.4.4 or 3.0 if required. Roland ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376687&aid=547586&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
