[ 
https://issues.apache.org/jira/browse/OFBIZ-4221?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13010213#comment-13010213
 ] 

Carl Lewis commented on OFBIZ-4221:
-----------------------------------

Using a fresh installation of 10.04, I changed the following xml fragment in 
\framework\base\config\ofbiz-containers.xml

<property name="http-connector" value="connector">
   <property name="port" value="8081"/>
</property>
(excluded unmodified properties)

> "Quick Add" button on order entry page always routes to default port
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-4221
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4221
>             Project: OFBiz
>          Issue Type: Bug
>          Components: order
>    Affects Versions: Release Branch 10.04
>         Environment: Windows
>            Reporter: Carl Lewis
>            Priority: Minor
>
> I have changed the port of my default container from 8080 to 8081 due to 
> business requirements. Note that I am using the default SSL port of 8443. 
> During testing, pressing the "Quick Add" button on the Order Entry screen 
> will result in a blank screen because it tries to use the default port 8080 
> regardless of my container setting. Manually changing the address line to the 
> correct port allows the page to load.
> Example:
> FROM:
> https://myofbizhost.com:8443/ordermgr/control/orderentry 
> TO:
> http://myofbizhost.com:8080/ordermgr/control/quickadd;jsessionid=BE3BA5141A227D677A2E992232748A34.jvm1

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to