PORT 8080 VS PORT 8443

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
su2
Reply | Threaded
Open this post in threaded view
|

PORT 8080 VS PORT 8443

su2
Hi All,

I am newbie to OFBiz. I was wondering in OFBiz, what and where it decides to fire which application on PORT 8080 Vs PORT 8443.

I have one application where I do not have security element mentioned in <request-map> but I have not specified <app-bar-display=false> either. This application runs on PORT 8443 and not on PORT 8080.

I appreciate your help.

Thank you in advance.

Reply | Threaded
Open this post in threaded view
|

Re: PORT 8080 VS PORT 8443

Andrew Zeneski-4
The control for this is in the controller.xml file for the
application. When you specify https="true | false" this controls how
the page is requested. If there is no security element specified, then
it just requests the page using the current protocol.

Most likely, you are entering your application using https, or the
"main" request is configured for as "true" for https.


Andrew


On Tue, Jul 14, 2009 at 10:20 AM, su2<[hidden email]> wrote:

>
> Hi All,
>
> I am newbie to OFBiz. I was wondering in OFBiz, what and where it decides to
> fire which application on PORT 8080 Vs PORT 8443.
>
> I have one application where I do not have security element mentioned in
> <request-map> but I have not specified <app-bar-display=false> either. This
> application runs on PORT 8443 and not on PORT 8080.
>
> I appreciate your help.
>
> Thank you in advance.
>
>
> --
> View this message in context: http://www.nabble.com/PORT-8080-VS-PORT-8443-tp24480474p24480474.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
su2
Reply | Threaded
Open this post in threaded view
|

Re: PORT 8080 VS PORT 8443

su2
Hi Andrew,

I have not specified https in controller.xml anywhere, still my application only runs on PORT 8443 and not on PORT 8080.


Andrew Zeneski-4 wrote
The control for this is in the controller.xml file for the
application. When you specify https="true | false" this controls how
the page is requested. If there is no security element specified, then
it just requests the page using the current protocol.

Most likely, you are entering your application using https, or the
"main" request is configured for as "true" for https.


Andrew


On Tue, Jul 14, 2009 at 10:20 AM, su2<shuchi@pexsupply.com> wrote:
>
> Hi All,
>
> I am newbie to OFBiz. I was wondering in OFBiz, what and where it decides to
> fire which application on PORT 8080 Vs PORT 8443.
>
> I have one application where I do not have security element mentioned in
> <request-map> but I have not specified <app-bar-display=false> either. This
> application runs on PORT 8443 and not on PORT 8080.
>
> I appreciate your help.
>
> Thank you in advance.
>
>
> --
> View this message in context: http://www.nabble.com/PORT-8080-VS-PORT-8443-tp24480474p24480474.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>