Intalação do mod_jk [RESOLVIDO]

13. Re: Intalação do mod_jk [RESOLVIDO]

Filippe
spolti

(usa Fedora)

Enviado em 27/03/2013 - 16:49h

ricard40 escreveu:

[root@localhost ~]# service tomcat start
Cannot find /usr/share/apache-tomcat-7.0.37-src/bin/catalina.sh
The file is absent or does not have execute permission
This file is needed to run this program
[root@localhost ~]#


Eu formatei o servidor,pois j´a havia mexido em mtos arquivos e depois fiz tudo conforme o tutorial que o Amarildo me passou, mas esta ´e a msg que aparece,




Faça isso:

chown usuario. -R /usr/share/apache-tomcat-7.0.37-src/
chmod +x /usr/share/apache-tomcat-7.0.37-src/bin/*.sh


Onde usuario, é o usuário que vc está utilizando para executar o tomcat, nunca utilize o usuário root....T_T

Abs.


  


14. Re: Intalação do mod_jk [RESOLVIDO]

Ricardo Bruno dos Santos
ricard40

(usa Ubuntu)

Enviado em 27/03/2013 - 18:04h

[root@localhost apligraf]# chown apligraf. -R /usr/share/apache-tomcat-7.0.37-src
[root@localhost apligraf]# chmod +x /usr/share/apache-tomcat-7.0.37-src/bin/*.sh
[root@localhost apligraf]# service tomcat start
Using CATALINA_BASE: /usr/share/apache-tomcat-7.0.37-src
Using CATALINA_HOME: /usr/share/apache-tomcat-7.0.37-src
Using CATALINA_TMPDIR: /usr/share/apache-tomcat-7.0.37-src/temp
Using JRE_HOME: /usr/java/jdk1.7.0_17
Using CLASSPATH: /usr/share/apache-tomcat-7.0.37-src/bin/bootstrap.jar:/usr/share/apache-tomcat-7.0.37-src/bin/tomcat-juli.jar
touch: cannot touch '/usr/share/apache-tomcat-7.0.37-src/logs/catalina.out': No such file or directory
/usr/share/apache-tomcat-7.0.37-src/bin/catalina.sh: line 389: /usr/share/apache-tomcat-7.0.37-src/logs/catalina.out: No such file or directory



Esse ´e o retorno


15. Re: Intalação do mod_jk [RESOLVIDO]

Filippe
spolti

(usa Fedora)

Enviado em 27/03/2013 - 18:27h

ricard40 escreveu:

Estou tentando instalar o mod_jk no Fedora-18, mas não consigo.

tentei com tomcat-connectors-1.2.37-src.tar.gz fazendo o seguinte

./configure --with-apxs=/usr/local/apache2/bin/apxs

e dá o erro 'configure:error: Invalid location for apxs: '/usr/local/apache2/apxs'

então tentei só o./configure e dá o erro 'configure: error: no acceptable C compiler found in $PATH'

Tentei com o apache2-mod_jk-1.2.37-1.4.x86_64.rpm e com o apache2-mod_jk-4.1.30-13.x86_64.rpm, mas ambos dão erro: Dependência não satisfeitas:

apache2 é requerido por apache2-mod_jk-1.2.37-1.4.x86_64.rpm.

Mas o apache está instalado na máquina




Cria na mão o diretório e o arquivo e dá permissão pro usuário.


16. Re: Intalação do mod_jk [RESOLVIDO]

Ricardo Bruno dos Santos
ricard40

(usa Ubuntu)

Enviado em 01/04/2013 - 10:25h

Olá Pessoal, aqui estou eu de volta e com más noticias, pelo menos para mim.

Fiz tudo certinho de acordo com o tutorial, quando dou os comandos via terminal, não aparece nenhuma msg de erro, quando vou no firefox e tento abrir o localhost funciona normal, mas se tento localhost:8080, a msg é "O Firefox não conseguiu estabelecer uma conexão com o servidor localhost:8080."




17. Re: Intalação do mod_jk [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 01/04/2013 - 11:17h

ricard40 escreveu:

Olá Pessoal, aqui estou eu de volta e com más noticias, pelo menos para mim.

Fiz tudo certinho de acordo com o tutorial, quando dou os comandos via terminal, não aparece nenhuma msg de erro, quando vou no firefox e tento abrir o localhost funciona normal, mas se tento localhost:8080, a msg é "O Firefox não conseguiu estabelecer uma conexão com o servidor localhost:8080."



Já viu se tem regras de iptables e selinux?

# sestatus

# iptables -L




18. Re: Intalação do mod_jk [RESOLVIDO]

Ricardo Bruno dos Santos
ricard40

(usa Ubuntu)

Enviado em 01/04/2013 - 11:37h

Eu n~ao tenho a menor id´eia doq isso significa, por isso estou pondo a s´aida aqui:


[root@localhost apligraf]# sestatus
SELinux status: enabled
SELinuxfs mount: /sys/fs/selinux
SELinux root directory: /etc/selinux
Loaded policy name: targeted
Current mode: enforcing
Mode from config file: enforcing
Policy MLS status: enabled
Policy deny_unknown status: allowed
Max kernel policy version: 28
[root@localhost apligraf]# iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
INPUT_direct all -- anywhere anywhere
INPUT_ZONES all -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited

Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT all -- anywhere anywhere ctstate RELATED,ESTABLISHED
ACCEPT all -- anywhere anywhere
FORWARD_direct all -- anywhere anywhere
FORWARD_IN_ZONES all -- anywhere anywhere
FORWARD_OUT_ZONES all -- anywhere anywhere
ACCEPT icmp -- anywhere anywhere
REJECT all -- anywhere anywhere reject-with icmp-host-prohibited

Chain OUTPUT (policy ACCEPT)
target prot opt source destination
OUTPUT_direct all -- anywhere anywhere

Chain FORWARD_IN_ZONES (1 references)
target prot opt source destination
FWDI_ZONE_public all -- anywhere anywhere [goto]

Chain FORWARD_OUT_ZONES (1 references)
target prot opt source destination
FWDO_ZONE_public all -- anywhere anywhere [goto]

Chain FORWARD_direct (1 references)
target prot opt source destination

Chain FWDI_ZONE_public (1 references)
target prot opt source destination
FWDI_ZONE_public_deny all -- anywhere anywhere
FWDI_ZONE_public_allow all -- anywhere anywhere

Chain FWDI_ZONE_public_allow (1 references)
target prot opt source destination

Chain FWDI_ZONE_public_deny (1 references)
target prot opt source destination

Chain FWDO_ZONE_external (0 references)
target prot opt source destination
FWDO_ZONE_external_deny all -- anywhere anywhere
FWDO_ZONE_external_allow all -- anywhere anywhere

Chain FWDO_ZONE_external_allow (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere

Chain FWDO_ZONE_external_deny (1 references)
target prot opt source destination

Chain FWDO_ZONE_public (1 references)
target prot opt source destination
FWDO_ZONE_public_deny all -- anywhere anywhere
FWDO_ZONE_public_allow all -- anywhere anywhere

Chain FWDO_ZONE_public_allow (1 references)
target prot opt source destination

Chain FWDO_ZONE_public_deny (1 references)
target prot opt source destination

Chain INPUT_ZONES (1 references)
target prot opt source destination
IN_ZONE_public all -- anywhere anywhere [goto]

Chain INPUT_direct (1 references)
target prot opt source destination

Chain IN_ZONE_dmz (0 references)
target prot opt source destination
IN_ZONE_dmz_deny all -- anywhere anywhere
IN_ZONE_dmz_allow all -- anywhere anywhere

Chain IN_ZONE_dmz_allow (1 references)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh ctstate NEW

Chain IN_ZONE_dmz_deny (1 references)
target prot opt source destination

Chain IN_ZONE_external (0 references)
target prot opt source destination
IN_ZONE_external_deny all -- anywhere anywhere
IN_ZONE_external_allow all -- anywhere anywhere

Chain IN_ZONE_external_allow (1 references)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh ctstate NEW

Chain IN_ZONE_external_deny (1 references)
target prot opt source destination

Chain IN_ZONE_home (0 references)
target prot opt source destination
IN_ZONE_home_deny all -- anywhere anywhere
IN_ZONE_home_allow all -- anywhere anywhere

Chain IN_ZONE_home_allow (1 references)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh ctstate NEW
ACCEPT udp -- anywhere anywhere udp dpt:ipp ctstate NEW
ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns ctstate NEW
ACCEPT udp -- anywhere anywhere udp dpt:netbios-ns ctstate NEW
ACCEPT udp -- anywhere anywhere udp dpt:netbios-dgm ctstate NEW

Chain IN_ZONE_home_deny (1 references)
target prot opt source destination

Chain IN_ZONE_internal (0 references)
target prot opt source destination
IN_ZONE_internal_deny all -- anywhere anywhere
IN_ZONE_internal_allow all -- anywhere anywhere

Chain IN_ZONE_internal_allow (1 references)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh ctstate NEW
ACCEPT udp -- anywhere anywhere udp dpt:ipp ctstate NEW
ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns ctstate NEW
ACCEPT udp -- anywhere anywhere udp dpt:netbios-ns ctstate NEW
ACCEPT udp -- anywhere anywhere udp dpt:netbios-dgm ctstate NEW

Chain IN_ZONE_internal_deny (1 references)
target prot opt source destination

Chain IN_ZONE_public (1 references)
target prot opt source destination
IN_ZONE_public_deny all -- anywhere anywhere
IN_ZONE_public_allow all -- anywhere anywhere

Chain IN_ZONE_public_allow (1 references)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh ctstate NEW
ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns ctstate NEW

Chain IN_ZONE_public_deny (1 references)
target prot opt source destination

Chain IN_ZONE_work (0 references)
target prot opt source destination
IN_ZONE_work_deny all -- anywhere anywhere
IN_ZONE_work_allow all -- anywhere anywhere

Chain IN_ZONE_work_allow (1 references)
target prot opt source destination
ACCEPT tcp -- anywhere anywhere tcp dpt:ssh ctstate NEW
ACCEPT udp -- anywhere 224.0.0.251 udp dpt:mdns ctstate NEW
ACCEPT udp -- anywhere anywhere udp dpt:ipp ctstate NEW

Chain IN_ZONE_work_deny (1 references)
target prot opt source destination

Chain OUTPUT_direct (1 references)
target prot opt source destination


19. Re: Intalação do mod_jk [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 01/04/2013 - 11:47h

Deixe o selinux como permissive e remova as regras do iptables.

* Mudando o selinux para permissive

# sed -i 's/SELINUX=.*/SELINUX=permissive/' /etc/selinux/config  


