Re: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-19 Thread Yoav Shapira
Hi, Slight juxtaposition of your message: > This certainly seems a lot more limited than the way it worked in TC > 5.0. I wonder if I need to file this as a bug or a feature enhancement. > If you have any ideas, I'd love to hear them. > second step that I don't want to do since some of the w

DO NOT REPLY [Bug 37424] - welcome-file list not working with extensions

2005-12-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 37167] - make error: libtool: install: you must specify a destination

2005-12-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-19 Thread Jason Novotny
Hi Yoav and Chuck, Thanks for your help. I have taken out the Logger element and I still get the same error. Let me explain better what I'm trying to do and maybe you can suggest the correct configuration. Our portal is deployed to Tomcat as well as a context fragment, gridsphere.xml

Re: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-19 Thread Tino Schwarze
Hi, On Mon, Dec 19, 2005 at 12:24:57PM -0800, Jason Novotny wrote: > Using Tomcat 5.5.12 and my servlet context fragment: > > reloadable="false" crossContext="true"> >prefix="localhost_gridsphere_log." suffix=".txt" timestamp="true"/> > > > doesn't seem to work-- I get this messag

Re: TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-19 Thread Yoav Shapira
Hi, > reloadable="false" crossContext="true"> > prefix="localhost_gridsphere_log." suffix=".txt" timestamp="true"/> > Loggers are gone and invalid in 5.5. A similar context.xml fragment without the Logger sub-element works fine for me in 5.5.12. Yoav -- Yoav Shapira System Design and

TC 5.5.12 WARNING: A docBase XXX inside the host appBase has been specified, and will be ignored

2005-12-19 Thread Jason Novotny
Hi, Using Tomcat 5.5.12 and my servlet context fragment: reloadable="false" crossContext="true"> prefix="localhost_gridsphere_log." suffix=".txt" timestamp="true"/> doesn't seem to work-- I get this message in my logfile: WARNING: A docBase /Users/novotny/Jakarta/tomcat-5.5.12/web

Re: Improving memory efficiency

2005-12-19 Thread Costin Manolache
On 12/19/05, Remy Maucherat <[EMAIL PROTECTED]> wrote: > Costin Manolache wrote: > > One of the problems is that jasper is a tricky piece of code, and > > usually reducing memory this way can have unexpected impact. Maybe a > > more 'moderate' approach would be more acceptable, like checking the >

Re: Improving memory efficiency

2005-12-19 Thread Remy Maucherat
Costin Manolache wrote: One of the problems is that jasper is a tricky piece of code, and usually reducing memory this way can have unexpected impact. Maybe a more 'moderate' approach would be more acceptable, like checking the size of the buffers, and only reset it if it is indeed 'huge'. This w

Re: JMXProxyServlet

2005-12-19 Thread anita kulshreshtha
Thanks for your quick response. Could someone please tell me why am I getting all zeros here : (as you might have guessed, tomcat is running inside Geronmimo) Thanks Anita OK - Number of results: 3 Name: Geronimo:type=GlobalRequestProcessor,name=http-0.0.0.0-8080 modelerType: org

Re: JMXProxyServlet

2005-12-19 Thread Jess Holle
And JMX has to be one of the easier technologies to pick up as far as I'm concerned. The hard part is deciding which route to take: standard MBeans, modeled, open, dynamic, etc. Tomcat has clearly decided to go with modeled via commons-modeler, which is fine. For my own purposes I stick with

DO NOT REPLY [Bug 37870] - NullSoft Installer reports incorrect disk space

2005-12-19 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: JMXProxyServlet

2005-12-19 Thread Dakota Jack
Anita, if you just read up on how this works the answer will become obvious. To make a class manageable by JMX you must implement a JMX interface and become part of an agent process. There is no short answer to any question that will replace learning the technology. On 12/19/05, anita kulshresht

Re: JMXProxyServlet

2005-12-19 Thread anita kulshreshtha
Can any servlet access MBeans of type RequestProcessor and GlobalRequestProcessor ? Thanks Anita --- Dakota Jack <[EMAIL PROTECTED]> wrote: > Look at the literature on JMX. Interesting stuff! > > On 12/18/05, anita kulshreshtha > <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > What i

Re: Improving memory efficiency

2005-12-19 Thread Remy Maucherat
Tino Schwarze wrote: Hi Costin, On Sun, Dec 18, 2005 at 10:01:08AM -0800, Costin Manolache wrote: One of the problems is that jasper is a tricky piece of code, and usually reducing memory this way can have unexpected impact. Maybe a more 'moderate' approach would be more acceptable, like chec