Hi, I have a webapplication deployed on tomcat 5.5.x. The application is in the webapps directory of tomcat. Lets call the deployed application "a". A couple of days ago, copy/duplicate of "a" was created by someone under the webapps directory, lets call the duplicate copy "b". Tomcat was restarted and both "a" and "b" were running properly. Now I created a second duplicate of "a" and I named it "c", and I restarted the tomcat but "c" doesn't seem to work. I get Error 404, the requested resource (/c/) is not available.
I contacted the person who created the first duplicate and as per him, all he did was cp -r a b on the linux box, no further changes were necessary. By further changes, I mean editing and adding an entry in the web.xml or something. I executed the same command but the duplicate copy I created doesn't work after restarting tomcat. Is there anything else that needs to be done? Thanks. -- View this message in context: http://www.nabble.com/Creating-a-copy-of-existing-webapp-in-tomcat-tp25636745p25636745.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org