Re: Getting other Sessions

2005-02-23 Thread Michael Greer
); You can get the rest by each sessionId. Take a look at the MBean docs on how to make jmx calls. There is a jmxproxy in 5.5 manager app which shows all of the mbeans by default, and lets you test your queries. Complex, but not hard. -Michael Greer On Feb 22, 2005, at 11:17 PM, Joseph Shraibman

Re: can I develop dan deploy myapps as regular user at linux?

2005-02-22 Thread Michael Greer
Why not chown the whole tomcat directory to yourself (or your group)? Then you can just pop in your apps. Tomcat doesn't need to (and should not) run as root. No need to restart either. -Michael Greer On Feb 22, 2005, at 8:47 AM, Mohd. Jeffry wrote: Hi, I'm pretty new with tomcat, 1 month

Re: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-22 Thread Michael Greer
to know! Thanks, -Matt On Tue, 22 Feb 2005, Michael Greer wrote: Why don't you show us your config file. This behavior work fine for me with 5.5.7, with Apache mod_jk. On Feb 22, 2005, at 1:20 AM, Matt wrote: Is this simply not possible? I have tried extrapolating form the docs (which seems

Re: Class GtorActionServlet is not a Servlet

2005-02-21 Thread Michael Greer
Could you post the class itself? Perhaps it does _not_ implement servlet (most likely scenario). On Feb 21, 2005, at 9:41 AM, Adrian Wilford wrote: Hi, I am having a problem with Tomcat - I am running JBOSS 4.0.1 using Tomcat as the web container, and I am getting this odd Exception thrown, it

Re: Class GtorActionServlet is not a Servlet

2005-02-21 Thread Michael Greer
I would manually declare that class to be implementing the Servlet interface. Can't hurt (can it?) if it already does so by its ancestry. At least it is quick to add and test. On Feb 21, 2005, at 10:28 AM, Adrian Wilford wrote: HTTPServlet

Re: Tomcat: who is knocking on my door?

2005-02-21 Thread Michael Greer
Front it with apache and restrict access by user agent. -Michael Greer On Feb 21, 2005, at 5:55 PM, Dola Woolfe wrote: First, I'm sure this is documented so can anyone point me to the documentation on how to determine the client application. Second, does Tomcat itself do anything different

Re: log4j.properties not found in tomcat

2005-02-21 Thread Michael Greer
Where do you put log4j.properties currently? -Michael Greer On Feb 21, 2005, at 5:02 PM, Brian McGovern wrote: I have a wierd problem. Tomcat on W2k barks FileNotFound Exceptions for the log4j.properties file when i execute a servlet that instantiates log4j. Strangely enough the actual file

Re: volunteering to enhance docs for mod_jk local_worker_only (server quiescence)

2005-02-21 Thread Michael Greer
Mladen, Built new jk from CVS. How to I access the lovely status page? /jkstatus as in jk2? Do have to enable it? Docs do not seem to be updated yet. Looking forward to playing with it! thanks, -Michael Greer On Feb 19, 2005, at 2:44 PM, Mladen Turk wrote: Michael Greer wrote: Mladen

Re: volunteering to enhance docs for mod_jk local_worker_only (server quiescence)

2005-02-21 Thread Michael Greer
Ah, I extrapolated from the jk2 docs: workers.properties: worker.status.type=status httpd.conf: JkMount /jkstatus/* status Nice! -Michael Greer On Feb 22, 2005, at 1:01 AM, Michael Greer wrote: Mladen, Built new jk from CVS. How to I access the lovely status page? /jkstatus

Re: Tomcat 5.5 working, BUT not outside of webapps/

2005-02-21 Thread Michael Greer
Why don't you show us your config file. This behavior work fine for me with 5.5.7, with Apache mod_jk. On Feb 22, 2005, at 1:20 AM, Matt wrote: Is this simply not possible? I have tried extrapolating form the docs (which seems to work fine under webapps/ or $CATALINA_HOME) but anything

volunteering to enhance docs for mod_jk local_worker_only (server quiescence)

2005-02-19 Thread Michael Greer
instead on the Apache wiki? I will need some help to get it right, so I wrote here to see if I could post drafts and get corrections from the community. thanks, -Michael Greer - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: volunteering to enhance docs for mod_jk local_worker_only (server quiescence)

2005-02-19 Thread Michael Greer
Mladen , That sounds like the right solution! I think I remember the status page from jk2, and it is a good idea. -Michael Greer On Feb 19, 2005, at 2:29 PM, Mladen Turk wrote: Michael Greer wrote: Should I take the trouble? local_worker and local_worker_only flags will be deprecated. (already