Hi,
I am not a webmaster or an apache expert, but a j2ee developer.
I have developed a j2ee application and for my client can host it on a machine in a j2ee server having a public I.P address.
This way the application, should be accesible over the web, as [
w.x.y.z...] where w.x.y.z is the public I.P address.
However, my client insists that I host it so that it is accesible under his existing registered domain ...eg; http: //www.existingDomain.com
He is adamant in not wanting to register w.x.y.z under a new name.
He insists, that current content which is viewable @ http: //www.existingDomain.com/curentContent, be kept undistrurbed and the new app should also be accesible on say something like http: //www.existingDomain.com/newApp
The website http: //www.existingDomain.com, uses Apache/ IIS or similar HTTPD software.
1. Is this demand, practically feasible ?
2. To achieve this, would I need to do ?
3. What would I need to get Created a subdomain or a Virtual-Host under http: //www.existingDomain.com ?
Off-course, I my j2ee app can funtion only on its own server specially built for it, I cannot simply copy it to some drive/ webspace and expect it to work.
ie. it is functionable only on the server w.x.y.z
But then what needs to be done so that requests coming to http: //www.existingDomain.com/newApp are served from the machine w.x.y.z?
Please advise.
Thank you.
Jeevan