Bugs item #712654, was opened at 2003-03-31 15:00
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=712654&group_id=22866

Category: CatalinaBundle
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: Rauli Priha (rpriha)
Assigned to: Scott M Stark (starksm)
Summary: setting CatalinaBase attribute breaks .war deployment

Initial Comment:
I'm trying to set up a single instance of JBoss+tomcat
bundle with
own configuration profiles for several developers.
Since Tomcat
needs a workdir, I use a different CatalinaBase
attribute for each
profile. However, every time when CatalinaBase is set
(and differs from
CatalinaHome), I get this notice for each .war that
should be deployed:

INFO  [Engine] ContextConfig[/jmx-console]: Missing
default web.xml, using application web.xml only

On the other hand, these messages do not show up:

INFO  [Engine] StandardWrapper[/jmx-console:default]:
Loading container servlet default
INFO  [Engine] StandardWrapper[/jmx-console:invoker]:
Loading container servlet invoker

The versions used are JBoss 3.0.6 and Tomcat 4.1.18.

The directories should be correctly set. This is the
default one which works:

INFO  [Engine] WebappLoader[/jmx-console]: Deploying
class repositories to work directory
/opt/jboss-3.0.6_tomcat-4.1.18/tomcat-4.1.x/work/MainEngine/localhost/jmx-console

This is the one from the configuration that does not work:

INFO  [Engine] WebappLoader[/jmx-console]: Deploying
class repositories to work directory
/opt/jboss-3.0.6_tomcat-4.1.18/server/test/tomcat/work/MainEngine/localhost/jmx-console

When checking that path, I noticed that the jmx-console
subdirectory
does not get created at all, it's parent directory
"localhost" does not 
contain anything.

How to repeat the problem:

install a clean JBoss 3.0.6 + Tomcat 4.1.8 bundle, then
modify
server/default/deploy/tomcat41-service.xml so that
CatalinaBase
is set the same way as CatalinaHome. Create the
directory pointed
by the attribute. Then start with run.sh and try to access 
http://servername:8080/jmx-console/ which should give
you this error:

HTTP Status 404 - /jmx-console
type Status report
message /jmx-console
description The requested resource (/jmx-console) is
not available.
Apache Tomcat/4.1.18-LE-jdk14


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

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


-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: 
Dedicated Hosting for just $79/mo with 500 GB of bandwidth! 
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to