New embedded wildfire web server idea

New embedded wildfire web server idea

My idea is to somehow recreate what I have running inside a coldfusion application already (which is cool)

Example

http://www.cfide.org:9000/

To start the embedded server running I just added the hsqldb.jar at runtime put the hsqldb webserver in memory and called a bunch

of set methods.

setTrace

setDatabasePath

setWebRoot

setPort

setDatabaseNumber

Then used the

start() method and bingo the swing applet (above) finds the running server and the database runs great!

My question to all wildfire developers is can I do the same thing i.e. call a object and use a few set methods and press start?

If I can that would be so cool!!

Thanks Dan