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?

[401 byte] By [kristian_groenli] at [2007-11-26 6:18:49]
# 1
Yes, this can be done in two different domains. Just make sure you are using unique names and there is no port conflict.
mogili at 2007-7-6 14:01:48 > top of Java-index,Web & Directory Servers,Portal Servers...
# 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.

Sh0ckbyte at 2007-7-6 14:01:48 > top of Java-index,Web & Directory Servers,Portal Servers...