If anybody has the time and is willing to give this a try, I'd like to know if
it's possible to deploy a webapp via JMX/jconsole in either tomcat 5.5.x or
6.0.x. I can't seem to do it, although it's possible I have a configuration problem.

Thanks.


On 06/02/2010 11:54 AM, Konstantin Kolinko wrote:
2010/6/2 Jeff Ramin<jeff.ra...@singlewire.com>:
I've been experimenting some more, and can't seem to find a solution to my
situation.
Deploying an app via JMX seems to be broken.
The manager webapp uses JMX. So it should be working.

(Maybe not the methods that you are trying to use -- I do not know
which ones you are trying, but some others).

Anybody have any ideas, or is this unworkable?

I do not know what are those "the WebModule beans" that you mentioned
and how they do work, are deployed etc.

If the only thing that you need is that the incoming requests are not
serviced but are replied with error 503 (as Tomcat 5.5 does) or error
404 (as Tomcat 6 does), you can write a Filter that replies with
response.sendError()  until it is switched into pass-through state
with a JMX call or by other means.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org



--
Jeff Ramin
Software Engineer
Singlewire Software
2601 W Beltline Hwy #510
Madison, WI 53713

Phone Direct - 608.661.1172
www.singlewire.com


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to