> Anyone understand much about the J2EE Framework like *.ear
> files, *.war files, etc. and how it all relates to one another?
>
> I was considering deploying multiple ColdFusion Applications
> under one JRun Server. For example:
>
> \WebApps
> \WebApps\app1-ear
> \WebApps\app1-ear\cfusion1-war
> \WebApps\app1-ear\cfusion2-war
> \WebApps\app2-ear
> \WebApps\app2-ear\cfusion-war
> etc.
>
> I would presume that all these coldfusion applications would
> remain autonomous and would have individual CFAdministrators.
>
> Do I have this correct?
I'm not sure whether you can do this. Theoretically, I don't see why you
couldn't, except that you'd have to manually edit configuration files to get
each CF application to listen on different ports.
However, I'm not sure why you'd want to do this. If you did, they'd all
compete for the same JVM resources, and wouldn't be isolated in case of
failure at the JRun server itself. Why not just create multiple JRun
servers, one for each CF instance?
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
[Donations and Support]
- ColdFusion and J2EE Framework... Troy Simpson
- Re: ColdFusion and J2EE Framework... Dave Watts
- Re: ColdFusion and J2EE Framework... Troy Simpson
- Re: ColdFusion and J2EE Framework... Douglas Knudsen
- Re: ColdFusion and J2EE Framework... Troy Simpson
- RE: ColdFusion and J2EE Framework... Dave Watts
- Re: ColdFusion and J2EE Framework... Troy Simpson
- RE: ColdFusion and J2EE Framework... Dave Watts