On Mon, 2004-02-16 at 22:56, Sangeeta Karmokar wrote:
> Can anyone help me Please....
>
> Intially I was working on PC so Coldfusion Server was running on
> PC, but now in my office they have shifted PC to Mac OS X.
Congratulations :)

> You
> know in PC how we can  save all database in db folder and cfm pages
>  in WWWroot folder of the server and then later from Admin section
> we can map the folder. but in Mac Server I am not sure where to save
> the database files and cfm files?

I do not know where they are on Mac Server, and I assume there is no GUI
on Mac server (if so it's probably in "Macinthosh HD" then
"Applications"; however if it is the same directory structure as linux
look in /opt/coldfusionmx/, or in the apache (I am assuming) directory.

If you have GUI open a terminal if not just type:

[computer:~you]$ find / -name "*.cfm"

that will find all the .cfm files on your system, that should give you a
clue as to where to start looking. if that goes by too fast try:

[computer:~you]$ find / -name "*.cfm" | more

> I know we have to create a separate server for each project but where
> to save the database file and cfm pages and how to map it?

Map it? Like create a short cut, share the directory over the network,
or map it in cold fusion administrator?

network stuff depends on what you are using - and I cant say for sure
how you are doing it, but if you mean map it like a "short cut" on
windows

[computer:~you]$ ln -s /Applications/something /private/somewhere

that makes a "short cut" from /Applications/something to
/private/somewhere (meaning when you go into /private/somewhere you get
the files in /Applications/something)

if you have a gui hold the ctrl key click on the folder and choose make
alias.

If you are going to do a lot of work with mac stuff I suggest you check
out the bash and csh shells.

I hope I was close to answering your questions ;)

--
Vale,
Rob

Luxuria immodica insaniam creat.
Sanam formam viatae conservate!

http://www.rohanclan.com
http://treebeard.sourceforge.net
http://ashpool.sourceforge.net
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to