I am trying to create a thesis repository where the client side and admin side will have different url like Client - thesisrepo (at) domain (dot) com, and Admin - managerepo (at) domain (dot) com but they will connect to the same context, which is ThesisRepoContext.
- Is this design recommended? Cause I don't want the clients to access the admin side (of course) by url, so I'm thinking of separating its address.
- Is this possible? Is it possible to deploy two websites connecting to one database context? If yes, how?
Thanks in advance