Bugs item #505029, was opened at 2002-01-17 11:17
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=505029&group_id=22866
Category: CatalinaBundle
Group: v2.4 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: Guillaume Cot� (gcote)
Assigned to: Scott M Stark (starksm)
Summary: WarpConnector isn't using the good dir
Initial Comment:
I modify the mbean entry for Catalina in jboss.jcml so
it looks like that :
<mbean
code="org.jboss.web.catalina.EmbeddedCatalinaServiceSX"
name="DefaultDomain:service=EmbeddedTomcat">
<attribute name="Config">
<Connector
className="org.apache.catalina.connector.warp.WarpConnector"
port="8008" minProcessors="5"
maxProcessors="75"
enableLookups="true"
acceptCount="10" debug="999"/>
</attribute>
</mbean>
It start a WarpConnector well, but when it received a
request, he looks for the file in the
$JBOSS/catalina/webapps instead of looking in the war.
But request received directly in http from catalina
are correctly processed from the war.
I can get my application to work in I copy the content
of the webapp in that directory (but I cannot do
hot-deployement anymore), but not the JAAS.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=505029&group_id=22866
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development