Yes, it's the same for obj.conf. -----Original Message----- From: Pan, Sue [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 07, 2001 10:01 AM To: JRun-Talk Subject: RE: Help-Multiple JRun servers connecting to a single external we b server Hi Lin, I am trying to connect multiple JRun servers to the same Netscape Enterprise Server. When you say modifying jrun.ini, would it be the same to make similar changes in the obj.conf file since we don't have jrun.ini? Thanks, Sue -----Original Message----- From: Lin Lin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 7:05 PM To: JRun-Talk Subject: RE: Help-Multiple JRun servers connecting to a single external we b se rver 1. To make Jrun recognize more then one IP address, or more than one Jrun instance: 1).Please make the following changes in you jrun.ini file: delete proxyhost,proxyport,rulespath, and add the server name to the jvmlist .... so your jrun.ini file should look like this: jrun.rootdir=D:/JRUN30 jvmlist=default,newserver1,newserver2 verbose=false #proxyhost=127.0.0.1 #proxyport=8088 scriptpath=/scripts/jrun.dll #rulespath=D:/jrun30/servers/default/local.properties #errorurl=<optionally redirect to this URL on errors> 2). make sure you added the new server in your jvms.properties under \lib directory of your Jrun folder, so you should have: admin=C:/Program Files/Allaire/JRun/servers/admin default=C:/Program Files/Allaire/JRun/servers/default newserver1=C:/Program Files/Allaire/JRun/servers/newserver1 newserver2=C:/Program Files/Allaire/JRun/servers/newserver2 -----Original Message----- From: Pan, Sue [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 5:06 PM To: JRun-Talk Subject: Help-Multiple JRun servers connecting to a single external web se rver Hi all, I am wondering if anyone has successfully installed multiple JRun servers to connect to one external web server. I've been trying JRun 3.0 (SP2) with NES 3.6, but so far only the last server added is recognized. It seems like the proxyport in the obj.conf file is always being overwritten by the last JRun server's jcp port number. For example, if the default server has jcp.endpoint.main.port=51000, and the foo server has jcp.endpoint.main.port=51001 as set in the local.properties files, the obj.conf file for the web server will only have the following ......... proxyport="51001" verbose="false" proxyhost="127.0.0.1" jvmlist="default, foo" .... If both default and foo servers are started, only applications running on the foo server were recognized. However, if I use JRun's own web server, both servers are okay. Is this a bug or did I miss anything from the JRun documentation? Thanks, Sue ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
