DO NOT REPLY [Bug 32865] - Host does not respect deployOnStartup setting when starting

2005-01-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32865.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32865


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |




--- Additional Comments From [EMAIL PROTECTED]  2005-01-25 20:11 ---
I use this feature with virtual hosting on 5.0.28 so that I don't have to create
separate appBases for each host.  I set deployOnStartup=false and create
context elements for all of the webapps I want in each host in server.xml.

I'm upgrading to 5.5.4 and have discovered that this doesn't work.  Creating
separate appBase dirs for each host seems to create an unnecessarily complicated
dir structure so I have applied Tony's patch.  This feature is not useless to 
me.

I think that as more people migrate to 5.5.X many will have the same issue.  It
doesn't look to me like the addition of the flag complicates the code or has a
negative impact on performance.  If the only reason to remove it is that you
don't think it will be used, I believe you should put it back in.  As you can
see, it is used.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 32865] - Host does not respect deployOnStartup setting when starting

2005-01-25 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32865.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32865


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||WONTFIX




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 32865] - Host does not respect deployOnStartup setting when starting

2004-12-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32865.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32865





--- Additional Comments From [EMAIL PROTECTED]  2004-12-28 21:44 ---
Created an attachment (id=13846)
 -- (http://issues.apache.org/bugzilla/attachment.cgi?id=13846action=view)
patch to HostConfig


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 32865] - Host does not respect deployOnStartup setting when starting

2004-12-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32865.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32865


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX




--- Additional Comments From [EMAIL PROTECTED]  2004-12-28 22:31 ---
I removed this flag on purpose (obviously, it is useless).

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



DO NOT REPLY [Bug 32865] - Host does not respect deployOnStartup setting when starting

2004-12-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://issues.apache.org/bugzilla/show_bug.cgi?id=32865.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32865





--- Additional Comments From [EMAIL PROTECTED]  2004-12-28 22:59 ---
I urge you to reconsider:
1) the flag is not removed, there is still a property deployOnStartup, settable
in server.xml (sure in this case it may be useless) or settable on the MBean (in
which case it is very useful, for fine grained control of which apps get
deployed, and to configure the Contexts through JMX prior to deployment). It is
also documented, and worked in 5.0.x, 4.x.x and prior.
2) the patch causes no harm, if someone does not set deployOnStartup, it is true
by default. The patch just restores the previous documented functionality.
3) is there any reason for removing the flag, and why do you feel it is useless?
I am trying to embed Tomcat using JMX, and the ignoring of the deployOnStartup
flag is causing all kinds of problems. I need to set useNaming to false on the
contexts, and since DefaultContext is gone, the only way I can see to do this is
on the context themselves. I want to do this programmatically (through JMX), not
trhough yet another xml file.

Regards

Tony BenBrahim

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]