Apache y tomcat
Nas... Tengo 1 problema al intentar conectar tomcat y apache ... En el httpd.conf tengo lo siguiente :
#################################################
En modulos :
LoadModule webapp_module libexec/mod_webapp.so
AddModule mod_webapp.c
#################################################
#################################################
Y al final del archivo :
WebAppConnection conexion warp localhost:8008
WebAppDeploy examples conexion /examples
#################################################
Pero al intentar iniciarlo me sale lo siguiente :
xanatel:~# /etc/init.d/apache start
Starting web server: apacheSyntax error on line 1018 of /etc/apache/httpd.conf:
Invalid command 'WebAppDeploy', perhaps mis-spelled or defined by a module not included in the server configuration
failed
xanatel:~#
#################################################
En modulos :
LoadModule webapp_module libexec/mod_webapp.so
AddModule mod_webapp.c
#################################################
#################################################
Y al final del archivo :
WebAppConnection conexion warp localhost:8008
WebAppDeploy examples conexion /examples
#################################################
Pero al intentar iniciarlo me sale lo siguiente :
xanatel:~# /etc/init.d/apache start
Starting web server: apacheSyntax error on line 1018 of /etc/apache/httpd.conf:
Invalid command 'WebAppDeploy', perhaps mis-spelled or defined by a module not included in the server configuration
failed
xanatel:~#
1 respuesta
Respuesta de dfmarin
1