[Opensource] db conext without creation of expresso tables?

Peter A. J. Pilgrim peterp at xenonsoft.demon.co.uk
Mon Oct 14 18:13:10 PDT 2002


Mike Traum wrote:
> There used to be a flag that you could use to specify that expresso 
> should not attempt to create it's system tables in a defined context, 
> but it is gone now. How can this be accomplished?
>  
> Thanks,
> Mike
>  

You use the following XML tag

	<hasSetupTables>false|true</hasSetupTables>

For example

<expresso-config>
         <logDirectory>%web-app%WEB-INF/log</logDirectory>

	...

         <context name="default">
                 <description>Hypersonic Database</description>
		<hasSetupTables>true</hasSetupTables>

	...

</expresso-config>

Hope it helps

-- 
Peter Pilgrim
ServerSide Java Specialist

Follow the link to my on-line resume and interview videos.
    ||
    \\===>  ``http://www.xenonsoft.demon.co.uk/no-it-striker.html''




More information about the Opensource mailing list