|
|
|
<display-name>Struts Blank Application</
display-name>
<!— Standard Action Servlet Configuration
(with debugging) —>
<servlet>
<servlet-name>action</servlet-name>
<servletclass>
org.apache.struts.action.ActionServlet</
servlet-class>
<init-param>
<param-name>config</param-name>
<param-value>/WEB-INF/strutsconfig.
xml</param-value>
</init-param>
<init-param>
<param-name>debug</param-name>
<param-value>2</param-value>
</init-param>
<init-param>
<param-name>detail</param-name>
<param-value>2</param-value>
</init-param>
<load-on-startup>2</load-on-startup>
</servlet>
<!— Standard Action Servlet Mapping —>
<servlet-mapping>
<servlet-name>action</servlet-name>
<url-pattern>*.do</url-pattern>
</servlet-mapping>
<!— The Usual Welcome File List —>
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
</welcome-file-list>
<!— Struts Tag Library Descriptors —>
<taglib>
<taglib-uri>/tags/struts-html</taglib-uri>
<taglib-location>/WEB-INF/strutshtml.
tld</taglib-location>
</taglib>
</web-app>
|
|
|
|
Mar
2008 | Java Jazz Up |28 |
|
|
|
View All Topics |
All Pages of this Issue |
Pages:
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31,
32,
33,
34,
35,
36,
37,
38,
39,
40,
41,
42,
43,
44,
45,
46,
47,
48,
49,
50,
51,
52,
53 ,
54,
55,
56,
57,
58,
59,
Download PDF |
|
|
|
|
|
|
|
|
|