Ok, it works that way. So, if I did want to create the WAR file, is my
structure correct to work with a virtual host?
Caldarale, Charles R wrote:
>
>> From: tomcatastrophe [mailto:nab...@changethings.org]
>> Subject: RE: Tomcat WAR deployment with virtual host only shows blank
>> page
>>
>> So,
Hi,
I have the following attributes in the "server.xml" file:
The web application that I am working on exposes many webservices, which are
invoked from other applications. The problem I am facing is that when my
application gets a lot of webservice requests, it reaches the limit of
"maxThrea
On Mon, Jun 29, 2009 at 1:28 AM, André Warnier wrote:
> Maciej Matecki wrote:
>>
>> Actually I've got much more bigger problem I can't get compiled module
>> for kerberos with Apache on Windows :(
>>
> Can I ask again : why do you need to authenticate /under Apache/ with
> Kerberos ? Is it just to
users,
I often get the NoClassDefFoundError from my tomcat 5.5.
I had placed jfreechart.jar and jcommon.jar into [tomcat]/common/lib, but after
running for some time, the producing image page fail with NoClassDefFoundError.
I had to restart the tomcat to fix it.
java.lang.NoClassDefFoundError
Thanks, this worked. I downloaded tomcat-juli.jar from
http://archive.apache.org/dist/tomcat/tomcat-6/v6.0.18/bin/extras/, replaced
my build with it, and now have log4j at the server level. (I still need to
very the classloader order prefers log4j.jar in a webapp.)
Mark Thomas-18 wrote:
>
> M
Maciej Matecki wrote:
Actually I've got much more bigger problem I can't get compiled module
for kerberos with Apache on Windows :(
Can I ask again : why do you need to authenticate /under Apache/ with
Kerberos ? Is it just to pass the user-id to Tomcat ? Or do you also
need it at the Apache
http://modauthkerb.sourceforge.net
Martin
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger
sein, so bitten wir hoeflich um eine Mitteilung. Jed
On Sun, Jun 28, 2009 at 5:31 AM, Christopher
Schultz wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Maciej
>
> On 6/24/2009 10:15 AM, Maciej Matecki wrote:
>> I've got the big problem with forward REMOTE_HOST from Apache to
>> Tomcat. On the Apache side everything works ok. I've teste
On Sun, Jun 28, 2009 at 4:12 PM, André Warnier wrote:
> Maciej Matecki wrote:
>>
>> On Sat, Jun 27, 2009 at 10:04 AM, André Warnier wrote:
>>>
>>> Maciej Matecki wrote:
>>> ...
Do You have any compiled module for Apache which provide Kerberos
authorization under Windows and Apache 2.
> From: Mark Thomas [mailto:ma...@apache.org]
> Subject: Re: Seeking authoritative answer re using Log4J with v6
>
> Are you sure you followed all of the steps on the logging page with a
> clean Tomcat install?
I will try again from scratch, and report back.
- Chuck
THIS COMMUNICATION MAY CON
> From: Christopher Schultz [mailto:ch...@christopherschultz.net]
> Subject: RECYCLE_FACADES
>
> Am I missing something or does this system property (or the
> documentation) not make any sense?
The documentation is accurate, in that it properly describes the actions taken
based on the value of t
> From: Sibil87 [mailto:giorgio.zampare...@gmail.com]
> Subject: View/Modify Log Files from Remote
>
> How can I access Log files of Tomcat from Remote just using the
> Administration and Tomcat Manager pages?
You can't with those webapps, but you can with Lambda Probe:
http://www.lambdaprobe.org
op mentioned the SF webservice becomes unavailable at 'weird' times
(more than likely the SF webserver is going offline for backup)
if you can post the SF log we'll take a look and try to figure out the error
*Gruss*
Martin
__
Verzicht und Vertraulic
Tamar Furman (tfurman) wrote:
Hello,
I have two webapps sharing the same tomcat session.
...
The problem starts when the second webapp is opened as well.
...
Well, I would suggest to just stop sharing the session between your two
webapps, no ?
Hello,
I have two webapps sharing the same tomcat session. When a session is
created I set the session timeout dynamically on my session listener
using: session.getSession().setMaxInactiveInterval(). When only the main
webapp is open the timeout works nicely: the session is destroyed on
timeout a
awarnier wrote:
>
> awarnier wrote:
>
> Well, one could argue that in such a case, you should develop and test
> on a machine to which you have access, and move it to the other one
> later... ;-)
>
Yes I agree. The problem is I'm developing a Facebook Application in Java.
Facebook for securi
> Date: Sun, 28 Jun 2009 16:12:50 +0200
> From: a...@ice-sa.com
> To: users@tomcat.apache.org
> Subject: Re: mod_auth_kerb / mod_spnego on Windows
>
> Maciej Matecki wrote:
>> On Sat, Jun 27, 2009 at 10:04 AM, André Warnier wrote:
>>> Maciej Matecki wrote:
>>> ...
Do You have any compiled
Maciej Matecki wrote:
On Sat, Jun 27, 2009 at 10:04 AM, André Warnier wrote:
Maciej Matecki wrote:
...
Do You have any compiled module for Apache which provide Kerberos
authorization under Windows and Apache 2.x?
Hi.
Just a question : is there any mechanism that allows you to do that from
Tomc
Sibil87 wrote:
awarnier wrote:
Sibil87 wrote:
How can I access Log files of Tomcat from Remote just using the
Administration and Tomcat Manager pages?
As far as I know, you can not.
mmm...I'm developing a Servlet hosted on a remote machine and I need to see
the log files or the console ou
On Sat, Jun 27, 2009 at 10:04 AM, André Warnier wrote:
> Maciej Matecki wrote:
> ...
>>
>> Do You have any compiled module for Apache which provide Kerberos
>> authorization under Windows and Apache 2.x?
>
> Hi.
> Just a question : is there any mechanism that allows you to do that from
> Tomcat ?
>
awarnier wrote:
>
> Sibil87 wrote:
>> How can I access Log files of Tomcat from Remote just using the
>> Administration and Tomcat Manager pages?
>
> As far as I know, you can not.
>
mmm...I'm developing a Servlet hosted on a remote machine and I need to see
the log files or the console outp
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Maciej
On 6/24/2009 10:15 AM, Maciej Matecki wrote:
I've got the big problem with forward REMOTE_HOST from Apache to
Tomcat. On the Apache side everything works ok. I've tested it with
PHP script and it simply works. But
Sibil87 wrote:
Hi guys!
Really noob question:
How can I access Log files of Tomcat from Remote just using the
Administration and Tomcat Manager pages?
As far as I know, you can not.
Can I also modify the log files?
You're right, that sounds like a "noob" question.
Why would you want to do
Hi guys!
Really noob question:
How can I access Log files of Tomcat from Remote just using the
Administration and Tomcat Manager pages?
Can I also modify the log files?
Thank u!
Giorgio
--
View this message in context:
http://www.nabble.com/View-Modify-Log-Files-from-Remote-tp24240451p2424045
24 matches
Mail list logo