I have a tomcat
application on azure
for several months. It works well, but the last couple of hours I canβt relocate. My .war
file is in the correct location inside webapps
, but the ROOT
directory has not been created and the application is not available.
In Event Log
I see that the application does not start. Any idea how to fix this?
This is a complete log (there are several such entries in the log, one for each reboot attempt):
<Event> <System> <Provider Name="HttpPlatformHandler"/> <EventID>1000</EventID> <Level>0</Level> <Task>0</Task> <Keywords>Keywords</Keywords> <TimeCreated SystemTime="2016-03-27T15:30:56Z"/> <EventRecordID>1368052437</EventRecordID> <Channel>Application</Channel> <Computer>RD000D3A61018F</Computer> <Security/> </System> <EventData> <Data> Process '5384' failed to start. Port = 21220, Error Code = '-2147023829'. </Data>
source share