I was wondering if it's possible to provide the JDBC URL as a query
parameter so that it can be bookmarked in the browser instead of
entering it manually each time. For example, if my JDBC URL were
jdbc:h2:mem:mydb and I were running H2 on 8082, it would be great if I
could point my browser to: 
http://localhost:8082/login.jsp?jdbcurl=jdbc:h2:mem:mydb

Is this currently possible? I looked at the code for login.jsp and I
didn't think I saw anything that would allow this, but I've not done
any JSP programming so I'm not positive. Thanks!

-Ben Burton

-- 
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.

Reply via email to