Thanks Stephen for sharing that information.
I am able to create multiple JRun/ColdFusion instances without a hitch.
My problem is configuring farcry 3.0x in a mulitple J2EE server
environment.

I'll work through the steps again.

Sincerely,
Troy

Stephen Moretti wrote:
> Troy,
>
> I've only recently been playing with Multiple Instances of CFMX on JRun with
> Apache.  I also did an install of farcry on one of the instances I set up
> with no problems.
>
> I say no problems....  it took me a while to get everything just right with
> the JRun instances and Apache (with the help for Andy Allan from the
> Scottish CFUG), but now I can set up instances like I've been doing it all
> my CF life.. :)
>
> I wrote myself a check list of what I needed to do and posted it on my
> blog.
> http://nil.checksite.co.uk/index.cfm/2006/5/2/CFMX-MultiServer-Set-up
>
> Its not got a huge amount of detail, so there is an element of RFTM, but I
> hope it helps you with setting up your instances.
>
> Stephen
>
>
>
> On 18/05/06, Troy Simpson <[EMAIL PROTECTED]> wrote:
> >
> >
> > >>>>>
> > I run multiple versions of farcry on my multiserver system.  Remove
> > JRUN from the equation.  You set up the multiserver environment the
> > same for any coldfusion application -- I assume you have this right.
> > >>>>>
> >
> > This is exactly what I am trying to accomplish.
> > Thank you so much.
> >
> > Forgive me for being a little dense (or hardheaded), but how can I
> > remove JRUN from the equation?
> >
> > My JRUN server instance is located here:
> > D:\servers\jrun01\
> >
> > I have configured the ColdFusion Application as an EAR with a
> > ColdFusion
> > WAR:
> > D:\servers\jrun01\cfusion-ear\cfusion-war
> >
> > My context root for the ColdFusion WAR is set as root ("/") in this
> > config
> > file:
> > D:\servers\jrun01\cfusion-ear\META-INF\application.xml
> >
> > <?xml version="1.0" encoding="UTF-8"?>
> > <!DOCTYPE application PUBLIC "-//Sun Microsystems, Inc.//DTD J2EE
> > Application 1.2//EN"
> > "http://java.sun.com/j2ee/dtds/application_1_2.dtd";>
> >    <application id="Application_ID">
> >       <display-name>Macromedia ColdFusion MX</display-name>
> >       <description>Macromedia ColdFusion MX</description>
> >       <module id="WebModule_1">
> >          <web>
> >             <web-uri>cfusion-war</web-uri>
> >             <context-root>/</context-root>
> >          </web>
> >       </module>
> >    </application>
> >
> > The JWS web server config file (jrun-web.xml) is located here:
> > D:\servers\jrun01\cfusion-ear\cfusion-war\WEB-INF
> >
> > The config file also has a virtual mapping to the context root and if I
> > unremark this bit of code I get my errors again.
> >     <!--
> >     <virtual-mapping>
> >       <resource-path>/*</resource-path>
> >       <system-path>d:/cfprojects/farcry01/www</system-path>
> >     </virtual-mapping>
> >     -->
> >
> > So there appears to be a conflict between the context root in
> > application.xml and the virtual mapping in jrun-web.xml.
> >
> > The application.xml says that the web server root "/" should point to
> > here:
> > D:\servers\jrun01\cfusion-ear\cfusion-war\WEB-INF
> >
> > But the jrun-web.xml virtual mapping says that the web server root "/"
> > should point to here:
> > d:/cfprojects/farcry01/www
> >
> > I guess JWS chooses d:/cfprojects/farcry01/www and then everything
> > blows up.
> >
> > Thanks again,
> > Troy
> >
> >
> > >
> >
>
> ------=_Part_31647_8168603.1147961401675
> Content-Type: text/html; charset=ISO-8859-1
> Content-Transfer-Encoding: quoted-printable
> X-Google-AttachSize: 4433
>
> Troy,&nbsp; <br><br>I've only recently been playing with Multiple Instances 
> of CFMX on JRun with Apache.&nbsp; I also did an install of farcry on one of 
> the instances I set up with no problems.<br><br>I say no problems....&nbsp; 
> it took me a while to get everything just right with the JRun instances and 
> Apache (with the help for Andy Allan from the Scottish CFUG), but now  I can 
> set up instances like I've been doing it all my CF life.. :)
> <br><br>I wrote myself a check list of what I needed to do and posted it on 
> my blog.&nbsp; <br><a 
> href="http://nil.checksite.co.uk/index.cfm/2006/5/2/CFMX-MultiServer-Set-up";>http://nil.checksite.co.uk/index.cfm/2006/5/2/CFMX-MultiServer-Set-up
> </a><br><br>Its not got a huge amount of detail, so there is an element of 
> RFTM, but I hope it helps you with setting up your 
> instances.<br><br>Stephen<br><br><br><br><div><span class="gmail_quote">On 
> 18/05/06, <b class="gmail_sendername">
> Troy Simpson</b> &lt;<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
> PROTECTED]</a>&gt; wrote:</span><blockquote class="gmail_quote" 
> style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; 
> padding-left: 1ex;">
> <br>&gt;&gt;&gt;&gt;&gt;<br>I run multiple versions of farcry on my 
> multiserver system.&nbsp;&nbsp;Remove<br>JRUN from the 
> equation.&nbsp;&nbsp;You set up the multiserver environment the<br>same for 
> any coldfusion application -- I assume you have this right.
> <br>&gt;&gt;&gt;&gt;&gt;<br><br>This is exactly what I am trying to 
> accomplish.<br>Thank you so much.<br><br>Forgive me for being a little dense 
> (or hardheaded), but how can I<br>remove JRUN from the equation?<br><br>My 
> JRUN server instance is located here:
> <br>D:\servers\jrun01\<br><br>I have configured the ColdFusion Application as 
> an EAR with 
> a<br>ColdFusion<br>WAR:<br>D:\servers\jrun01\cfusion-ear\cfusion-war<br><br>My
>  context root for the ColdFusion WAR is set as root (&quot;/&quot;) in this
> <br>config<br>file:<br>D:\servers\jrun01\cfusion-ear\META-INF\application.xml<br><br>&lt;?xml
>  version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;<br>&lt;!DOCTYPE 
> application PUBLIC &quot;-//Sun Microsystems, Inc.//DTD J2EE
> <br>Application 1.2//EN&quot;<br>&quot;<a 
> href="http://java.sun.com/j2ee/dtds/application_1_2.dtd";>http://java.sun.com/j2ee/dtds/application_1_2.dtd</a>&quot;&gt;<br>&nbsp;&nbsp;
>  &lt;application id=&quot;Application_ID&quot;&gt;<br>
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;display-name&gt;Macromedia ColdFusion 
> MX&lt;/display-name&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;description&gt;Macromedia
>  ColdFusion 
> MX&lt;/description&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;module 
> id=&quot;WebModule_1&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>  &lt;web&gt;<br>
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;web-uri&gt;cfusion-war&lt;/web-uri&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;context-root&gt;/&lt;/context-root&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
>  
> &lt;/web&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;/module&gt;<br>&nbsp;&nbsp;
>  &lt;/application&gt;<br><br>The JWS web server config file (
> jrun-web.xml) is located 
> here:<br>D:\servers\jrun01\cfusion-ear\cfusion-war\WEB-INF<br><br>The config 
> file also has a virtual mapping to the context root and if I<br>unremark this 
> bit of code I get my errors again.<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;!--
> <br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;virtual-mapping&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;resource-path&gt;/*&lt;/resource-path&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;system-path&gt;d:/cfprojects/farcry01/www&lt;/system-path&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&lt;/virtual-mapping&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;--&gt;<br><br>So
>  there appears to be a conflict between the context root in
> <br>application.xml and the virtual mapping in jrun-web.xml.<br><br>The 
> application.xml says that the web server root &quot;/&quot; should point 
> to<br>here:<br>D:\servers\jrun01\cfusion-ear\cfusion-war\WEB-INF<br><br>But 
> the
> jrun-web.xml virtual mapping says that the web server root 
> &quot;/&quot;<br>should point to here:<br>d:/cfprojects/farcry01/www<br><br>I 
> guess JWS chooses d:/cfprojects/farcry01/www and then everything<br>blows 
> up.<br><br>
> Thanks again,<br>Troy<br><br><br></div><br>
> 
> ------=_Part_31647_8168603.1147961401675--


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/farcry-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to