Lost my CCS and resources with mod_proxy and Tomcat

2019-08-29 Thread Edwin Quijada
Hi! I have an application developed with Grails3 and Postgres, my app runs fine in the port 8084 , https://server:8084/app now I am trying to put an apache proxy with mod_proxy but I have an weird error The app load but doesnt load the resources, CSS and JavaScript, so the app looks useless [co

Re: Problem with Apache In front of Tomcat - No access to resource

2016-12-30 Thread Edwin Quijada
Chris, From: Christopher Schultz Sent: Friday, December 30, 2016 12:36 AM To: Tomcat Users List Subject: Re: Problem with Apache In front of Tomcat - No access to resource -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Edwin, On 12/28/16 5:09 PM, Edwin

Problem with Apache In front of Tomcat - No access to resource

2016-12-28 Thread Edwin Quijada
Hi! I have a problem with apache + Tomcat. I am trying to put apache in front of Tomcat to access my app but I am getting an error 404. I have 2 virtual servers in apache for 2 DNS with 2 tomcats This is one of my virtual server ServerNameserver1.org ServerAlias *.server1.org Serv

Tomcat SSL or Apache SSL

2016-12-19 Thread Edwin Quijada
Hi! I am trying to use SSL with my server Tomcat . I have read different articles when it recommends that is better use Apache webserver in front of Tomcat to and apache handles the SSL conection. My problem is that I cannot use apache in front of Tomcat because I am using websockets and these

Re: How many instances Tomcat?

2016-12-16 Thread Edwin Quijada
From: Daniel Savard Sent: Friday, December 16, 2016 9:01 PM To: Tomcat Users List Subject: Re: How many instances Tomcat? 2016-12-16 14:48 GMT-05:00 Edwin Quijada : > Hi! > I have 2 different projects in the same server. My server has 16GB Ram and >

How many instances Tomcat?

2016-12-16 Thread Edwin Quijada
Hi! I have 2 different projects in the same server. My server has 16GB Ram and 8 core so I am not sure if I need to up 2 instance of Tomcat or just one instace and Tomcat server both projects. What is the best configuration ? I have too ApacheWeb Sserver like proxy and SSL and virtual server.

Weird problem with WebSockets

2016-07-08 Thread Edwin Quijada
Hi! I have developed an app using websocket. I am using servers to upload my app in DigitalOcean but here the websockets doesnt work but using another server server4U everuthing is fine. I am using Tomcat 8.5.3 somebody has any cluee, any, about this behavour , the only thing that I think is Dig

Memory Leak Tomcat with Vaadin+Grails

2016-07-07 Thread Edwin Quijada
Hi! I having a weird problem with memory in my Tomcat , when I check the log I am getting this 06-Jul-2016 12:11:47.583 SEVERE [ContainerBackgroundProcessor[StandardEngine[Catalina]]] org.apache.catalina.loader.WebappClassLoaderBase.checkThreadLocalMapForLeaks The web application [presales] crea

Re: Need help with URL redirecting

2016-06-17 Thread Edwin Quijada
Maybe this can help you http://antoine.hordez.fr/2012/12/29/howto-tomcat7-apache2-mod_proxy_ajp-on-centos-rhel-6/ HOWTO : Tomcat 7 + Apache 2 + mod_proxy_ajp on CentOS ... antoine.hordez.fr Try http://www.

Re: Problem with Apache in front of Tomcat

2016-06-11 Thread Edwin Quijada
websites in your server you can make a redirection with iptables, no need to use apache. Le 11/06/2016 18:43, Edwin Quijada a écrit : > Hi! > I am trying to put Apache in front of Tomcat , DEbian Jessie but it become a > titanic work without success. I read all info about this and seems i

Problem with Apache in front of Tomcat

2016-06-11 Thread Edwin Quijada
Hi! I am trying to put Apache in front of Tomcat , DEbian Jessie but it become a titanic work without success. I read all info about this and seems it is easy but doesnt work. I am using APache 2.4+ Jessie +Tomcat 8.035 , I use this tuto http://www.zeitoun.net/articles/configure-mod_proxy_ajp-

Re: Problem with monitoring with JMX

2016-05-24 Thread Edwin Quijada
Tomcat 8.0.33 Java 1.8 Debian 8 From: Christopher Schultz Sent: Tuesday, May 24, 2016 9:45 PM To: Tomcat Users List Subject: Re: Problem with monitoring with JMX -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Edwin, On 5/24/16 5:03 PM, Edwin Quijada

Re: Problem with monitoring with JMX

