Hello All, I have installed Appian 7.8, jboss 6.3, MySql 5.5.41 on Ubuntu s

Hello All,
I have installed Appian 7.8, jboss 6.3, MySql 5.5.41 on Ubuntu system. I am able to access the server using port 8080. But now i want to access it using port 80 and followed the steps given on forum to "Configure Apache Web Server with jboss". But the server is still not accessible using port 80. Could anyone please help me to resolve the issue.

Thanks

OriginalPostID-143765

OriginalPostID-143765

  Discussion posts and replies are publicly visible

Parents
  • I believe that you need the tomcat admin package (for me, it's tomcat6-admin) to provide jk-manager and jk-status. After installing that, you just need to configure these two items in your workers.properties file.

    If you can't find workers.properties file, have a look at your apache config, for example: grep -r JkWorkersFile /etc/apache2. The config should contain something like the following, which indicates the path of the workers.properties file:

    <IfModule jk_module>
    JkWorkersFile /etc/libapache2-mod-jk/workers.properties
    # ...
    </IfModule>
Reply
  • I believe that you need the tomcat admin package (for me, it's tomcat6-admin) to provide jk-manager and jk-status. After installing that, you just need to configure these two items in your workers.properties file.

    If you can't find workers.properties file, have a look at your apache config, for example: grep -r JkWorkersFile /etc/apache2. The config should contain something like the following, which indicates the path of the workers.properties file:

    <IfModule jk_module>
    JkWorkersFile /etc/libapache2-mod-jk/workers.properties
    # ...
    </IfModule>
Children
No Data