Page 1 of 1
War file deployed, but the service isn't starting
Posted: Tue Sep 09, 2014 4:29 pm
by Perle16
when I add logicaldoc-webapp-7.1.0.war to tomcat's webapp folder, it gets deployed but when I try to start the service it gives an error.. is there something I'm missing?
Re: War file deployed, but the service isn't starting
Posted: Fri Sep 12, 2014 8:26 am
by agaspa
you have to see how it came your war.
Maybe missing some dependencies or the web.xml file has a problem or spring can not read properly its configuration file.
Re: War file deployed, but the service isn't starting
Posted: Fri Sep 12, 2014 8:35 am
by agaspa
If your war is logicaldoc-webapp-7.1.0
the context path of your application will be as follows:
http://localhost: 8080/logicaldoc-webapp-7.1.0
Possibly you should look at the log files of Tomcat
Note: LogicalDOC requires Java 7.0 (AKA Java 1.7)