2016-05-24 Thread Edwin Quijada
sing when you set this in setenv.sh, this may not able to find all the classes. On Tue, May 24, 2016 at 4:31 PM, Niranjan Babu Bommu < niranjan.bo...@gmail.com> wrote: > make sense, if you are not using shared apps better to use CATALINA_OPTS. > > On Tue, May 24, 2016 at 4:07 PM, Edw

Re: Problem with monitoring with JMX

2016-05-24 Thread Edwin Quijada
using shared apps better to use CATALINA_OPTS. On Tue, May 24, 2016 at 4:07 PM, Edwin Quijada wrote: > I read that is better use CATALINA_OPTS instead of JAVA_OPTS > > > From: Niranjan Babu Bommu > Sent: Tuesday, May 24, 2016 7:44 PM > To:

Re: Problem with monitoring with JMX

2016-05-24 Thread Edwin Quijada
s512M -Xmx1024M -server -XX:+UseParallelGC" On Tue, May 24, 2016 at 2:50 PM, Edwin Quijada wrote: > Hi! > I am trying to monitor my Tomcat server using JMX remote when I configure > the JMX protocol when I try to start Tomcat I get this > > Could not load Logmanager "org.apa

Problem with monitoring with JMX

2016-05-24 Thread Edwin Quijada
Hi! I am trying to monitor my Tomcat server using JMX remote when I configure the JMX protocol when I try to start Tomcat I get this Could not load Logmanager "org.apache.juli.ClassLoaderLogManager" java.lang.ClassNotFoundException: org.apache.juli.ClassLoaderLogManager at java.net.URLCla

Memory Problem

2016-05-09 Thread Edwin Quijada
I am getting this error on my server Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x7fe63ff4, 262144, 0) failed; error='Cannot allocate memory' (errno=12) # # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (mmap)

Re: Monitoring Tomcat

2016-03-31 Thread Edwin Quijada
manager-jmx security role in tomcat come with Tomcat installation ? From: Christopher Schultz Sent: Wednesday, March 30, 2016 11:23 PM To: Tomcat Users List Subject: Re: Monitoring Tomcat Anthony, On 3/30/16 6:08 PM, Anthony Biacco wrote: > On Wed, Mar

Re: Monitoring Tomcat

2016-03-31 Thread Edwin Quijada
Thks!! From: Christopher Schultz Sent: Wednesday, March 30, 2016 3:13 PM To: Tomcat Users List Subject: Re: Monitoring Tomcat -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Edwin, On 3/29/16 2:32 PM, Edwin Quijada wrote: > I am seeing Zabbix but ab

Re: Monitoring Tomcat

2016-03-29 Thread Edwin Quijada
., "Edwin Quijada" escribió: > Thks! > > > From: Mark Eggers > Sent: Monday, March 28, 2016 10:32 PM > To: Tomcat Users List > Subject: Re: Monitoring Tomcat > > https://tomcat.apache.org/tomcat-7.0-doc/monitoring.html

Re: Monitoring Tomcat

2016-03-29 Thread Edwin Quijada
://www.moskito.org Take a look at the step by step guide (start with step 1 not 0). blog.anotheria.net/msk/the-complete-moskito-integration-guide-step-1/ regards Leon On Tue, Mar 29, 2016 at 12:23 AM, Edwin Quijada wrote: > Hi! > I have an app with Tomcat+Grails+Vaadin+PostgreSQL and I wanna monit

Re: Monitoring Tomcat

2016-03-28 Thread Edwin Quijada
wide variety of tools to query an even wider variety of information. Please note that there are security issues when enabling JMX. Read the first link above for details. . . . just my two cents /mde/ On 3/28/2016 3:23 PM, Edwin Quijada wrote: > Hi! > I have an app with Tomcat+Grails+

Monitoring Tomcat

2016-03-28 Thread Edwin Quijada
Hi! I have an app with Tomcat+Grails+Vaadin+PostgreSQL and I wanna monitor the speed and resources of this. I add to 1024mb to Tomcat because the app and DB is in the same server. What application can I use to monitor performance of this Tomcat ? TIA

Apache+SSL+Tomcat+WebSocket

2016-03-19 Thread Edwin Quijada
Hi! I am trying to install apache+SSL+Tomcat with my app that use websocket. I read that websocket doesnt connect with tomcat and apache like proxy. I need information where I can connect this now I have installed Apache with SSL and Tomcat not connected yet. The scenario is this BROWSE ===ss

Re: Memory and resources for Tomcat

2016-03-18 Thread Edwin Quijada
resources for Tomcat On 3/17/2016 3:32 PM, Edwin Quijada wrote: > Hi! I am using Tomcat + APache +Postgres in the same machine server > with 8GB Ram I wanna know what is the best configuration memory or > anything else for better performance of my Tomcat? > > I have 400 user +- > &g

Memory and resources for Tomcat

