Hello. -web command means that only a web server will be started. With this flag TCP server will not be started, but you still can connect to your database from the web console with local URL without a tcp part in it.
-webAllowOthers is a flag for a web server to allow remote connections. These commands are not related to each other. If you want to start only web server and allow remote connections to it you should specify both commands. If you want to start web server and TCP server and allow only a local connections to it, you should use "-web" and "-tcp" commands. If you want to start web server and allow remote connections to it and also start TCP server only for local connections you should specify "-web", "-webAllowOthers", and "-tcp". And so on. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
