Marko Gnjidic wrote: > In the section of the file called "Advanced Configuration - Multiple > Tomcat Instances" there are some directions on which configuration > files/directories to copy over into the new instance, and one of the > lines reads:
That section doesn't tell you which files to copy, it tells you where Tomcat looks for files. A subtle but important difference. > So it tells us that the "bin" folder must be created with only > "setenv.sh" file copied over. Nope. It says that Tomcat will look in CATALINA_BASE/bin/ for a setenv.sh|bat file. > The problem is that there is NO setenv.sh > file in the distribution itself, so there is nothing to be copied over. Correct. It is an optional file that you create it you need it. > Then I tried to run the thing without any files copied over in the "bin" > folder, and it complained that the file "setclasspath.sh" is missing. In which case you probably haven't got your environment variables set correctly. Tomcat will always look in CATALINA_HOME/bin for setclasspath.sh|bat As an aside, I did spot a typo in that section that related to the default for CATALINA_BASE (a "not" was missing). I fixed that in http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/RUNNING.txt?r1=775632&r2=775631&pathrev=775632 Mark --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org