Can wildfire be embedded into a web server like hsqldb?

Can wildfire be embedded into a web server like hsqldb? I am using hsqldb webserver object inside a container and it works great. Can

I do the same with wildfire? Thanks dan

Hi,

if you mean servlet container and not web server then it is possible but not supported or recommended. It was anyhow supported for Wildfire 2.x.

You need to fetch the source and build the .war file and wildfireHome. There was a KW document which described this, maybe one can still find it somewhere.

LG

I was thinking that if hsqldb can open a port and add new threads then maybe I can add wildfire this way and maybe even add or mesh the two together and use the swing admin which edits the database features and give it access to the widlfire admin and edit wildfire this way. I really don’'t want to get into adding serivice to a J2EE server or container the normal way if I can.