Re: Serve same content to multiple URL's

2013-04-04 Thread Chris Arnold
> I didn't think I needed a second worker but because the working > config only worked for http://share.domain1.com and nothing else, I > wanted to verify it should work or I needed another worker and you > verified I do not need another worker and in fact, the existing > config for http://share.do

Re: Serve same content to multiple URL's

2013-04-04 Thread Chris Arnold
> I didn't think I needed a second worker but because the working > config only worked for http://share.domain1.com and nothing else, I > wanted to verify it should work or I needed another worker and you > verified I do not need another worker and in fact, the existing > config for http://share.do

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-04 Thread Neven Cvetkovic
On Thu, Apr 4, 2013 at 3:03 PM, wrote: > > I just thought I'd post the solution I found in case anybody else runs > into this trying to migrate an app from JBoss to Tomcat. Neven, I tried > your last suggestion and was still getting an error. I then took another > look at my localhost log and inv

Re: Serve same content to multiple URL's

2013-04-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 4/4/13 4:21 PM, Chris Arnold wrote: > On Apr 4, 2013, at 2:38 PM, "Christopher Schultz" > wrote: > >> -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 >> >> Chris, >> >> On 4/4/13 12:28 PM, Chris Arnold wrote: >>> >>> I have tried to a

Re: Serve same content to multiple URL's

2013-04-04 Thread Chris Arnold
On Apr 4, 2013, at 4:45 PM, "Igor Cicimov" wrote: > You just need to create Alias in the existing VirtualHost in Apache and the > Host in Tomcat. So in the existing apache virtualhost, I need to make an alias entry? Like so: ServerName share.domain.com ServerAlias share.domain2.com

Re: Serve same content to multiple URL's

2013-04-04 Thread Igor Cicimov
On 05/04/2013 7:26 AM, "Chris Arnold" wrote: > > On Apr 4, 2013, at 2:38 PM, "Christopher Schultz" < ch...@christopherschultz.net> wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA256 > > > > Chris, > > > > On 4/4/13 12:28 PM, Chris Arnold wrote: > >> > >> I have tried to add a second

Re: Serve same content to multiple URL's

2013-04-04 Thread Chris Arnold
On Apr 4, 2013, at 2:38 PM, "Christopher Schultz" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Chris, > > On 4/4/13 12:28 PM, Chris Arnold wrote: >> >> I have tried to add a second worker (worker2) in workers.properties >> and added a virtualhost like: Here is the configured

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-04 Thread dvosbury1
-Original Message- From: Neven Cvetkovic To: Tomcat Users List Sent: Thu, Apr 4, 2013 12:59 pm Subject: Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37 OK, I looked it up again... Your current hibernate.cfg.xml says: *org.hibernate. transaction.JTATransact

Re: tomcat nodes and updating of webapps

2013-04-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Miguel, On 4/4/13 6:48 AM, Miguel Gonzalez wrote: > In the Tomcat nodes (under Windows) i mentioned in the other > thread part of balancing group we are concerned of how to face > webapps updating. In the future, put all the information a reader ne

Re: Tomcat and Window nonpaged pool

2013-04-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jeffrey, On 4/4/13 11:03 AM, Jeffrey Janner wrote: > I've got a customer who is monitoring his system using the Windows > Performance Monitor and is concerned about Tomcat usage of the > nonpaged pool. Check the archives for a recent discussion:

Re: Serve same content to multiple URL's

2013-04-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Chris, On 4/4/13 12:28 PM, Chris Arnold wrote: > I am not sure if this is a Tomcat issue or an apache issue, so i > will ask on both lists. While the solution might be in httpd, the Tomcat-user list is the right place to ask about this kind of thin

Re: Re : Memory leak in Tomcat 6.0.35 ( 64 bit)

2013-04-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Saumil, On 4/3/13 2:16 PM, saumil shah wrote: > I did change in Tomcat 6.0/Conf/server.xml unpackWARs="false" and > autoDeploy="false" Why? I don't believe I mentioned either of those settings... > but the logs still complaint about the Deploying

Re: Re : Memory leak in Tomcat 6.0.35 ( 64 bit)

2013-04-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Howard, On 4/3/13 4:15 PM, Howard W. Smith, Jr. wrote: > On Tue, Apr 2, 2013 at 5:12 PM, Christopher Schultz < > ch...@christopherschultz.net> wrote: > >> If you don't re-deploy your webapp, then daily rolling Tomcat >> restarts are not necessary.

Re: Serve same content to multiple URL's

