On Thursday 30 July 2009 22:44:47 Roger Powers wrote:
> --- On Thu, 7/30/09, Roger Powers wrote:
> > From: Roger Powers
> > Subject: Setting maxThreads from outside tomcat
> > To: users@tomcat.apache.org
> > Date: Thursday, July 30, 2009, 4:35 PM
> > Hi,
> >
> > I am making tomcat 6 work on diff
And you do feel forced to comment. This is a forum and no one is
forcing you to answer.
On Wed, Jul 29, 2009 at 7:01 AM, Christopher
Schultz wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Mohit,
>
> On 7/29/2009 12:49 AM, Mohit Anchlia wrote:
>> How do I setup authentication?
>
> You
Sorry, I just discovered that catalina.properties can
be used to set variables that can be used in server.xml -
problem solved!
--- On Thu, 7/30/09, Roger Powers wrote:
> From: Roger Powers
> Subject: Setting maxThreads from outside tomcat
> To: users@tomcat.apache.org
> Date: Thursday, July
It turned out there is some delay between clicking the link to deploy
and the application being available. I somehow expected this process
to be almost instantaneous.
But the application is running fine now. Thanks!
By the way, what is the preferred way to deploy war files to a tomcat
installatio
Hi,
I am making tomcat 6 work on different platforms that need different values for
maxThreads in the Connector in server.xml.
Ideally, I would set an environment variable and/or property that could be used
when server.xml is read - is something like this supported?
Or, worse case, it looks li
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Juan,
On 7/30/2009 1:10 PM, Juan Pablo Romero Méndez wrote:
> I'm stuck here: After deploying a war created by grails, everything
> seems fine (tomcat says OK), but the application is not available in
> the path it should be. The log files give no war
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Diglloyd,
On 7/30/2009 1:28 PM, Konstantin Kolinko wrote:
> It should be the following issue:
> https://issues.apache.org/bugzilla/show_bug.cgi?id=45453
For whatever reason, JDBCRealm has always been a steaming POS. I would
highly recommend using Dat
2009/7/30 DIGLLOYD INC :
> How can I resolve this issue? It takes Tomcat own on a regular basis,
> locking out legitimate users. Looks like JDBCRealm has some kind of bug.
>
> Thanks!
>
> Jul 29, 2009 1:46:41 PM org.apache.catalina.realm.JDBCRealm getRoles
> SEVERE: Exception performing authentic
Hello all,
I'm stuck here: After deploying a war created by grails, everything
seems fine (tomcat says OK), but the application is not available in
the path it should be. The log files give no warning at all. Where
could I search for the problem?
Regards,
Juan Pablo
--
How can I resolve this issue? It takes Tomcat own on a regular basis,
locking out legitimate users. Looks like JDBCRealm has some kind of
bug.
Thanks!
Jul 29, 2009 1:46:41 PM org.apache.catalina.realm.JDBCRealm getRoles
SEVERE: Exception performing authentication
java.sql.SQLException: Ope
Thanks to all those that have helped with this issue.
I contacted our Networking department to make sure that both ports 80 and
443 were open inbound to the server and that they were open from both VCU
and external networks (outside VCU). The issue was on their end and it
has been resolved!
I
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
David,
On 7/22/2009 5:41 PM, David Wall wrote:
> In a production environment in which JSPs do not change frequently, I'd
> like to reduce the overhead of checking for JSP recompiles, assuming
> that such checks are in fact costly
You might want to lo
Thank you Chris! I did not use mod_jk before. I will start from the beginning.
Henry
-Original Message-
From: Christopher Schultz [mailto:ch...@christopherschultz.net]
Sent: Thursday, July 30, 2009 11:03 AM
To: Tomcat Users List
Subject: Re: How to configure failover for Apache/Tomcat?
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tom,
Looks like your post may have slipped through the cracks. You didn't
provide a ton of information, though. For instance: what version of
NetBeans? What version of Tomcat?
On 7/17/2009 8:51 PM, Burton, Tom (DOR sponsored) wrote:
> I have been abl
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chun,
On 7/30/2009 11:13 AM, Lin Chun wrote:
> I got a problem. Tomcat [has] stopped without any errors, I think it might be
> the crash of JVM , when Tomcat is running I got the infos of heap.
>
> Heap Configuration:
>MinHeapFreeRatio = 40
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Henry,
On 7/30/2009 11:35 AM, Li,Henry wrote:
> I have two Apache web servers, two app servers with
> four Tomcat instances running on them (two Tomcat instances on each
> server). All four servers run on Red Hat Linux. Current configuration
> is: web
Hello all,
I noticed something strange undeploying a small web app. Within the
tomcat manager, after clicking "undeploy" on my app, the link to my
app it still there. No only that, but it is listed as "started".
Is this normal?
Regards,
Juan Pablo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chris,
On 7/29/2009 5:18 PM, Chris Masters wrote:
> Thanks for the quick reply Pierre - I've been reading up since,
> checked and my installation is OK.
>
> However, I think I may have found the problem. Sometimes a class
> loader will throw a NoClas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Bill,
On 7/29/2009 10:21 PM, Bill Barker wrote:
> wrote in message
> news:2139500381.6699651248905929000.javamail.r...@sz0016a.emeryville.ca.mail.comcast.net...
>> All the vHosts are to be situated on the same server.
>> The server may be addressed
I need help--- I have two Apache web servers, two app servers with four Tomcat
instances running on them (two Tomcat instances on each server). All four
servers run on Red Hat Linux. Current configuration is: web1 connected to app1
only, web2 connected to app2 only. If app1 is down, all users
*Hi all**
*
*I got a problem. Tomcat is stopped without any errors, I think it might be
the crash of JVM , when Tomcat is running I got the infos of heap *
*
*
*
*
*Heap Configuration:
MinHeapFreeRatio = 40
MaxHeapFreeRatio = 70
MaxHeapSize = 536870912 (512.0MB)
NewSize =
André Warnier wrote:
Peter Flynn wrote:
Hassan Schroeder wrote:
On Tue, Jun 23, 2009 at 7:37 AM, Peter Flynn wrote:
I've been using Tomcat5 with Apache2 under RH5 to run Cocoon, but I
now need to add Lucene and eXist. Is it possible to run multiple
applications like this on the same machine u
Has anyone tried to do this? My concern is that performance would suffer
over using Apache and the APR Connector. If anyone has any suggestions for
deployment/configuration, I would love to hear them!
Shaun
23 matches
Mail list logo