Re: Setting maxThreads from outside tomcat

2009-07-30 Thread Rainer Frey
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

Re: Access to home page

2009-07-30 Thread Mohit Anchlia
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

Re: Setting maxThreads from outside tomcat

2009-07-30 Thread Roger Powers
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

Re: Deploying grails application

2009-07-30 Thread Juan Pablo Romero Méndez
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

Setting maxThreads from outside tomcat

2009-07-30 Thread Roger Powers
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

Re: Deploying grails application

2009-07-30 Thread Christopher Schultz
-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

Re: DigestAuthenticator failure: java.sql.SQLException: Operation not allowed after ResultSet closed

2009-07-30 Thread Christopher Schultz
-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

Re: DigestAuthenticator failure: java.sql.SQLException: Operation not allowed after ResultSet closed

2009-07-30 Thread Konstantin Kolinko
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

Deploying grails application

2009-07-30 Thread Juan Pablo Romero Méndez
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 --

DigestAuthenticator failure: java.sql.SQLException: Operation not allowed after ResultSet closed

2009-07-30 Thread 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 authentication java.sql.SQLException: Ope

Re: Trouble setting up virtual host

2009-07-30 Thread Lisa D Beggs/AC/VCU
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

Re: Force recompile of JSP in Tomcat 6

2009-07-30 Thread Christopher Schultz
-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

RE: How to configure failover for Apache/Tomcat?

2009-07-30 Thread Li,Henry
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?

Re: tomcat install/testing help.

2009-07-30 Thread Christopher Schultz
-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

Re: Tomcat is stopped any errors

2009-07-30 Thread Christopher Schultz
-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 >

Re: How to configure failover for Apache/Tomcat?

2009-07-30 Thread Christopher Schultz
-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

Undeploying apps

2009-07-30 Thread Juan Pablo Romero Méndez
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

Re: Weird Intermittent NoClassDefFound

2009-07-30 Thread Christopher Schultz
-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

Re: IP-based virtual hosting with Tomcat(6)

2009-07-30 Thread Christopher Schultz
-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

How to configure failover for Apache/Tomcat?

2009-07-30 Thread Li,Henry
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

Tomcat is stopped any errors

2009-07-30 Thread Lin Chun
*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 =

Re: Multiple applications

2009-07-30 Thread Peter Flynn
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

Tomcat 6.0.18+ with Comet behind an F5 Big-IP

2009-07-30 Thread Shaun Senecal
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