I need to setup a build development environment that includes the following
- Sonatype Nexus
- Jenkins
- Collabnet Subversion
My application runs on a GlassFish application server. I noticed that all the above three tools come with embedded application servers. I have downloaded each and have tried them out but i am a bit wary of the fact that i now have 4 application servers running.
I noticed that each of them also provide war file variant which can just be dropped on to an existing app server. I think with "Collabnet Subversion Edge" i probably dont have any other option as it doesnt come with a war installation option. The other two can be downloaded as war files.
What are the disadvantages of running both Nexus and Jenkins on the same application server. Are there any drawbacks? One i am investigating at the moment is how to configure it. It seems that it can only be configured once the war files has been exploded/unarchived by the application server.
I am also reluctant to drop these war files into the existing Glassfish instance as it is used for formal tests. I think maybe i should install Tomcat and use it for these tools. Would you recommend that i stick with the embedded servers or just use one application server and allocate more memory when necessary? Do any of these tools work better with their embedded servers or does it not make any difference?
Thanks