Login  Register

Re: Users - Configuration of Url

Posted by Pradeep Sharma-3 on Apr 28, 2006; 3:29pm
URL: http://ofbiz.116.s1.nabble.com/Users-Configuration-of-Url-tp138751p138752.html

Hi,

To customize this URL, you might want to make changes at three places in web.xml file of you application:

1. In the "allowedPaths" init-param: Change the name of control to something you would like to have.

2. In the "redirectPath" init-param: Change this path from /control/main to /info/main (As you would like to have info in place of control).

3. Change
   <servlet-mapping>
        <servlet-name>ControlServlet</servlet-name>
        <url-pattern>/control/*</url-pattern>
    </servlet-mapping> 

to

    <servlet-mapping>
        <servlet-name>ControlServlet</servlet-name>
        <url-pattern>/info/*</url-pattern>
    </servlet-mapping>

I hope this will work for you.

Best regards,
Pradeep Sharma

 
On 4/28/06, G Venkata Phanindra <[hidden email]> wrote:
Hi
       I want to create a Webstore (Website) and i want the url patterns to be as Follows
             1 <a href="http://www.xyz.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> www.xyz.com  but i get by default with ofbiz as <a href="http://www.xyz.com/control/main" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.xyz.com/control/main i want to get rid of this.
            2 I want to customize few sections of urls Like
                 for information link i want them to be
                  <a href="http://www.xyz.com/info/abc" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> www.xyz.com/info/abc
                 i am getting by default in ofbiz as
                 <a href="http://www.xyz.com/control/info/abc......" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> www.xyz.com/control/info/abc........
          
Thanks and Regards
G Venkata Phanindra.   
            


With Regards,

G Venkata Phanindra.
Mobile :9849852989.


Jiyo cricket on <a href="http://us.rd.yahoo.com/mail/in/mailcricket/*http://in.sports.yahoo.com/cricket/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Yahoo! India cricket
<a href="http://us.rd.yahoo.com/mail/in/mailmobilemessenger/*http://in.mobile.yahoo.com/new/messenger/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Yahoo! Messenger Mobile Stay in touch with your buddies all the time.



_______________________________________________
Users mailing list
[hidden email]
<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.ofbiz.org/mailman/listinfo/users" target="_blank">http://lists.ofbiz.org/mailman/listinfo/users



 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users