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

Reply via email to