AppserverIo\Appserver\ServletEngine\ServletConfiguration::getWebappPath PHP Method

getWebappPath() public method

Returns the webapp base path.
public getWebappPath ( ) : string
return string The webapp base path
    public function getWebappPath()
    {
        return $this->getServletContext()->getWebappPath();
    }