2013-04-04 Thread Chris Arnold
- Original Message - From: "Chris Arnold" To: "Tomcat Users List" Sent: Thursday, April 4, 2013 12:28:02 PM Subject: Serve same content to multiple URL's I am not sure if this is a Tomcat issue or an apache issue, so i will ask on both lists. We have tomcat 6.03 on SLES11 and have conte

Re: Tomcat and Window nonpaged pool

2013-04-04 Thread André Warnier
Jeffrey Janner wrote: -Original Message- From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] Sent: Thursday, April 04, 2013 10:45 AM To: Tomcat Users List Subject: RE: Tomcat and Window nonpaged pool -Original Message- From: Jeffrey Janner [mailto:jeffrey.jan...@polyd

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-04 Thread dvosbury1
-Original Message- From: Neven Cvetkovic To: Tomcat Users List Sent: Thu, Apr 4, 2013 12:59 pm Subject: Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37 OK, I looked it up again... Your current hibernate.cfg.xml says: *org.hibernate. transaction.JTATransac

RE: Tomcat and Window nonpaged pool

2013-04-04 Thread Jeffrey Janner
> -Original Message- > From: Harris, Jeffrey E. [mailto:jeffrey.har...@mantech.com] > Sent: Thursday, April 04, 2013 10:45 AM > To: Tomcat Users List > Subject: RE: Tomcat and Window nonpaged pool > > > > > -Original Message- > > From: Jeffrey Janner [mailto:jeffrey.jan...@polydy

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-04 Thread dvosbury1
Neven, Thanks for the suggestions. We'd hoped we could just move this app over to Tomcat pretty easily, but yeah, we'll probably have to get the developer more involved. I'll check out the things that you suggested though. Is there any substitute for the JBossTransactionManager that could be us

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-04 Thread Neven Cvetkovic
OK, I looked it up again... Your current hibernate.cfg.xml says: *org.hibernate. transaction.JTATransactionFactory org.hibernate .transaction.JBossTransactionManagerLookup * You should try replacing this with: *org.hibernate.transaction.JDBCTransactionFactory * Give it a whirl, and see if that

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-04 Thread Neven Cvetkovic
David that helps a bit more... See comments below: On Thu, Apr 4, 2013 at 12:44 PM, wrote: > > > Here is the localhost log file also. This might be useful. This is after > the app is deployed and the home page launched. > > Apr 04, 2013 12:36:48 PM org.apache.catalina.core.ApplicationContext log

RE: how to monitor the traffic through the connector

2013-04-04 Thread Jeffrey Janner
> -Original Message- > From: Leon Rosenberg [mailto:rosenberg.l...@gmail.com] > Sent: Thursday, April 04, 2013 2:27 AM > To: Tomcat Users List > Subject: Re: how to monitor the traffic through the connector > > On Wed, Apr 3, 2013 at 5:19 PM, Christopher Schultz < > ch...@christopherschult

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-04 Thread dvosbury1
-Original Message- From: Neven Cvetkovic To: Tomcat Users List Sent: Tue, Apr 2, 2013 1:48 pm Subject: Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37 David, I would like to split troubleshooting into three steps: - tomcat startup (no app deployed) - deplo

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-04 Thread Neven Cvetkovic
Hey David, I've misread that earlier - this is *java.lang.NoClassDefFoundError* - which means the class that was available at the compile time is not available now to the JVM. I suspect it might be a problem with your * com.systemsmadesimple.hibernate.HibernateUtil* class implementation. As per s

Serve same content to multiple URL's

2013-04-04 Thread Chris Arnold
I am not sure if this is a Tomcat issue or an apache issue, so i will ask on both lists. We have tomcat 6.03 on SLES11 and have content/webapp that we want to server to multiple domains. We have 1 domain working using http://share.domain1.com. What we want is access to this same webapp using htt

Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37

2013-04-04 Thread dvosbury1
-Original Message- From: Neven Cvetkovic To: Tomcat Users List Sent: Tue, Apr 2, 2013 1:48 pm Subject: Re: Trouble loading MS SQl Server database driver in Tomcat 7.0.37 David, I would like to split troubleshooting into three steps: - tomcat startup (no app deployed) - deplo

RE: Tomcat and Window nonpaged pool

2013-04-04 Thread Harris, Jeffrey E.
> -Original Message- > From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] > Sent: Thursday, April 04, 2013 11:04 AM > To: 'Tomcat Users List' > Subject: Tomcat and Window nonpaged pool > > Tomcat 6.0.x (unsure but 33+) with Java 1.6 and Windows 2008 Server. > > I've got a customer

Tomcat and Window nonpaged pool

2013-04-04 Thread Jeffrey Janner
Tomcat 6.0.x (unsure but 33+) with Java 1.6 and Windows 2008 Server. I've got a customer who is monitoring his system using the Windows Performance Monitor and is concerned about Tomcat usage of the nonpaged pool. When monitoring just the Tomcat service, it shows the line for the pool to slowl

Re: IIS and Tomcat workers groups

2013-04-04 Thread André Warnier
Miguel Gonzalez wrote: Dear all, We currently have an IIS 6 fronting several Tomcat 6 containers with a list of workers for each redirection we want to forward from IIS to each tomcat. We are thinking of migrating to IIS 7.5 and Tomcat 7. Also we would like that two of the nodes share t

Re: problem with clustering

2013-04-04 Thread Daniel Mikusa
On Apr 4, 2013, at 6:43 AM, Andy Pahne wrote: > > An application that has been running fine for years now suddenly does perform > with varying results, sometimes as quick as always, but then sometimes a > simple page request uses up to 30 seconds. If you haven't changed anything with the appli

tomcat nodes and updating of webapps

2013-04-04 Thread Miguel Gonzalez
Dear all,     In the Tomcat nodes (under Windows) i mentioned in the other thread part of balancing group we are concerned of how to face webapps updating.     What I mean is if I have just 2-3 nodes, while we are performing a new webapp deployment, we would like that users continue to be served

problem with clustering

2013-04-04 Thread Andy Pahne
An application that has been running fine for years now suddenly does perform with varying results, sometimes as quick as always, but then sometimes a simple page request uses up to 30 seconds. Since the performance did degrade we regularly find log items like the following one in catalina.o

Re: IIS and Tomcat workers groups

2013-04-04 Thread Miguel Gonzalez
Thanks for your prompt answer. there is no way to mix LB nodes and the nodes we currently have in the tomcat IIS plugin? Regards, Miguel - Mensaje original - De: Martin Gainty Para: Tomcat Users List CC: Enviado: Jueves 4 de abril de 2013 12:14 Asunto: RE: IIS and Tomcat workers gro

RE: IIS and Tomcat workers groups

2013-04-04 Thread Martin Gainty
The only way I know how is to have IIS route all requests to a Proxy (such as Squid) http://wiki.squid-cache.org/Features/Redirectors The Proxy Server (Squid) can redirect to LB all requests for GroupNode1 and GroupNode2 Saludos Cordiales desde EEUU Martin

IIS and Tomcat workers groups

2013-04-04 Thread Miguel Gonzalez
Dear all,     We currently have an IIS 6 fronting several Tomcat 6 containers with a list of workers for each redirection we want to forward from IIS to each tomcat.     We are thinking of migrating to IIS 7.5 and Tomcat 7. Also we would like that two of the nodes share the same redirection and 

IIS and Tomcat workers groups

2013-04-04 Thread Miguel Gonzalez
Dear all,   We currently have an IIS 6 fronting several Tomcat 6 containers with a list of workers for each redirection we want to forward from IIS to each tomcat.   We are thinking of migrating to IIS 7.5 and Tomcat 7. Also we would like that two of the nodes share the same redirection and s

Re: Re : Memory leak in Tomcat 6.0.35 ( 64 bit)

2013-04-04 Thread Pïd stèr
On 3 Apr 2013, at 15:36, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Saumil, > > Please try to keep discussions on the mailing list to everyone can > benefit. > > On 4/2/13 6:48 PM, saumil shah wrote: >> For some reason ...I do not see Java process in Task M

Re: Re : Memory leak in Tomcat 6.0.35 ( 64 bit)

2013-04-04 Thread Pïd stèr
On 3 Apr 2013, at 19:16, saumil shah wrote: > Thanks again Chris > I did change in Tomcat 6.0/Conf/server.xml > unpackWARs="false" and autoDeploy="false" > but the logs still complaint about the Deploying web applications > org.apache.catalina.startup.HostConfig deployWARINFO: Deploying

Re: how to monitor the traffic through the connector

2013-04-04 Thread Leon Rosenberg
On Wed, Apr 3, 2013 at 5:19 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Leon, > > On 4/1/13 4:44 PM, Leon Rosenberg wrote: > >>> > >> > >> FWIW, I've found jconsole immensely helpful in sorting out > >> blocked threads. And