Erro Tomcat8 no ubuntu 16.04

0

Não consigo ver o tomcat no navegador depois de instalá-lo no servidor do Ubuntu 16.04. Estou colando log abaixo me ajude a resolver isso.

log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Failure during filter init: access denied ("java.io.FilePermission" "/dspace" "read"):java.security.AccessControlException: access denied ("java.io.FilePermission" "/dspace" "read")
Dec 12, 2017 12:00:21 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: One or more listeners failed to start. Full details will be found in the appropriate container log file
Dec 12, 2017 12:00:21 PM org.apache.catalina.core.StandardContext startInternal
SEVERE: Context [/oai] startup failed due to previous errors
Dec 12, 2017 12:00:21 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-80"]
Dec 12, 2017 12:00:21 PM org.apache.catalina.startup.Catalina start
INFO: Server startup in 23546 ms
    
por Mallikarjun Dodmani 12.12.2017 / 09:08

1 resposta

0

Você definiu em algum lugar no caminho de configuração como /dspace e o usuário que executa o tomcat não tem permissão para ler este diretório (se existir)

% bl0ck_qu0te%     
por Romeo Ninov 12.12.2017 / 12:53