I need to initial login.jsp,

<welcome-file>login.jsp</welcome-file> 

the list of goods was displayed, which is taken from the database, and which in turn is obtained after processing the controller at

 /controller?command=MainPageCommand 

In other words, before the first page is loaded, I have to upload a list of products to it. Perhaps you need to write the address in the welcome-file, I tried it, but something does not work, tell me how it can be done without js.

    0