[
https://jira.jboss.org/jira/browse/JBESB-2449?page=com.atlassian.jira.plu...
]
Tom Fennelly closed JBESB-2449.
-------------------------------
Resolution: Rejected
The embedded Tomcat http-listener has been deprecated. This will be possible with the new
version.
The Get or Post request
'http://localhost:8080/jbossesb/httpgateway/serviceA' can not be passed in ESB
service through HttpGateway
-----------------------------------------------------------------------------------------------------------------------------------
Key: JBESB-2449
URL:
https://jira.jboss.org/jira/browse/JBESB-2449
Project: JBoss ESB
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Rosetta
Affects Versions: 4.5
Reporter: Jim Ma
Fix For: 4.7
When context value of <http-bus> is configured to
"/jbossesb/httpgateway/serviceA" ,the HttpGatewayListener will use name
"jbossesb/httpgateway/serviceA" to create web context and use "/" to
create servlet mapping . The Get or Post request for
"http://localhost:8080/jbossesb/httpgateway/serviceA" can not be passed in
HttpDistpatchServlet.
I think we can use "jbossesb/httpgateway" to create web context and use
"/serviceA/*" to create servlet mapping , then all the following requests can be
passed in ESB service.
http://localhost:8080/jbossesb/httpgateway/serviceA/1234
http://localhost:8080/jbossesb/httpgateway/serviceA/5678
http://localhost:8080/jbossesb/httpgateway/serviceA?a=b
http://localhost:8080/jbossesb/httpgateway/serviceA/
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira