Login  Register

Re: Users - Ofbiz url

Posted by Ashish Vijaywargiya-2 on May 04, 2006; 9:27pm
URL: http://ofbiz.116.s1.nabble.com/Users-Ofbiz-url-tp138873p138874.html

Hi,

Check the following entry in the related web.xml file :
    <servlet-mapping>
        <servlet-name>ControlServlet</servlet-name>
        <url-pattern>/control/*</url-pattern>
    </servlet-mapping>

I think it may help you.