Switch to full style
Java2 codes,problems ,discussions and solutions are here
Post a reply

web.xml file

Thu Feb 05, 2009 11:54 am

1.<welcome-file-list>
2. <welcome-file>EventsManagement.jsp</welcome-file>
3. </welcome-file-list>
4.
5.
6. <servlet>
7. <servlet-name>AddEventJSP</servlet-name>
8. <jsp-file>AddEventPage1.jsp</jsp-file>
9. </servlet>


Please explain to me this view line of code, what does those code mean?



Re: web.xml file

Thu Feb 05, 2009 11:33 pm

This code make references to servlets and jsp pages in the jsp container , so when you type AddEventJSP in the servlet it call AddEventPage1.jsp

Post a reply
  Related Posts  to : web.xml file
 Encrypt/Decrypt a file from source file to target file.     -  
 Copy file to file in java code- implementation     -  
 file descriptor vs file pointer     -  
 getting file name of html input file tag using jsp     -  
 How to convert xml file to Pdf file using C     -  
 C++ File I/O     -  
 JSP to Upload File     -  
 Reading the all file in php     -  
 I am new in PHP, want coding or PHP file     -  
 read from file in C++     -  

Topic Tags

Servlets/JSP