I have deployed two war files for Java Sesame: openrdf-sesame.war
and openrdf-workbench.war
and found them on the List Applications in the Tomcat Web Application Manager
. When I restarted the Tomcat 6
on Terminal
, I could not find them on the List Applications
. I tried to deploy them again, it shows me the following message:
FAIL - War file "openrdf-sesame.war" already exists on server
When I go to the apache-tomcat-6.0.37
, I find them under the folder webapps
but can’t find them in the List Applications
. Could anyone please guide what I should do at this point? Why can I not find these two folders on the List Applications anymore and how can I get them back?
I removed and reinstalled
apache-tomcat-6.0.37
and deployed thewar files
needed. I startedtomcat
and found thesesame
applications in theApplications lists
in theTomcat Manager
.