Archive for June, 2003
Tomcat Configuration
There is a great article at OnJava.com called Top Ten Tomcat Configuration Tips. It points out a method of adding new web applications without adding a context in server.xml.
Basically, you can create an XML fragment that contains the context you would have placed in the server.xml and put it in a separate xml file. Name [...]