* Reinicio o S.O

# init 6 


* Testando:

# sestatus 


Remova as regras de iptable e teste a conexão com a porta especifica. Caso necessite do iptables, crie um regra liberando a porta em quetão.

* Removendo as regras de iptables:


# iptables -F
# iptables -F -t nat
# iptables -F -t mangle


OBS: Essas 3 linhas acima remove todas as regras do iptables até o próximo reboot. Se o S.O for reiniciado irá subir com todas as regras novamente.

* Listando as regras :


# iptables -L
# iptables -L -t nat
# iptables -L -t mangle



20. Re: Intalação do mod_jk [RESOLVIDO]

Ricardo Bruno dos Santos
ricard40

(usa Ubuntu)

Enviado em 01/04/2013 - 12:14h

Continuo com o menos problema o firefox não consegue estabelecer conexão


21. Re: Intalação do mod_jk [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 01/04/2013 - 13:17h

ricard40 escreveu:

Continuo com o menos problema o firefox não consegue estabelecer conexão


Comando para verificar status da porta:

# netstat -na |grep 8080 



22. Re: Intalação do mod_jk [RESOLVIDO]

Ricardo Bruno dos Santos
ricard40

(usa Ubuntu)

Enviado em 01/04/2013 - 14:26h

n~ao acontece nada.

[root@localhost ~]# netstat -na | grep 8080
[root@localhost ~]# netstat -na |grep 8080
[root@localhost ~]#


23. Re: Intalação do mod_jk [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 01/04/2013 - 14:28h

ricard40 escreveu:

n~ao acontece nada.

[root@localhost ~]# netstat -na | grep 8080
[root@localhost ~]# netstat -na |grep 8080
[root@localhost ~]#


Então o tomcat não subiu.


24. Re: Intalação do mod_jk [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 01/04/2013 - 14:30h

Após subir o serviço dá uma olhada no catalina.out.

Se você seguiu o tutorial que te passei...

# tail -f /usr/share/apache-tomcat-7.0.XX/logs/catalina.out







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts