aspose file tools
The moose likes Struts and the fly likes What are Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "What are "requests that don Watch "What are "requests that don New topic
Author

What are "requests that don't contain an application suffix"?

Harry Henriques
Ranch Hand

Joined: Jun 17, 2009
Posts: 206
Programming Jakarta Struts by Chuck Cavaness wrote:

If you use only a single Struts configuration file, you will have only a single application. This is known as the default application. To make processing requests for the default application and the application modules simple and consistent, the default application is treated as just another application module. Therefore, any requests that don't contain an application suffix will be routed and handled by the default application.



This is a general note in the referenced text. I don't understand this note. I googled "application suffix", and I wasn't able to find a useful explanation. Can you help me?

Thanks,
Harry
 
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: What are "requests that don't contain an application suffix"?
 
Similar Threads
JNDI in Servlets
struts 2 default behaviour to handle multiple requests
other than ActionServlet
HTTP Status 404
Action Class State