> IMHO,
> There is no way to connect multiple JRun servers to one instance of an
HTTP
> server.

 I am running 3 JRun servers which connect to one single instance of Apache.



>There is no way to map certain URL's to go to this JRun server,
> versus this JRun server.

I don't know the answer to this since I only use web applications.





>The only thing you can do is to map URL's to go to
> certain web apps, but they all must go to the same JRun server.


Each one of my three JRun servers is running a web-app. The URL mapping
(which must be unique) for each web-app
is defined in the local.properties file located in the directory of the JRun
server that is running that specific web-app. Here is a breakdown:

JRun server 1 - this server hosts web-app with a unique URL-mapping of
/myWebApp1
JRun server 2 - this server hosts web-app with a unique URL-mapping of
/myWebApp2
JRun server 3 - this server hosts web-app with a unique URL-mapping of
/myWebApp3

As you can see, you cannot specify the same URL mapping for each web-app
across multiple servers since Jrun then won't know which server to use.






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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