I'm working on deploying jboss/Tomcat in a large organization where we want to have 
one read-only install and configurations which are local to the developers. 

I'm a long way towards that, and might even change the Main runner class a little to 
make it easier. 

One thing which causes problems is the temporary (work) directory for Catalina. This 
is set with the system property 'catalina.base' and is set in the connector explicitly 
to be the same as 'catalina.home'. That doesn't work well at all in a world where the 
catalina directories are read only. 

I'm coding a fix into the EmbeddedCatalina ... connector, is it reasonable to make 
this an attribute to the MBean, like Port in the 2.4.x series, and CatalinaHome in the 
new 3.0 stuff? 

If I do this, whom do I send it to to get it patched in? 

Roland



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to