.setClassLoader(myCleverClassLoader);
"""
Can I do this with tomcat in the method:
- class ApplicationWatch implements ServletContextListener
- public void contextInitialized(ServletContextEvent ce) {
... ?
--
Cheers,
Maxim Veksler
&
On Fri, Oct 17, 2008 at 23:07, Christopher Schultz <
[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Maxim,
>
> Maxim Veksler wrote:
> > I would like to forcefully cause my application server to fail once I
> > discover a situat
by this instruction. The need the Servlet
notification of a shutdown event.
That's the reason for my query of doing "ordered shutdown".
Thank you for your help.
>
> Filip
Maxim.
>
>
> Maxim Veksler wrote:
>
>> Hello,
>>
>> I would like to forcef
how to do this "peacefully". I tried the
System.exit(1) trick but this keeps running threads active because they do
not get the shutdown notification.
How should I properly call server shutdown from my webapp ?
Thank you,
Maxim.
--
Cheers,
Maxim Veksler
"Free as in Freedom" - Do u GNU ?
On Sun, Sep 28, 2008 at 2:37 PM, Rainer Jung <[EMAIL PROTECTED]> wrote:
> Maxim Veksler schrieb:
>> Hello list,
>>
>> I'm looking for a way to make my tomcat configuration more dynamic
>> without resorting to editing xm files. I considering doing this by
&g
uot;".
Is there a list, or a known set of these options that tomcat will
read? Getting at least a reference to the cataline_home will be very
helpful.
p.s.
I know from ant files that you can do ${env.SOMEVAL} to get the
environment, sadly this does not work here. Is there an equivalent
On Wed, Apr 2, 2008 at 6:37 PM, Caldarale, Charles R
<[EMAIL PROTECTED]> wrote:
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf
> > Of Maxim Veksler
> > Subject: Command line parameters inside webapps ?
>
> >
> > Something of the &quo
On Wed, Apr 2, 2008 at 6:36 PM, David kerber <[EMAIL PROTECTED]> wrote:
> Yes. You can use System.getProperty( "myPropertyName", "defaultValue" ) to
> retrieve system parameters set on startup with
> -DmyPropertyName="myPropertyValue"
>
>
Grea
7;m trying to do is allow simple switch that can be passed to my
webapp that would instruct it whether it is running passive or active.
I've been googling for this and couldn't find any references to this.
Thank you,
Maxim.
--
Cheers,
Maxim Veksl