Tomcat Process Not Exiting

2007-10-23 Thread Adrian Sutton
on how to work out what's going wrong? Thanks, Adrian Sutton http://www.symphonious.net - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to control encoding of response.sendRedirect? (Tomcat 5.5.17)

2007-09-21 Thread Adrian Sutton
y. Most modern user agents handle UTF-8 encoded URLs correctly. Regards, Adrian Sutton http://www.symphonious.net - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Very Slow Startup with APR

2007-08-21 Thread Adrian Sutton
like dd if=/dev/random of=/dev/null bs=1 let that run for a couple of seconds and start Tomcat immediately after interrupting it? Yep, no delays at all. Adrian Sutton http://www.symphonious.net - To start a new topic, e-ma

Re: Very Slow Startup with APR

2007-08-21 Thread Adrian Sutton
everything now starts up lightning fast. Thanks for the help. Adrian Sutton http://www.symphonious.net - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Very Slow Startup with APR

2007-08-20 Thread Adrian Sutton
up in 14410 ms Once it starts everything works fine and goes fast. Any pointers for how to track down the cause would be greatly appreciated. Thanks, Adrian Sutton http://www.symphonious.net - To start a new

Re: Mathematical Editor for textarea in JSP page.

2007-08-06 Thread Adrian Sutton
can i embed this editor into my JSP page, Yes, either via javascript or the provided taglib. Regards, Adrian Sutton http://www.symphonious.net - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail

Re: Mathematical Editor for textarea in JSP page.

2007-08-05 Thread Adrian Sutton
to the server. It is pretty easy to integrate either via JavaScript (recommended) or the provided taglib. Regards, Adrian Sutton http://www.symphonious.net On 06/08/2007, at 4:29 PM, Girish Havaldar wrote: Hi all, in my application i have one textarea in which mathematical symbols

Re: Memory usage with multiple instances of tomcat

2007-08-04 Thread Adrian Sutton
You'll need to allocate 2GB to each Tomcat instance. As long as you use the standard Tomcat startup scripts each Tomcat instance will run in a separate JVM (you'd have to be pretty deliberate about making it run any other way). Regards, Adrian Sutton http://www.symphonious.net

no-cache Headers In Authenticated Zones

2007-06-25 Thread Adrian Sutton
setup a filter to modify the response headers, but I can't find a way to remove those headers - only to modify their values which doesn't seem to be enough to get browsers to cache the content. We're running Tomcat 5.5. Any help would be greatly appreciated. Regards, Adrian Sut