two portals on same appserver with different domain names
Hi.
I'm trying to create two portals. one for domain1 and one for domain2.
I've tried creating a new Instance on my appserver, and adjusting the ip addresses, but when I do this I get trouble with both portals. (and the appserver(8.1))
Right now I'm running two zones, but I'd like to do this in one appserver, with one or more appserver instances.
Is this possible?
# 2
In general, you may find it useful to put APP server on high port numbers, and install the apps however you want/need to in seperate containers, then proxy to it using Web Server. The proxy plugin can go to different back end port numbers for different paths, so you can divide the instances, but still have it look seamless on the front end.
Yes, I know that's another layer of complexity, but it also gives you a huge amount more control than just using a single app server instance. Just my 2 cents.