2016-03-18 Thread Edwin Quijada
Hi! I am using Tomcat + APache +Postgres in the same machine server with 8GB Ram I wanna know what is the best configuration memory or anything else for better performance of my Tomcat? I have 400 user +- My app is Grails + Vaadin +PostgreSQL

Re: Advice on Cluster in one machine

2016-03-08 Thread Edwin Quijada
16-03-08 10:48 GMT-05:00 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Edwin, > > On 3/8/16 8:19 AM, Edwin Quijada wrote: >> I am new using Tomcat so I have a question about performance. I >> have installed a cluster with 2 tomcats and apac

Re: Advice on Cluster in one machine

2016-03-08 Thread Edwin Quijada
From: Christopher Schultz Sent: Tuesday, March 8, 2016 3:48 PM To: Tomcat Users List Subject: Re: Advice on Cluster in one machine -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Edwin, On 3/8/16 8:19 AM, Edwin Quijada wrote: > I am new using Tomcat

Re: Advice on Cluster in one machine

2016-03-08 Thread Edwin Quijada
From: André Warnier (tomcat) Sent: Tuesday, March 8, 2016 1:46 PM To: users@tomcat.apache.org Subject: Re: Advice on Cluster in one machine On 08.03.2016 14:19, Edwin Quijada wrote: > Hi! > I am new using Tomcat so I have a question about performa

Advice on Cluster in one machine

2016-03-08 Thread Edwin Quijada
Hi! I am new using Tomcat so I have a question about performance. I have installed a cluster with 2 tomcats and apache webserver like proxy in front of Tomcat cluster but this whole thing is in one server, somebody tell me that is not useful beacuse is in the same server that is better give more

Re: I need expert to solve problem(pay)

2016-02-04 Thread Edwin Quijada
__ From: Aurélien Terrestris Sent: Thursday, February 4, 2016 7:53 PM To: Tomcat Users List Subject: Re: I need expert to solve problem(pay) Edwin, we're not expecting money here. Please tell us what your problem is. 2016-02-04 20:37 GMT+01:00 Edwin Quijada : > Hi! > I d

I need expert to solve problem(pay)

2016-02-04 Thread Edwin Quijada
Hi! I dont know if I must put this message here but I am exhaust about this. I need a tomcat expert about configuration to solve a problem with my installation of course I will pay for your service. The problem is just configuration but I dont want stuck anymore. Sorry if the rigth place is n

Re: Problem with Tomcat Cluster

2016-02-03 Thread Edwin Quijada
sounda to me to be just a spring initialization error. El 02/02/2016 22:40, "Edwin Quijada" escribió: > Hi! > I have a Tomcat cluster over Debian Jessie, Tomcat 8.0.29 2 instances , > PostgreSQL 9.5 ,Apache 2.4 , Mod_jk. When I try to run my project in this > environment I get

Problem with Tomcat Cluster

2016-02-02 Thread Edwin Quijada
Hi! I have a Tomcat cluster over Debian Jessie, Tomcat 8.0.29 2 instances , PostgreSQL 9.5 ,Apache 2.4 , Mod_jk. When I try to run my project in this environment I get eerror. I tested with examples project and it works fine. My log iis this 01-Feb-2016 19:07:39.474 SEVERE [main] org.apache.c

Re: Apache+SSL+ Tomcat How ?

2016-01-22 Thread Edwin Quijada
Thks! From: Christopher Schultz Sent: Thursday, January 21, 2016 12:15 PM To: Tomcat Users List Subject: Re: Apache+SSL+ Tomcat How ? George, On 1/19/16 7:11 PM, George Sexton wrote: > > > On 1/19/2016 3:50 PM, Edwin Quijada wrote: >> Hi!

Apache+SSL+ Tomcat How ?

2016-01-19 Thread Edwin Quijada
Hi! I have 2 instances Tomcat with Apache in front of him working like proxy. Now, I need to know how can I do for using SSL for my app. There is any documento to set Apache + SSL for Tomcat to protected my info. I am using Apache 2.4 with Mod_JK + Tomcat 8.022 Any help ?

Re: Upload big file for data

2016-01-12 Thread Edwin Quijada
-data request bodies. At the time, the max file size is used the value of the maxPostSize attribute of the Connector element. If you use the POST data, you can see the maxPostSize attribute description of the Connector docs. 2016-01-12 0:25 GMT+09:00 Edwin Quijada : > Hi! > I am newbie using T

Upload big file for data

2016-01-11 Thread Edwin Quijada
Hi! I am newbie using Tomcat and I have a problem uploadind a Big file. I wanna upload a big file CSV, 140 mb, but when this begins doesnt happen anything . There is any setting to change for allowing to upload this file. This file has record will be procesed into my app. Thks in Advance