I have spent many years in the Microsoft stack, my company was purchased by a Java shop, over the next year while I maintain the old code while the company transitions folks to their system, I will be learning Java, but I need a bit of guidance:
The company uses SpringSource to do MVC based development. I like to have an understanding of the infrastructure of things, help me understand the big picture, as to know how everything is really related, in the end. I have done a lot with Apache over the years (but not with Java) so I am trying to figure out what is needed to get a Spring MVC web application running on Apache?
Is it simply a matter of setting up Apache with Tomcat and then installing the application into Tomcat? Or is there more to it? I have looked at SpringSource's info a bit, but it all assumes a level of knowledge I don't have yet, so I am simply trying to figure out were to start.