RE: Minimal server.xml

2003-12-03 Thread Shapira, Yoav
Tomcat Developers List >Subject: Re: Minimal server.xml > >On logging: > >The suggested server-minimal.xml does only contain a Logging-tag that >makes no use of the special features (thus only logging to catalina.out, >making the tag redundant, nicht Wahr?). > >To compens

Re: Minimal server.xml

2003-12-03 Thread Dan Johnsson
On logging: The suggested server-minimal.xml does only contain a Logging-tag that makes no use of the special features (thus only logging to catalina.out, making the tag redundant, nicht Wahr?). To compensate for the lack of "out of the box" features, we should add brief HOW-TO:s. I volunteer

Re: Minimal server.xml

2003-12-03 Thread Dan Johnsson
Dan Johnsson wrote: I would even suggest distribute something like this as the ordinary server.xml, and rename the other as server-examples.xml. /.../ So examples are great, but I think they should be elsewhere than in the production config file. Remy Maucherat wrote: This does sound like vallid

Re: Minimal server.xml

2003-12-03 Thread Bob Herrmann
I am +1 on this as well. Again, I recommend removing the Logging tag. Tomcat's ability to log to many different places (Rolling logs for each web applications, etc...) is a good thing for an enterprise product, but most newbies just want to see the stack trace that corresponds with an error page

Re: Minimal server.xml

2003-12-03 Thread Remy Maucherat
Dan Johnsson wrote: +1 I would even suggest distribute something like this as the ordinary server.xml, and rename the other as server-examples.xml. Why? I do most of my tomcat-work with "initial" users, i e either students taking classes or people doing their first installation. They are not h

Re: Minimal server.xml

2003-12-03 Thread Dan Johnsson
+1 I would even suggest distribute something like this as the ordinary server.xml, and rename the other as server-examples.xml. Why? I do most of my tomcat-work with "initial" users, i e either students taking classes or people doing their first installation. They are not helped by the "rich"

Re: Minimal server.xml

2003-12-02 Thread Jeanfrancois Arcand
+1 You can also remove the xmlValidation="false" xmlNamespaceAware="false", since they are optionals. -- Jeanfrancois Shapira, Yoav wrote: Hi, IMHO the server.xml that comes with tomcat by default ($CATALINA_HOME/conf/server.xml) is nice in that it provides many comments and examples. But I t

Re: Minimal server.xml

2003-12-02 Thread Bob Herrmann
Sounds like a good idea to me. I would recommend removing the "Logger" and just letting the output go into catalina.out -bob On Tue, 2003-12-02 at 12:18, Shapira, Yoav wrote: > Hi, > IMHO the server.xml that comes with tomcat by default > ($CATALINA_HOME/conf/server.xml) is nice in that it prov

Minimal server.xml

2003-12-02 Thread Shapira, Yoav
Hi, IMHO the server.xml that comes with tomcat by default ($CATALINA_HOME/conf/server.xml) is nice in that it provides many comments and examples. But I think power users would appreciate a minimal version as well, so I've created one, as shown below. Should we distribute something like this, pe