Bugs item #475302, was opened at 2001-10-26 07:00
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=475302&group_id=22866

Category: CatalinaBundle
Group: v2.4 (stable)
Status: Open
Resolution: None
Priority: 5
Submitted By: toby cabot (tcabot)
Assigned to: Scott M Stark (starksm)
Summary: can't deploy webapps to "root"

Initial Comment:
System context:
Debian 2.2
Linux tobypc 2.2.18pre21 #10 Thu Jun 7 17:04:47 EDT
2001 i686 unknown
java version "1.3.1"
Java(TM) 2 Runtime Environment, Standard Edition (build
1.3.1-b24)
Java HotSpot(TM) Client VM (build 1.3.1-b24, mixed mode)
JBoss-2.4.3_Tomcat-4.0
You can't deploy a webapp packaged in an .ear file to
the root context, i.e. the context that catches
requests for http://host.domain.tld/.

The problem is that
EmbeddedCatalinaServiceSX.java:initCatalina() deploys a
root context ("webapps/ROOT"), but because this wasn't
deployed using the normal process it never gets
undeployed and prevents any user application from
grabbing the root context.  

As a workaround you can comment out lines 295 and 296.
 This means that no root context will exist until the
user deploys one (so requests will get a 500), but the
user's deployment works.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=475302&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to