I am thinking on deploying multiple (and different) web applications on the same server using the following schema:
Is this a good practice? Any recommendations?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t see any glaring reasons why you should not do it this way. After all, not every website is dedicated to just a single task or application. Another approach would be to use subdomains, like:
app1.mydomain.com
app2.mydomain.com
Yahoo and Google both use these, for example. The folder approach is a good way to get things up and running for testing though.