Re: access ENV variables

2004-05-20 Thread Oreste Luci
und useful: http://groups.yahoo.com/group/jetty-support/message/5239 Oreste Luci Graham Bleach wrote: On Wed, Apr 07, 2004 at 02:19:25PM -0700, Daniel Gibby wrote: Is it possible to access environment variables in tomcat that were set by apache? Which connector are you using? With mod_jk, you need

Re: access ENV variables

2004-05-19 Thread Oreste Luci
n) is lost. ¿Does anyone have an idea how to solve this problem? Thanks Oreste Shapira, Yoav wrote: Hi, I don't think so. The environment variables are in the environment and are not fed through to the JVM. Yoav Shapira Millennium Research Informatics -Original Message----- From: Ores

Re: access ENV variables

2004-05-19 Thread Oreste Luci
Daniel Gibby wrote: Is it possible to access environment variables in tomcat that were set by apache? Specifically the REDIRECT_ * variables that are set by ErrorDocument directives? Then I can have a servlet return the correct content type. i.e. if it is a gif that has a 404 I can redirect to

Re: Performance problem?

2003-10-13 Thread Oreste Luci
Neil Aggarwal wrote: Oreste: I have been profiling the garbase collector in our app and it does not seem to be taking a long time to run. Do you think that could still be the problem? Thanks, Neil I think you should try changing the GC and give it a try, may be it will solve your problem. T

Re: Performance problem?

2003-10-13 Thread Oreste Luci
Neil Aggarwal wrote: Hello: We have noticed that in our app, on occasion, a request takes an inordinately long time to execute even though it is performing a simple task. I added some tracing to the org.apache.jasper.servlet.JspServletWrapper class and get this output immediately before calling s

Re: Help Creating new Host

2003-07-07 Thread Oreste Luci
bernd pier wrote: so far as i know no, cause tomcat had to read the config files to make the changes. bernd Thanks for your answer. But why with the Administration Tool one can do various configurations with the server running except create a new Host? How do the Tomcat hosting sites do it? T

Help Creating new Host

2003-07-07 Thread Oreste Luci
Hi I'm using Tomcat 4.1.24 and when I create a new host with the Administration Tool I have to restart the server for the changes to take place. If I don't restart the new host is not available. Is there a way to create a new Host without restarting the server? Thanks Oreste