@Sadun89 forum rules require you use proper English. Either start typing properly or find some to teach you
@anand01 you can find working example of mapping in this post
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902
1) Similar principle as used on servlets can be used on pages (sorry can't help more as I'm going away till Tuesday, but if you search for JSP URL mapping you should find something useful)
2) Same way as you get connection for your login page through data manager do it any other servlet where you need to communicate with database (one of the reason why it was put in separate class to avoid duplication of whole DB connect and close in every servlet that may have need for connectivity)
peter_budo
Code tags enforcer
15,436 posts since Dec 2004
Reputation Points: 2,806
Solved Threads: 902