Generally all OOTB apps when accessed via the 'mount points' redirect to
/control/main, but strangely this redirection happens for all applications except the Order manager application. So accessing https://demo-trunk.ofbiz.apache.org/ordermgr/ gives an error and user has to manually do https://demo-trunk.ofbiz.apache.org/ordermgr/control/main This issue is apparent in the trunk and release branch 13.07, but not in "11.04 Release Branch Demo" and "10.04 Release Branch Demo". -- Vyom
--
Vyom |
Administrator
|
There are few other components affected, at least facility and accounting
This is normally handled by index.jsp which is referenced from web.xml It's not specific to OFBiz http://wiki.metawerx.net/wiki/Web.xml.WelcomeFileList I can't find a reason it's working in stable and not trunk. It's no related to Tomcat version (7 for trunk) since R12.04 still work and use also Tomcat 7 Confused Jacques Le 07/03/2014 11:07, Vyom Jain a écrit : > Generally all OOTB apps when accessed via the 'mount points' redirect to > /control/main, but strangely this redirection happens for all applications > except the Order manager application. > > So accessing https://demo-trunk.ofbiz.apache.org/ordermgr/ gives an error > and user has to manually do > https://demo-trunk.ofbiz.apache.org/ordermgr/control/main > > This issue is apparent in the trunk and release branch 13.07, but not in > "11.04 Release Branch Demo" and "10.04 Release Branch Demo". > > -- > Vyom > |
Hi Jacques,
This is not related to Tomcat version, This is due to duplicate webapp definition. Same problem exists for accounting, facility and ordermgr webapp, as its defined also in specialpurpose/birt/ofbiz-component.xml. http://svn.apache.org/viewvc?view=revision&revision=1361130 http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/ofbiz-component.xml?r1=1361130&r2=1360638&pathrev=1361130 Thanks & Regards -- Deepak Dixit On Mar 8, 2014, at 6:01 PM, Jacques Le Roux wrote: > There are few other components affected, at least facility and accounting > This is normally handled by index.jsp which is referenced from web.xml > It's not specific to OFBiz http://wiki.metawerx.net/wiki/Web.xml.WelcomeFileList > > I can't find a reason it's working in stable and not trunk. It's no related to Tomcat version (7 for trunk) since R12.04 still work and use also Tomcat 7 > > Confused > > Jacques > > Le 07/03/2014 11:07, Vyom Jain a écrit : >> Generally all OOTB apps when accessed via the 'mount points' redirect to >> /control/main, but strangely this redirection happens for all applications >> except the Order manager application. >> >> So accessing https://demo-trunk.ofbiz.apache.org/ordermgr/ gives an error >> and user has to manually do >> https://demo-trunk.ofbiz.apache.org/ordermgr/control/main >> >> This issue is apparent in the trunk and release branch 13.07, but not in >> "11.04 Release Branch Demo" and "10.04 Release Branch Demo". >> >> -- >> Vyom >> smime.p7s (6K) Download Attachment |
Administrator
|
Thanks Deepak,
I was also thinking about the Birt move to specialpurpose (because the touched apps were related), but I could not easily find any evidences. It will be easier to track down and fix now :) Jacques Le 10/03/2014 04:17, Deepak Dixit a écrit : > Hi Jacques, > > This is not related to Tomcat version, This is due to duplicate webapp definition. Same problem exists for accounting, facility and ordermgr webapp, as its defined also in specialpurpose/birt/ofbiz-component.xml. > > http://svn.apache.org/viewvc?view=revision&revision=1361130 > http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/ofbiz-component.xml?r1=1361130&r2=1360638&pathrev=1361130 > > > Thanks & Regards |
In reply to this post by Deepak Dixit-2
Thank you Vyom for the bug report and thank you Deepak for tracking down the source of the problem.
I have committed a fix for it in rev. 1575875 Jacopo On Mar 10, 2014, at 4:17 AM, Deepak Dixit <[hidden email]> wrote: > Hi Jacques, > > This is not related to Tomcat version, This is due to duplicate webapp definition. Same problem exists for accounting, facility and ordermgr webapp, as its defined also in specialpurpose/birt/ofbiz-component.xml. > > http://svn.apache.org/viewvc?view=revision&revision=1361130 > http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/birt/ofbiz-component.xml?r1=1361130&r2=1360638&pathrev=1361130 > > > Thanks & Regards > -- > Deepak Dixit > > > On Mar 8, 2014, at 6:01 PM, Jacques Le Roux wrote: > >> There are few other components affected, at least facility and accounting >> This is normally handled by index.jsp which is referenced from web.xml >> It's not specific to OFBiz http://wiki.metawerx.net/wiki/Web.xml.WelcomeFileList >> >> I can't find a reason it's working in stable and not trunk. It's no related to Tomcat version (7 for trunk) since R12.04 still work and use also Tomcat 7 >> >> Confused >> >> Jacques >> >> Le 07/03/2014 11:07, Vyom Jain a écrit : >>> Generally all OOTB apps when accessed via the 'mount points' redirect to >>> /control/main, but strangely this redirection happens for all applications >>> except the Order manager application. >>> >>> So accessing https://demo-trunk.ofbiz.apache.org/ordermgr/ gives an error >>> and user has to manually do >>> https://demo-trunk.ofbiz.apache.org/ordermgr/control/main >>> >>> This issue is apparent in the trunk and release branch 13.07, but not in >>> "11.04 Release Branch Demo" and "10.04 Release Branch Demo". >>> >>> -- >>> Vyom >>> > |
Free forum by Nabble | Edit this page |