I have been working on a site using tomcat. All of the files are stored in the bin/webapps/examples folder. When I try and change the name of the examples folder to "myName" it is no longer recognized by tomcat. In other words the directory is not found. Do I need to update some xml file? thanks david
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 11863
posted
0
As I recall, examples has an entry in server.xml and there are some settings in there that are critical to particular examples. In particular, it has the invoker servlet turned on. Bill