<init-param>
<param-name>contextConfigLocation</param-name>
<param-value>web/servler1.xml
</param-value>
</init-param>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
/WEB-INF/applicationContext.xml,
/WEB-INF/securityContext.xml
</param-value>
</context-param>
drop table if exists public.role cascade
Caused by: org.postgresql.util.PSQLException: ERROR: relation "public.user_role" does not exist
FrmPass Pass = new FrmPass()
{StartPosition = FormStartPosition.CenterParent};
Pass.Owner = this;
Pass.ShowDialog();