The app lives in multiple environments. Some in the cloud, some in a private cloud, depending on a customer site. There are multiple clusters (not one cluster with multiple nodes) that are dynamically created (departments, etc.) and ports are being automatically assigned by the admin interface in some instances. This works very well for us, and both devs and ops love this system.
In any case, this is clearly a bug and should be fixed without requiring developers to specify ports to Tapestry that are already known by the system. On Sep 3, 2013, at 1:26 PM, Dmitry Gusev wrote: > Lenny, what cloud / cluster environments are you talking about? Do you have > any concrete examples? > I'm using this feature with OpenShift and Jelastic and it works fine, > there's no any dynamically assigned ports. > Is this even can be possible? > Because as far as I know application servers require so their binding ports > have to be set implicitly in configs. > Or these ports can be set using app-server specific system variables, which > you may read in provideApplicationDefaults and set those as value for the > tapestry symbols. > > > On Tue, Sep 3, 2013 at 8:53 PM, Lenny Primak <[email protected]> wrote: > >> Indeed it does (as stated in the comments of the issue also) >> Setting them is not a good option, as the installation is in the cloud / >> clusters >> with multiple ports, dynamically assigned ports, etc. >> Setting these would be a maintenance nightmare (if even possible) >> >> On Sep 3, 2013, at 9:20 AM, Massimo Lusetti wrote: >> >>> On Tue, Sep 3, 2013 at 10:22 AM, Lenny Primak <[email protected] >>> wrote: >>> >>>> In this issue: https://issues.apache.org/jira/browse/TAP5-1973 >>>> >>>> If you take a look at the last comment from Alejandro Scandroli, >>>> it looks like the side effect is still not fixed in 5.4. >>>> Right now, this is being worked around in FlowLogix, but I would like to >>>> remove >>>> this code (i.e. asking for this bug to get fixed) in 5.4 >>>> >>>> Thank you >>>> >>>> >>> Does the "issue" pops out only if you don't set HOSTPORT and >>> HOSTPORT_SECURE ? >>> >>> -- >>> Massimo Lusetti >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > Dmitry Gusev > > AnjLab Team > http://anjlab.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
