| Author |
servlet called first
|
aymane chetibi
Ranch Hand
Joined: Apr 12, 2006
Posts: 175
|
|
what would be the url pattern for the servlet to be called as soon as the site url is typed. and then this servlet gets some data from database and dispaches to index.jsp (home page). is that possible and if so how can we do it ?? thanks alot!
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
On my site, I have an example app that shows how to configure a webapp to use as servlet as the welcome page. There is also a simple MVC example that has code for forwarding from the servlet to the JSP. See: http://simple.souther.us
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: servlet called first
|
|
|