jboss vs apache2

Discussion in 'Installation/Configuration' started by misterm, Jan 18, 2006.

  1. misterm

    misterm Member HowtoForge Supporter

    Good evening with all

    I seek to connect JBoss (www.jboss.org) on ispconfig, but when I install the connector of tomcat, it says to me that it does not find the file apxs apache2, how to make....

    MM;)
     
  2. falko

    falko Super Moderator ISPConfig Developer

    You must install the apache-devel package on your server; if you're running Debian, use
    Code:
    apt-cache search apache
    to find the devel package for Apache2, and then install it:
    Code:
    apt-get install <package_name>
     

Share This Page