aspose file tools
The moose likes Struts and the fly likes ServletActionContext.getServletContext().getContextPath() Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "ServletActionContext.getServletContext().getContextPath()" Watch "ServletActionContext.getServletContext().getContextPath()" New topic
Author

ServletActionContext.getServletContext().getContextPath()

Meenatchi Sundar
Greenhorn

Joined: Jan 31, 2011
Posts: 12
Hi,
im new to servlets,jsp and struts framework.my Doubt is that in our project they are using the line ServletActionContext.getServletContext().getContextPath().What does it mean?Can anyone clear my doubts?
lokesh pattajoshi
Ranch Hand

Joined: Jul 29, 2009
Posts: 130
Hi,
ServletActionContext.getServletContext() returns ServletContext object so using the return object getContextPath() method has been called which will return the context path of your application.

Regards,
Lokesh
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: ServletActionContext.getServletContext().getContextPath()
 
Similar Threads
getContextPath()
Uploading images to webapp/images folder
easy uri context path req.getRequestURI()
Serving binaries to clients from a packaged application
Wildcard servlet mappings in web.xml - how to get the part behind the * ?