You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by co...@eng.sun.com on 2000/02/03 08:56:31 UTC

RE: [ FORGET...] Re: New settings and change of port

> Which server.xml do you edit? 
> The one under [your_path_to_tomcat]/etc is a default-file.
> Edit [your_path_to_tomcat]/server.xml instead.
> 

For Tomcat 3.1 there are some changes in file location, to avoid
this kind of confusion.

All config files are in [tomcat]/conf ( same pattern is used by Apache 
for config files ). 

All binaries ( startup, etc) are in [tomcat]/bin.

All web pages are in [tomcat]/webapps - and you don't have to edit any
config file to add a new application ( or WAR ).

Server.xml will probably change, to address the new organization and to
allow you to add specialized interceptors. 

(all that is in the current CVS tree and will be visible in Tomcat 3.1)

Costin