[ openjms-Bugs-737037 ] http transport ignores servlet path
"SourceForge.net" <[email protected]>
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <[email protected]> |
Bugs item #737037, was opened at 2003-05-13 09:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=737037&group_id=54559
Category: transport
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: John Evans (lgas)
Assigned to: Jim Alateras (jalateras)
Summary: http transport ignores servlet path
Initial Comment:
I was trying to use the http_jms.xml config example, but
with a few changes, specifically like so:
<HttpConfiguration host="www.jpevans.com"
port="8282"
clientPingInterval="20"
jndiServlet="/openjms-
0.7.5/OpenJMSJndi"
adminServlet="/openjms-
0.7.5/OpenJMSServer" />
And it seems to have been ignoring my adminServlet
setting, and trying to
access "/openjms/OpenJMSServer" instead. It looks
like perhaps this is hardcoded in the code.
I am able to workaround this by symlinking the openjms-
0.7.5 directory as openjms... but it would be nice if it
paid attention to those settings....
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=737037&group_id=54559