>>>I would run the installer and just move the files.  The installer builds 
the DB, copies a project template across and makes the odd config change 
to ./config/_serverspecificvars.cfm 


My configuration looks like this:
Farcry here:
D:\servers\lib\farcry\v3.0\farcry_core
D:\servers\lib\farcry\v3.0\farcry_pliant
D:\servers\lib\farcry\v3.0\farcry_mollio
D:\servers\lib\farcry\v3.0\fourq

I have the JWS (default jrun web server) virtual directory defined for
farcry as this:
<virtual-mapping>
  <resource-path>/farcry</resource-path>
  <system-path>d:/servers/lib/farcry/v3.0/farcry_core/admin</system-path>
</virtual-mapping>

I have a ColdFusion Mapping as follows:
/farcry :: D:\servers\lib\farcry\v3.0

It looks like farcry put my site files under the farcry/v3.0 directory after
I ran the installer with the call to http://127.0.0.1:8308/farcry/install:

D:\servers\lib\farcry\v3.0\jrun01 
and it includes these subdirectories:
config
customadmin
includedObj
packages
system
webskin
www

I do not want my custom site files to be located in my d:\servers\lib path,
so can I move them to here?
d:\cfprojects\farcry_pub01\

Now I need to figure out how to make the JWS root to
d:\cfprojects\farcry_pub01\www.
If I put the following in my jrun-web.xml file, I get my crazy errors again.

<virtual-mapping> 
  <resource-path>/*</resource-path> 
  <system-path>d:/cfprojects/farcry01/www</system-path> 
</virtual-mapping> 

Things that make you say, "Hhmmmm".

This is where I am stuck now.



--
View this message in context: 
http://www.nabble.com/Farcry-with-Multiple-JRun-ColdFusion-instances-t1639433s621.html#a4441966
Sent from the FarCry - Dev forum at Nabble.com.


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