Greeting!
we are getting the following warning message from the log, when the machine on
but we are not in the office.
what is the meaning of the following message? Is anybody outside trying to
login?
Jul 26, 2012 10:28:32 PM org.apache.catalina.realm.LockOutRealm authenticate
WARNING: An att
I'm trying to have Tomcat serve up a directory listing if a file listed
in the doesn't exist. I have custom files there that
will get passed to my servlet if the normal HTML or JSP files don't exist.
In Tomcat 6, this seemed to work nicely. I have my files listed in the
welcome file list and
On Fri, Jul 27, 2012 at 4:20 AM, Carlucci, Tony wrote:
> >-Original Message-
> >From: Igor Cicimov [mailto:icici...@gmail.com]
> >Sent: Wednesday, July 25, 2012 9:12 PM
> >To: Tomcat Users List
> >Subject: Re: Intermittent mod_proxy_ajp error - APR does not understand
> this
> >error code
Thanks, for this information. It helped me with everything I needed to know,
including things I didn't realize that I needed to know at the time.
Mike
-Original Message-
From: Caldarale, Charles R [mailto:chuck.caldar...@unisys.com]
Sent: Sunday, July 15, 2012 4:55 PM
To: Tomcat Users Li
Chuck, ich danke dir für deineehrliche bemühungen und wünsche
alles gute zum Geburtstag. Und hoffe du bist immerin dieser liste.
Wilhelm
El 26/07/2012 03:46 p.m., Rainer Jung escribió:
On 26.07.2012 15:46, Gregor S. wrote:
Hi Chuck,
thanks again for your valuable comments on this list, and k
On 26.07.2012 15:46, Gregor S. wrote:
Hi Chuck,
thanks again for your valuable comments on this list, and keep it up!
Cheers!
+2 !
Rainer
-
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional command
[snip]
>
> Without rubbing it in too forcefully, this is exactly the reason why it is
> important to provide precise technical details right from the start.
Lack of details yep, my fault. You write thing presuming people who deal with
it every day know and think the same way. Always better for m
Tim Watts wrote:
import java.io.File;
import java.net.URL;
import java.net.URLClassLoader;
public class FindClass {
public static void main(String[] args) {
try {
URLClassLoader loader = new URLClassLoader(
new URL[
Hi Chris,
Thanks for the response. Sorry, where I said "...unload a server any time" I
should have said 'servlet'.
I have read that Tomcat does not unload servlets (even though it would be
permissible to do so), but as you say, I have done some logging in the destroy
method, and I see this be
On 26/07/2012 22:38, Christopher Schultz wrote:
> Chip,
>
> On 7/26/12 3:19 PM, Chip McVey wrote:
>> In TC7, is there a way to tell Tomcat to never unload a given
>> servlet unless Tomcat itself is being shutdown? I want a single
>> servlet instance that I can know will exist for the life of the
- Original Message -
> Hi,
>
> In TC7, is there a way to tell Tomcat to never unload a given servlet
> unless Tomcat itself is being shutdown? I want a single servlet
> instance that I can know will exist for the life of the tomcat
> process without being unloaded & reloaded (unless someo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chip,
On 7/26/12 3:19 PM, Chip McVey wrote:
> In TC7, is there a way to tell Tomcat to never unload a given
> servlet unless Tomcat itself is being shutdown? I want a single
> servlet instance that I can know will exist for the life of the
> tomcat p
2012/7/26 Chip McVey :
> Hi,
>
>
>
> In TC7, is there a way to tell Tomcat to never unload a given servlet unless
> Tomcat itself is being shutdown? I want a single servlet instance that I can
> know will exist for the life of the tomcat process without being unloaded &
> reloaded (unless someo
Hi,
In TC7, is there a way to tell Tomcat to never unload a given servlet unless
Tomcat itself is being shutdown? I want a single servlet instance that I can
know will exist for the life of the tomcat process without being unloaded &
reloaded (unless someone manually instructs Tomcat to do s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
James,
On 7/26/12 11:57 AM, James Lampert wrote:
> Tim Watts wrote:
>
>> http://tomcat.10.n6.nabble.com/Tomcat-7-0-25-on-an-AS-400-V5R4-Another-try-Help-td4984199.html#a4984215
>>
>
>>
>>> - Add these lines to the end of conf/logging.properties:
>>>
>-Original Message-
>From: Igor Cicimov [mailto:icici...@gmail.com]
>Sent: Wednesday, July 25, 2012 9:12 PM
>To: Tomcat Users List
>Subject: Re: Intermittent mod_proxy_ajp error - APR does not understand this
>error code: proxy: dialog
>
>You have max clients on the apache side set to 400 b
>
> From: Jordan Michaels
>To: Tomcat Users List
>Sent: Thursday, July 26, 2012 10:38 AM
>Subject: Re: Happy Birthday, Chuck!
>
>Happy birthday. =)
>
>Warm Regards,
>Jordan Michaels
>
>On 07/26/2012 07:05 AM, Caldarale, Charles R wrote:
>>> From: Gregor S. [mailt
Happy birthday. =)
Warm Regards,
Jordan Michaels
On 07/26/2012 07:05 AM, Caldarale, Charles R wrote:
From: Gregor S. [mailto:rc4...@googlemail.com]
Subject: Happy Birthday, Chuck!
thanks again for your valuable comments on this list, and keep it up!
You're welcome, and thank you.
- Chuc
On Thu, 2012-07-26 at 08:57 -0700, James Lampert wrote:
> Tim Watts wrote:
>
> > http://tomcat.10.n6.nabble.com/Tomcat-7-0-25-on-an-AS-400-V5R4-Another-try-Help-td4984199.html#a4984215
>
> >> - Add these lines to the end of conf/logging.properties:
> >>
> >> org.apache.catalina.startup.B
Tim Watts wrote:
http://tomcat.10.n6.nabble.com/Tomcat-7-0-25-on-an-AS-400-V5R4-Another-try-Help-td4984199.html#a4984215
- Add these lines to the end of conf/logging.properties:
org.apache.catalina.startup.Bootstrap.level = ALL
org.apache.catalina.startup.ClassLoaderFactory.l
Hello,
I am having a situation where i couldnt tomcat7:run with overlay in eclipse.
In the eclipse indigo, i am using the maven plugin, and have imported
two maven modules,
the childwebapp which depends on the parentwebapp, which is just like
a skeleton, with it's own classes, jsps, static resourc
Tim Watts wrote:
I made some suggestions to this effect the other day:
http://tomcat.10.n6.nabble.com/Tomcat-7-0-25-on-an-AS-400-V5R4-Another-try-Help-td4984199.html#a4984215
Maybe you already tried them or didn't get the email.
Thanks for the link. I'm guessing that the email probably got l
> From: Gregor S. [mailto:rc4...@googlemail.com]
> Subject: Happy Birthday, Chuck!
> thanks again for your valuable comments on this list, and keep it up!
You're welcome, and thank you.
- Chuck
Hi Chuck,
thanks again for your valuable comments on this list, and keep it up!
Cheers!
Gregor
--
just because you're paranoid, don't mean they're not after you...
gpgp-fp: 3DB13F197F8A0360814885D1F1F1E2EFAD509AFD
skype:rc46fi
gplus.to/gregor
twitter.com/#/2smart4u
Rainer Jung wrote:
On 25.07.2012 22:40, Alex Samad - Yieldbroker wrote:
Oh so your saying there was an issue that has been fixed since then ..
Okay I get the drill. I had just presumed that there had been no
changes since then on the mutex code that ...
Any way ...
Back once I run up a test
25 matches
Mail list logo