Hello, I'm planning to use H2 for a game I'm developing using Flash and SmatFox Server which comes an emmbedded H2 engine.
They provide a script to launch H2 console : @java -cp "lib/h2.jar" org.h2.tools.Server The issue I'm facing is that I'm deploying my game on a remote Linux server without access to the Desktop and I need to be able to access H2 remotely. I tried add -webAllowOthersbut no success. any help please? Thanks -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
