Discuss J2EE MX configuration help ! in the ColdFusion Development forum on Dev Shed. J2EE MX configuration help ! ColdFusion Development forum discussing CFML coding practices, tips on CFML, and other CFML related topics. Find out why ColdFusion is the tool of choice for many e-commerce developers.
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
J2EE MX configuration help !
I searched through the whole net and could not find any example of configuring multi instance for MX running on iplanet/NES web server.
Basically I've installed jrun and have successfully got 2 CF instances runing (cfusion & cfusion2). i'm using iplanet web server and wonder how I could have one obj.conf file running for 2 instances, instead of having each iplanet web instance running for 1 CF instance.
e.g
URL<hostname>:8000/... for cfusion (have it's own obj.conf)
URL<hostname>:8001/... for cfusion (have it's own obj.conf)
Does anybody has done this before and know any resources ?