Hi,
I'm currently getting to grips into a linux setup. I'm new at linux, so I'm learning how it works.
For a start, I installed a test box with Ububtu 7.04 Server. Since I want to learn how to do everything, I downloaded Java from Sun, and Apache Geronimo J2EE web server.
Now the system is working good. At startup, Geronimo goes up listening in port 8080.
Now I want to install subversion, as I would like to do some version control.
That's where some confusion just appears.
I read somewhere else that is was a practice to install an apache2 server to redirect requests. I saw some tutorial on installing Tomcat, that would install to servers, the Tomcat and the Apache2 server.
Is this correct, or am I confused? So why would I, for instance, install an Apache server when I already have a Geronimo server working? What would be the benefict?
Am asking this because I just installed svn, using the command "sudo apt-get install subversion", when I can also see in the tutorial that I should use "sudo apt-get install apache2 subversion libapache2-svn". So once again, an apache2 to reach subversion?
I didn't install it that way, and on restart, I can see with "netstat -natp" that I have no other port listening besides my ssh port 22 connection.
So this just confuses me. How is subversion control accessible through a client? Must I have an apache2 server? Again I arrive at question #1 ... the reason why we have to install apache2 to redirect stuff.
Thanks
I'm currently getting to grips into a linux setup. I'm new at linux, so I'm learning how it works.
For a start, I installed a test box with Ububtu 7.04 Server. Since I want to learn how to do everything, I downloaded Java from Sun, and Apache Geronimo J2EE web server.
Now the system is working good. At startup, Geronimo goes up listening in port 8080.
Now I want to install subversion, as I would like to do some version control.
That's where some confusion just appears.
I read somewhere else that is was a practice to install an apache2 server to redirect requests. I saw some tutorial on installing Tomcat, that would install to servers, the Tomcat and the Apache2 server.
Is this correct, or am I confused? So why would I, for instance, install an Apache server when I already have a Geronimo server working? What would be the benefict?
Am asking this because I just installed svn, using the command "sudo apt-get install subversion", when I can also see in the tutorial that I should use "sudo apt-get install apache2 subversion libapache2-svn". So once again, an apache2 to reach subversion?
I didn't install it that way, and on restart, I can see with "netstat -natp" that I have no other port listening besides my ssh port 22 connection.
So this just confuses me. How is subversion control accessible through a client? Must I have an apache2 server? Again I arrive at question #1 ... the reason why we have to install apache2 to redirect stuff.
Thanks