aspose file tools
The moose likes Struts and the fly likes struts.xml file Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "struts.xml file" Watch "struts.xml file" New topic
Author

struts.xml file

Samanthi perera
Ranch Hand

Joined: Jan 08, 2010
Posts: 510
i found these code in my struts.xml file



what are the use of
1)

2)
what are the use of


3)are these codes required for every file?
Ankit Garg
Saloon Keeper

Joined: Aug 03, 2008
Posts: 9189
    
    2

This must be in the web.xml not struts.xml. The config init parameter tells struts where to look for the struts configuration file. You can find the details about initialization parameters of ActionServlet here...


SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: struts.xml file
 
Similar Threads
java.lang.NullPointerException at the starting of tomcat 6.0
Need related struts subapps in one struts app
The method doMarkDoneOutboundCall(null, String) is undefined for the type Done_jsp
what does <load-on-startup> do in web.xml ?
Struts.xml file in Eclipse