Fwd: Tomcat Thread Log

2015-04-08 Thread Mukundaraman Valakumaresan
Hi I have deployed an application in Apache tomcat 7.59. When I copy the war to webapps folder and start tomcat. Tomcat hangs and I coudln't see the admin screen as well for the first 30 minutes. Without this war, tomcat starts fine shows the admin screen immediately. Through google, I check a p

RE: Rendering JSP files through Apache

2015-04-08 Thread Leggio, Andrew
This contains both HTML and JSP. I would like the HTML to be handled through Apache and JSP pages to be handled by TOMCAT. How do I accomplish this? This is a Linux environment with Apache version 2.4.6 and Tomcat version 7. Thanks Andrew J. Leggio | MBIA Services Corporation | Assistant

External xml problem on Tomcat 6.0.41

2015-04-08 Thread Claudio Weiler
Hi, I use a Debian Squeeze distro, with official Tomcat releases. Recently I update to Tomcat 6.0.41 and a (not modified) application stopped to load. I dig and found that on Tomcat 6.0.40 the context attribute "xmlBlockExternal" was changed default value from false to true, then I modified this

Re: Fedora 20 Yum and tomcat setup

2015-04-08 Thread André Warnier
André Warnier wrote: Salam Y. Elias wrote: Thanks Chuck, recommandation was great. I downloaded 8.0.21, created three directories, each one with its own Tomcat, chnaged some ports in server.xml and all 3 applications are running like a charm. However, I am trying to replace the Root with my ap

RE: Fedora 20 Yum and tomcat setup

2015-04-08 Thread Caldarale, Charles R
> From: Salam Y. Elias [mailto:salamli...@free.fr] > Subject: Re: Fedora 20 Yum and tomcat setup > However, I am trying to replace the Root with my application. That's ROOT (case sensitive), also known as the default webapp. > I delete the Root directory and create something like this > /opt/ap

Re: Fedora 20 Yum and tomcat setup

2015-04-08 Thread André Warnier
Salam Y. Elias wrote: Thanks Chuck, recommandation was great. I downloaded 8.0.21, created three directories, each one with its own Tomcat, chnaged some ports in server.xml and all 3 applications are running like a charm. However, I am trying to replace the Root with my application. I delete th

Re: Rendering JSP files through Apache

2015-04-08 Thread André Warnier
Leggio, Andrew wrote: I have the following being used in my conf file: ProxyPass / ajp://localhost:8009/ Does this actually direct jsp files to use Tomcat? That is a funny way of putting it. What the above does - if everything else is installed and configured correctly - is proxying *al

Re: Configure Tomcat 7 using Apache 2.4.6

2015-04-08 Thread André Warnier
Leggio, Andrew wrote: I am trying to get tomcat to work under Apache. I have verified that tomcat is listening on port 8009. I tried doing the following: Apache Web Server Settings Add the following to the /etc/httpd/conf.d/proxy_ajp.conf file or if that file does not exist you can add it to

Re: Fedora 20 Yum and tomcat setup

2015-04-08 Thread Salam Y. Elias
Thanks Chuck, recommandation was great. I downloaded 8.0.21, created three directories, each one with its own Tomcat, chnaged some ports in server.xml and all 3 applications are running like a charm. However, I am trying to replace the Root with my application. I delete the Root directory and cre

Rendering JSP files through Apache

2015-04-08 Thread Leggio, Andrew
I have the following being used in my conf file: ProxyPass / ajp://localhost:8009/ Does this actually direct jsp files to use Tomcat? Andrew J. Leggio | MBIA Services Corporation | Assistant Vice President | Phone * (914) 765-3206 | Fax * (914) 765-3095 | * andrew.leg...@mbia.com

RE: Configure Tomcat 7 using Apache 2.4.6

2015-04-08 Thread Leggio, Andrew
Andy, Thank you for responding. I changed the mod_proxy_ajp.c to mod_proxy_ajp.so which is the module that is being loaded. Now my html pages are rendering fine; however, when I go the jsp pages it's not even putting an entry in the tomcat access log. Any ideas? Andy Andrew J.

Re: Performance question...

2015-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Tony, On 4/7/15 12:54 PM, PerfGuru wrote: > Hi All,We are noticing when running a simple load test of 25 > virtual users that our Tomcat server is running at 40% CPU and > transactions are taking over 40 seconds. We setup a test where we > focused (

Re: Configure Tomcat 7 using Apache 2.4.6

2015-04-08 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Andrew, On 4/8/15 1:43 PM, Leggio, Andrew wrote: > I am trying to get tomcat to work under Apache. I have verified > that tomcat is listening on port 8009. > > > > I tried doing the following: > > *Apache Web Server Settings* > > Add the follo

Re: Configure Tomcat 7 using Apache 2.4.6

2015-04-08 Thread Andy Wang
On 04/08/2015 12:43 PM, Leggio, Andrew wrote: I am trying to get tomcat to work under Apache. I have verified that tomcat is listening on port 8009. I tried doing the following: *Apache Web Server Settings* Add the following to the */etc/httpd/conf.d/proxy_ajp.conf* file or if that file doe

Configure Tomcat 7 using Apache 2.4.6

2015-04-08 Thread Leggio, Andrew
I am trying to get tomcat to work under Apache. I have verified that tomcat is listening on port 8009. I tried doing the following: Apache Web Server Settings Add the following to the /etc/httpd/conf.d/proxy_ajp.conf file or if that file does not exist you can add it to the end of the /etc/http

Re: Problem with SimpleTcpCluster and nodes temporarily dropping out of cluster

2015-04-08 Thread Mark Thomas
On 07/04/2015 21:46, Linus Brimstedt wrote: > Hello, > > We have a problem with SimpleTcpCluster and session replication. > We have tested this in Tomcat 7 and 8 (latest versions) on Windows Server > using latest revision of Hotspot JDK version 7, but checking the code it > seems like this is not

Re: Multiple login/home pages within a tomcat app

2015-04-08 Thread Neill Lima
Andre, Excellent reply given the context. I would add the following: Given a webapp paradigm why would you need two different login pages to different resources? Usually what is done is change what the logged user sees/is able to see. For example: Scenario 1: WHEN a administrator logs in to th

Re: Multiple login/home pages within a tomcat app

2015-04-08 Thread André Warnier
Olayemi Olatunji wrote: Hello Guys, I’m sort of a newbie to this but I need to know if its achievable. I want to create multiple login pages within a single web app e.g www.tomcat.org/login1, /login2 How can I achieve this? Hi. Since you claim to be a newbie at this, I'll try to prov

Multiple login/home pages within a tomcat app

2015-04-08 Thread Olayemi Olatunji
Hello Guys, I’m sort of a newbie to this but I need to know if its achievable. I want to create multiple login pages within a single web app e.g www.tomcat.org/login1, /login2 How can I achieve this? *Regards,* *Olayemi Olatunji* *Learning Consultant* [image: cid:image004.png@01

Re: Need configuration example for Tomcat 7.0.55 TLS configuration

2015-04-08 Thread Ognjen Blagojevic
On 7.4.2015 15:23, Christopher Schultz wrote: After a weekend of ripping out clumps of my hair and swearing at my computer, nothing had worked. In desperation, before upgrading Java and Tomcat, I tried regenerating my self-signed certificate with new settings (SHA256 instead of SHA1) and that s