Thanks,
--Dave
<Call name="addWebApplication">
<Arg>/</Arg>
<Arg><SystemProperty name="jetty.home"
default="."/>/webapps/cfusion</Arg>
</Call>
After this is done start jetty. After jetty starts go to the cfadmin
page to complete it's setup process.
http://localhost:8080/CFIDE/administrator/index.cfm
You should now be able to process and run cfm pages.
Hope this helps.
--Dave
That seemed to do it. I can now access the Administrator, and I've
figured out how and where to run my CF apps. Thanks!
So what kind of database are you interfacing with, if any? I was
wondering if I might be able to create a dsn-less connection using an
Access database under CF7. They used to have this feature in earlier
versions of CF, but the feature was removed for whatever reason. But
Do you know if this can still be achieved somehow?
- yvan
Surely there must be a way to communicate with Access databases
directly (without the need for any kind of ODBC connection) under
CFMX7. Derby seemed promising, only my experiments with it have led me
to believe that the JRE would need to be bundled with the distributed
application in order to ensure 100% portability. And aside from that,
I'm finding that Derby databases are extremely awkward to create /
design, since the graphical clients that are available for them are
somewhat lacking and bug-ridden.
Anyone have any other possible database solutions? Preferably something
that doesn't rely on JAVA/JRE, and that doesn't require
re-configuration whenever the the physical location of the application
has changed?
Thanks in advance,
- yvan
hth ~megan
- yvan
Megan
- yvan