[JBoss JIRA] (WFLY-3368) Reverse proxy configuration should use outbound-socket-binding
by Tomaz Cerar (JIRA)
[ https://issues.jboss.org/browse/WFLY-3368?page=com.atlassian.jira.plugin.... ]
Tomaz Cerar edited comment on WFLY-3368 at 7/28/14 5:06 PM:
------------------------------------------------------------
@matt Would something like this cover your scenarios:
{code:xml}
<reverse-proxy name="reverse-proxy" connections-per-thread="30">
<host name="localhost" scheme="ajp" path="/sub-resource"outbound-socket-binding-ref="ajp-remote" instance-id="myRoute"/>
</reverse-proxy>
{code}
and later in config you have
{code:xml}
<outbound-socket-binding name="ajp-remote">
<remote-destination host="localhost" port="8009"/>
</outbound-socket-binding>
{code}
was (Author: ctomc):
@matt Would something like this cover your scenarios:
{code:xml}
<reverse-proxy name="reverse-proxy" connections-per-thread="30">
<host name="localhost" scheme="ajp" outbound-socket-binding-ref="ajp-remote" instance-id="myRoute"/>
</reverse-proxy>
{code}
and later in config you have
{code:xml}
<outbound-socket-binding name="ajp-remote">
<remote-destination host="localhost" port="8009"/>
</outbound-socket-binding>
{code}
> Reverse proxy configuration should use outbound-socket-binding
> --------------------------------------------------------------
>
> Key: WFLY-3368
> URL: https://issues.jboss.org/browse/WFLY-3368
> Project: WildFly
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Web (Undertow)
> Affects Versions: 8.0.0.Final
> Reporter: Matt Wringe
> Assignee: Tomaz Cerar
> Fix For: 9.0.0.Beta1
>
>
> The reverse proxy configuration in standalone.xml requires a string value and will not accept variables like most of the other options.
> for example, something like this should be valid, but its currently not:
> {code:xml}
> <handlers>
> <reverse-proxy name="reverse-proxy" connections-per-thread="30">
> <host name="${myURL}" instance-id="myRoute"/>
> </reverse-proxy>
> <handlers>
> {code}
> Here you need to specify the name as something like "http://127.5.183.1:8080"
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (JBJCA-1200) CachedConnectionManager should only lock if needed
by Jesper Pedersen (JIRA)
Jesper Pedersen created JBJCA-1200:
--------------------------------------
Summary: CachedConnectionManager should only lock if needed
Key: JBJCA-1200
URL: https://issues.jboss.org/browse/JBJCA-1200
Project: IronJacamar
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Core
Affects Versions: 1.2.0.Beta3, 1.1.6.Final, 1.0.26.Final
Reporter: Jesper Pedersen
Assignee: Jesper Pedersen
Priority: Critical
Fix For: 1.0.27.Final, 1.1.7.Final, 1.2.0.Beta4
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months
[JBoss JIRA] (WFLY-3681) General Schema Sync with EAP
by Darran Lofthouse (JIRA)
Darran Lofthouse created WFLY-3681:
--------------------------------------
Summary: General Schema Sync with EAP
Key: WFLY-3681
URL: https://issues.jboss.org/browse/WFLY-3681
Project: WildFly
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Reporter: Darran Lofthouse
Assignee: Darran Lofthouse
Priority: Critical
Fix For: 9.0.0.CR1
This may actually be more about pushing some changes to EAP, new schemas are being tracked by individual issues but for the remaining schemas where cosmetic changes have been made or corrections to default values and min/max occurs we need to sync with EAP.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
11 years, 9 months