2 Replies Latest reply on Oct 30, 2005 12:52 PM by guge

    configuration of Tomcat (not sure)

    guge

      I?m trying to setup ScrumWorks (team self-organization); which uses JBoss platform ? IMHO, the problem could be in settings of Tomcat.
      The problem: I have two web servers on my local machine:
      - port 8000 ? Apache 2
      - port 8080 ? ScrumWorks (JBoss)
      From local machine it looks well:
      - I request http://localhost:8000 (or http://domain:8000) and see Apache startpage
      - I request http://localhost:8080 (or http://domain:8080) and see ScrumWorks

      The problem appears, when someone tries to request from Internet:
      - Apache replies correctly from its port
      - ScrumWorks doesn?t reply at all ? ?cannot open the page?
      It seems that ScrumWorks doesn?t listen the port, but why does it reply when I request it from local machine (where it?s installed)?

      I?m just beginning with programming and web-servers, so my description, I suppose, isn?t sufficient, but if you have some ideas about reasons of the problem and the way to solve it, I?ll be glad to know them.

        • 1. Re: configuration of Tomcat (not sure)
          neelixx

          Firewall issues? I'm not familiar with how ScrumWorks packages Tomcat.

          Have you tried swapping ports? Running JBoss on 8000 and Apache on 8080, to see if the problem follows?

          • 2. Re: configuration of Tomcat (not sure)
            guge

            There is not any Firewall on the machine.
            I do not think that the reason is in the port ? Apache was working on this port (8080) just before ScrumWorks, and I did not have any problems.

            This is happening on Windows and the status of Apache does not influence the behavior of ScrumWorks.

            ps sorry for time-out, I was in a trip.