Idiot's guide to creating a virtual server or adding an additional domain to Sun Java apps server?
I need some help. I am a hardware guy thrown into a situation I know nothing about. I have SJAS deployed in a windows environment and in a linux environment. The .War files autodeploy properly and the Java guy that we have knows how to make his app work but cannot help me enough to get two apps working on one server. I have looked for documentation on this and none of it seems all that clear to us non java people. :)
What I need:
The ability to run 2 apps on
www.blahexample.com. I can use different ports it doesn't matter. Different host header. So it so it could be app1.blahexample.com or app2. Or is could be
www.blahexample.com/app1 or /app2:8080.
I prefer to make this work in linux but windows is ok too.
Thanks for any help in advance.
Casey