Sliver schrieb:
> Hi, in merit of FilePublication constructor method:
> 
> FilePublication(java.lang.String id, java.lang.String servletContextPath)
> 
> what is intended in the second argument with "String serveletContextPath"?
> 
> the result of getServletContext().getRealPath() of
> javax.servlet.ServletContext class or what?

Yes, it is the file system path to the web application context,
as returned by ServletContext.getRealPath("").

-- Andreas



-- 
Andreas Hartmann, CTO
BeCompany GmbH
http://www.becompany.ch


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to