Search code examples
serverscmmanager

SCM-Manager where is the application


I am trying to understand how scm-manager (i'm running 1.60) works.

I work on a local network of many computers. I can connect to http//localhost:8080/scm from within the computer that has scm-manager

Or i can replace local host with the name of this computer and connect from other computers in the network.

the reason i'm confused is because I assume there must be some sort of server that listens on 8080 on this computer, but when I look through windows processes I don't see any jetty server. I don't see any scm-server process running on the computer.

Can you explain where the scm-manager server lives?

I looked in IIS and I don't see it anywhere there either.

very confused.


Solution

  • You should find a Java process somewhere, like the one in the image. This is the case for nearly all Java based programs. You can distinguish them when you take a look at the (most times very long) parameters list. For SCM-Manager, you will find jetty there, for example.

    Image of windows task manager with Java process