It should has been deployed (started) without the Manager App. After you copied the Files, you only have to enter an url to your Web Application (e.g. http://localhost:8080/TC/<application specific url>) Without an application specific part, a 404 Status as a response may be correct. The application specific part is most likely a servlet mapping you made in your application or the Name of a file in your application.
-- Gruß burghard.britzke https://britzke.berlin/ > Am 23.12.2018 um 21:52 schrieb Terry Steichen <te...@net-frame.com>: > > > Per the suggestion made, I copied the /home/terry/TC directory into > /opt/tomcat/webapps. and a new entry appeared in the manager for /TC. > > But when I tried (from the manager) to 'start' it, I got this message: > "FAIL - Application at context path [/TC] could not be started." > > Just in case, I then changed the permissions to "tomcat" (user and > group), restarted Tomcat. Same failure message. > > I looked in the manager*.log file and found this entry: 23-Dec-2018 > 08:19:09.596 INFO [http-nio-8080-exec-2] > org.apache.catalina.core.ApplicationContext.log HTMLManager: install: > Installing web application > '/TC' from 'file://home/terry/TC' > > It seemed to say that the /TC web app was deployed > > But when I again tried (from the manager) to 'start' it, I got the same > message: "FAIL - Application at context path [/TC] could not be started." > > In the localhost*.txt log file, there was this entry: '127.0.0.1 - > -[23/Dec/2018:08:28:16 -0500] "GET /TC HTTP/1.1" 404 1076' > > Which sounds like it couldn't find a file - but unclear what file it's > looking for. > > I'm (again) lost, and would appreciate any ideas on how to get this > thing running. > > Terry > > PS: The /home/terry/TC subdirectory and its contents were copied from > another computer running an earlier version of Tomcat - it works fine. > > >> On 12/23/18 11:15 AM, Burghard Britzke wrote: >> Just copy your Web-App Files Tora sub directory of the webapps folder >> ( May be TC). It should deploy automatically. Otherwise restart tomcat >> after copying. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org >