Question about "Error count" field in manager application

2006-03-13 Thread Igor
nt" field? This number increases, but I cannot find corresponding entries in log files Thank you, Igor

Re: Socket accept failed: The specified network name is no longer available.

2018-04-16 Thread Igor
If this is really such a simple problem then how can I get rid of its output into error log? -- Sent from: http://tomcat.10.x6.nabble.com/Tomcat-User-f1968778.html - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org F

Re: Socket accept failed: The specified network name is no longer available.

2018-04-26 Thread Igor
I'm trying to find the reason for this problem- I've installed Wireshark on the instance and have captured the packets in the moments that we see a problem. Tomcat's error log has millisecond precision (.000), but Wireshark's log has microsecond precision (.00). Tomcat's error log has no additi

TomCat 9 service failed to start on Windows after TomCat 9 update

2021-01-15 Thread Igor Sluge
  Hello, I updated TomCat for my app to the latest TomCat 9.0.41 and after update TomCat service failed to start successfully as Windows service. I just see 404 error when trying to open the TomCat app. Also there are no logs at all in the log directory! If I start TomCat locally by the command

Re[2]: TomCat 9 service failed to start on Windows after TomCat 9 update

2021-01-17 Thread Igor Sluge
vice may not have permissions to execute the programs or maybe >access the directories. That's the first thing I would check. (Also check >Event Viewer for any related messages).   >On Fri, Jan 15, 2021 at 8:24 AM Igor Sluge < sl...@mail.ru.invalid > wrote: >  >>  >&g

Re[3]: TomCat 9 service failed to start on Windows after TomCat 9 update

2021-01-19 Thread Igor Sluge
Hello, For all who is interested in how to do that: the following «--ServiceUser=LocalSystem» should be added to the «//IS//» command   >Понедельник, 18 января 2021, 7:40 +03:00 от Igor Sluge : >  > >Hello, >Thanks for your answer. Do you know is anyway to specify «Local Sys

Communication with a standalone java program from servlets (embedded tomcat). RMI?

2006-11-03 Thread Igor Borovkov
Hello! I have a standalone java program permanently running on a server. I need to communicate with that java program from servlets. Could you suggest me a simplest solution how to do that. I think I should use RMI. But there is one requirement – apache tomcat should be embedded to that program.

Re[2]: Communication with a standalone java program from servlets (embedded tomcat). RMI?

2006-11-03 Thread Igor Borovkov
> I don't know of anything that requires you to embed Tomcat in your app. They > should be able to communicate just find as separate entities. You could also Thanks for your reply. We thought about embedding tomcat (to startup it from the java program) to simplify whole application and improve i

Re[2]: Communication with a standalone java program from servlets (embedded tomcat). RMI?

2006-11-03 Thread Igor Borovkov
> Igor- > when you say 'tomcat' should be embedded ..does this imply that of > these tomcat constructs should be embedded? > Servlet? > Manager? > MBean? > Internals? Sorry. I am not perfectly familiar with embedding tomcat server at present time I just ment

Re: Is jsp designed for use by large websites

2006-11-25 Thread Igor Borovkov
Hello! If you want to develop a small or medium webapplication and you or your programmers is familiar with PHP I think it is no doubt use PHP. Two years ago when I was in online ecommerce industry I used only PHP. These days I was not familiar with Java. Now I am a Java Developer. Nowadays I dev

Advanced War deployment

2007-01-10 Thread Vlasov Igor
I have one commercial project and want to deploy it throw .war deployment process. My application uses external libs (10 mb) which must presents in WEB-INF\lib dir. All app size is 12mb. How can i avoid of putting all that libs in .war file and transfer only actual content of my app in one file?

Re: AW: deploying war files

2007-01-10 Thread Vlasov Igor
what I do is to deploy the war file as zip file, then extract it and reload the applicataion. It's not very nice, but it's working automatically in an ant script, I did it because the war file deployment was to unstable. How do you automatically run this ant script? -- View this message in c

Re: Advanced War deployment

2007-01-10 Thread Vlasov Igor
Mikolaj Rydzewski-2 wrote: > > Vlasov Igor wrote: >> I have one commercial project and want to deploy it throw .war deployment >> process. >> My application uses external libs (10 mb) which must presents in >> WEB-INF\lib >> dir. All app size is 12mb. >&

Re: AW: Advanced War deployment

2007-01-10 Thread Vlasov Igor
Markus Döring wrote: > > Hi, > Don't know if there is a better way to do, but you can place the lib files > into one of the following directorys instead of into the .war file: > > /tomcat/common/lib > /tomcat/server/lib > /tomcat/shared/lib > > Greetings > Markus > > I have no rights to ace

Re: Advanced War deployment

2007-01-10 Thread Vlasov Igor
Leon Rosenberg-3 wrote: > > hmm, > > why don't you put the expanded web-app structure on the client's > machine somewhere else than under tomcat, put your new files therein > and repackage the .war on the machine directly? > > regards > Leon > Please give me the detailed explanation ot you

Advanced War deployment

2007-01-10 Thread Vlasov Igor
Vlasov Igor wrote: > > I have one commercial project and want to deploy it throw .war deployment > process. > My application uses external libs (10 mb) which must presents in > WEB-INF\lib dir. All app size is 12mb. > > How can i avoid of putting all that libs in .war f

Cannot start tomcat5 service with jrockit

2007-03-12 Thread Igor Shevchenko
07-03-12 04:45:48] [1179 prunsrv.c] [error] ServiceStart returned 1 [2007-03-12 04:45:48] [info] Run service finished. [2007-03-12 04:45:48] [info] Procrun finished. I've tried googling and reading mailing archives but couldn't find a solution. Best regards, --- Igor Shevchenko

Re: Cannot start tomcat5 service with jrockit

2007-03-13 Thread Igor Shevchenko
>Why don't u > simply try/attempt to get version 6.x of Tomcat by now??? The answer is very simple: customer uses this version of Tomcat and wants no upgrade. Best regards, --- Igor Shevchenko "Mr. Steve Burrus" <[EMAIL PROTECTED]> wrote on 13.03.2007 00:59:03

Re: Cannot start tomcat5 service with jrockit

2007-03-19 Thread Igor Shevchenko
need to add the %JAVA_HOME%\jre\bin to the environment > PATH. I didn't think we had to do this for Win2003 but it was required > for XP. > Google gave me the same advise, so it was added. > Hope that helps. Nope. It doesn't work. I switched to Sun jre and it works w

Tomcat 5.5.23 Windows Service vs. User Application

2007-04-11 Thread Klacansky, Igor
k you, Igor - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

set juli logging directory?

2007-11-02 Thread Igor Vlasov
Hello I have working logging enviroment. For one of my logger i have 1karakas.org.apache.juli.FileHandler.directory = ${catalina.base}/logs and it writes to tomcat "logs" directory. The problem is that i want to write log to the subdirectory of my web application. for example: . .. web |-WE

Re: set juli logging directory?

2007-11-20 Thread Igor Vlasov
Albretch Mueller-3 wrote: > >> How can I avoid making this property and point a juli logger handler to >> web\logs directory? > ~ > Have you taken a look into the "directory" setting or your > logging.properties file? Either the global or for the application? > ~ > lbrtchx > > For applicati

Help for basic SSL certificate authentication

2007-08-21 Thread Igor Andjelkovic
Hi, I'am writing my very first Java aplication which is dealing with SSL. I want to write Server side aplication which will ask for certificate, and Client aplication which only need to show content of certificate on user screen, for example, in console. Every help is welcome. Thanks,

6.0.20 - New behavior on conf/Catalina//.xml update. Why redeploy?

2009-09-30 Thread Igor Mukhin
to /conf/.../.xml, could it be included in the next version? Something like , where "true" is default to keep new behavior Thanks Igor - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org Fo

Re: 6.0.20 - New behavior on conf/Catalina//.xml update. Why redeploy?

2009-09-30 Thread Igor Mukhin
Thanks, Mark. 1. I just tried to reproduce the issue on my pc. And I couldn't, which is a good thing. I will try it again later on the server, with which I had the issue yesterday. 2. OK 3. Can live with that Mark Thomas wrote: Igor Mukhin wrote: 1. I have looked at th

Re: 6.0.20 - New behavior on conf/Catalina//.xml update. Why redeploy?

2009-09-30 Thread Igor Mukhin
no /META-INF/context.xml file? Regards Igor Mark Thomas wrote: Igor Mukhin wrote: Thanks, Mark. 1. I just tried to reproduce the issue on my pc. And I couldn't, which is a good thing. I will try it again later on the server, with which I had the issue yesterday. I can't

Re: 6.0.20 - New behavior on conf/Catalina//.xml update. Why redeploy?

2009-09-30 Thread Igor Mukhin
no /META-INF/context.xml file? Regards Igor Mark Thomas wrote: Igor Mukhin wrote: Thanks, Mark. 1. I just tried to reproduce the issue on my pc. And I couldn't, which is a good thing. I will try it again later on the server, with which I had the issue yesterday. I can't

Finding out the absolute path to application (appBase)

2009-10-02 Thread Igor Mukhin
anager" context. Is there a method that calculates the absolute path? Thanks for your answers Igor - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Tomcat behind Apache and security-constraint

2011-07-21 Thread Igor Cicimov
Configure a mod_jk log file and see whats going on there On Jul 22, 2011 10:37 AM, "Adrián Córdoba" wrote: Well... 1- I delete the "Directory" section from httpd.conf file. 2- I add "JkMount /Andromeda worker1" to the virtual host. 3- I add dynamic content to index.jsp page So I proved the cont

Re: Tomcat not releasing threads on Solaris 10

2011-08-03 Thread Igor Cicimov
Maybe try to use "cachesize" ajp13 property in worker.properties together with "cache_timeout" to limit the apache thread count towards tomcat. " If cachesize is not set, the connection cache support is disabled." So sounds like cache_timeout doesn't have any e

Re: 503 error - service not available

2011-08-03 Thread Igor Cicimov
rting tomcat? Igor On Thu, Aug 4, 2011 at 12:28 PM, Dave Filchak wrote: > > Not sure what happened here. The app was working just fine until today. I > am getting a 503 Service temporarily unavailable error when trying to > connect to a tomcat site using Apache as the front end and mo

Re: 503 error - service not available

2011-08-04 Thread Igor Cicimov
Anything in the system log? Running out of file descriptors maybe? Igor On Aug 5, 2011 7:07 AM, "Pid" wrote: On 04/08/2011 21:36, Brendon wrote: > From what I gether from this thread is sounds like the Apache ... If HTTPD wasn't active there'd be nothing in the mod_jk

Re: Apache Tomcat unable to send the request. tomcat throwing 502 Gate Way error

2011-08-12 Thread Igor Cicimov
I can't see the connection between the Connector you showed and port 8082. What is listening on port 8082? Also what is your "tomcatThreadPool" executor configuration? On Fri, Aug 12, 2011 at 7:56 PM, rakesh k wrote: > Hi All > > I am using Apache tomcat 6.0.18 version > > I am not sure, why th

Re: Tomcat Performance Turning.

2011-09-02 Thread Igor Cicimov
Paste the workers.properties file and the mod_jk settings here. Are you using prefork or mpm in Apache? Have you tuned the apache settings to match the tomcat number of threads? Igor On Sat, Sep 3, 2011 at 7:52 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -

Re: Seeking tips on multi-host, multi-context deployments

2011-09-28 Thread Igor Cicimov
If i was you i wouldnt even start without 8GB of RAM on each server! On Sep 29, 2011 9:26 AM, "Sam Hokin" wrote: > Hi, folks. I've got what I consider to be a fairly significant production implementation of Tomcat with, currently, 89 > contexts in 30 hosts on two concurrent servers. Everything wo

Re: two questions about the session timeout in tomcat

2011-10-10 Thread Igor Cicimov
Is there anything in the log files? Do you have enough threads in the thread pool? I would also ask the DBA's to give me the list of the longest running queries. On Oct 10, 2011 3:02 PM, "Bill Wang" wrote: > Hi Chris, Pid & Geroge, > > Thanks to everyone who replied my mail. I try to answer your

Re: two questions about the session timeout in tomcat

2011-10-10 Thread Igor Cicimov
Ah yes, I would also take a thread dump when the server is stuck just in case the developers are wrong ;) On Oct 10, 2011 7:18 PM, "Igor Cicimov" wrote:

Re: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-31 Thread Igor Cicimov
You never said what is the difference between your environment and the customer one or I missed that info. Same OS? Same Java version? On Tue, Nov 1, 2011 at 12:42 PM, Anantaneni Harish < anantaneni.har...@vertexsoft.com> wrote: > > Any thoughts about this? > > Thanks and Regards, > Harish >

RE: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-31 Thread Igor Cicimov
NameJava(TM) SE Runtime Environment (build 1.6.0_13-b03) >Version 1.6.0_13 > Tomcat Nameapache-tomcat >Version 5.5.28 > > Thanks and Regards, > Harish > -Original Message- > From: Igor Cicimov [mailto:icici...@gmail.com] > Sent: T

Re: cannot read complete HTTP request body. It reads only 8192 characters

2011-10-31 Thread Igor Cicimov
different. > > Thanks and Regards, > Harish > > -Original Message- > From: Igor Cicimov [mailto:icici...@gmail.com] > Sent: Tuesday, November 01, 2011 10:57 AM > To: Tomcat Users List > Subject: RE: cannot read complete HTTP request body. It reads only 8192 >

Re: JVM config for tomcat7.0.19

2011-11-10 Thread Igor Cicimov
> > JAVA_OPTS=-Xms2048M -Xmx2048M -XX:Permsize=512m -XX:MaxPermsize=512m > You are allocating here 2.5GB of memory to tomcat ... how do you expect it to start on a box with 2GB in total of which only 500MB are available? On Fri, Nov 11, 2011 at 8:25 AM, Christopher Schultz < ch...@christophersch

Re: 403 error starting tomcat 7.0.22 application on windows 7

2011-11-13 Thread Igor Cicimov
catalina.policy? On Mon, Nov 14, 2011 at 4:56 PM, wrote: > > > -Исходное сообщение- From: Tim Watts > Sent: Monday, November 14, 2011 9:09 AM > To: Tomcat Users List > Subject: Re: 403 error starting tomcat 7.0.22 application on windows 7 > > > On Mon, 2011-11-14 at 08:17 +0400, bas...@

Re: Single POST request being handled twice

2011-11-16 Thread Igor Cicimov
Bypass the apache and send the POST request to tomcat directly. Thant will tell you where the problem is tomcat or apache. On Thu, Nov 17, 2011 at 12:29 PM, Jeremy wrote: > OK, I know this seems crazy, but I've looked long and hard and cannot > explain this as other than a Tomcat bug. I'm more

Re: APR SSL error: "Socket bind failed: [98] Address already in use"

2011-11-20 Thread Igor Cicimov
Isnt 8005 shutdown port for tomcat? I can see sshd bound to that port already. On Nov 20, 2011 6:33 PM, "Konstantin Kolinko" wrote: > 2011/11/19 Eric Kemp : > > Summary: I'm looking for ideas on how to resolve this "Address already > > in use" error when configuring SSL in Tomcat APR. > > > > Env

Re: Is there a way to bounce tomcat with out effecting connected users?

2011-11-29 Thread Igor Cicimov
Sure, using tomcat cluster and session replication. On Wed, Nov 30, 2011 at 2:37 PM, Srinivas Chejerla < srinivascheje...@gmail.com> wrote: > Hi, > > > I am trying to find best way to handle tomcat bounce in production > environments with out effecting connected users > please give me some sugges

Re: Changing session timeout for a webapp via JMX or internal Tomcat API?

2011-11-29 Thread Igor Cicimov
> > > On Wed, Nov 30, 2011 at 4:11 PM, Ellecer Valencia wrote: > Is there a way to change session timeouts in tomcat via JMX? I've only > seen the operation called "expireSession", but not one that can change > the session timeout period. > > The only way I've found so far to modify session timeo

Re: Changing session timeout for a webapp via JMX or internal Tomcat API?

2011-11-29 Thread Igor Cicimov
session timeout. The difference is that this timeout is applied to the whole container (all the applications deployed) and is overridden by the setting in the web.xml per application bases. On Wed, Nov 30, 2011 at 4:30 PM, Igor Cicimov wrote: > >> > On Wed, Nov 30, 2011 at 4:11

Re: LAMP + Tomcat Configuration

2011-12-11 Thread Igor Cicimov
You need to deploy the war file inside tomcat so you need to make tomcat aware of its location. Also including the war file in the uri makes no sense it can not work like that. Did you do any configuration on the tomcat side? Ajp connector etc. I would suggest you check the tomcat docs to gain basi

Re: AJP 1.3 Connector

2011-12-17 Thread Igor Cicimov
Firewall? On Dec 17, 2011 11:34 AM, "Vickie Troy-McKoy" wrote: > > Hi, > > I'm in need of a little help. I'm trying to get my tomcat and apache web > server instances communicating; they are running on two different physical > servers. When I attempt a test of the application url, it basically

RE: AJP 1.3 Connector

2011-12-19 Thread Igor Cicimov
If you have virtual host in apache jkMount needs to be inside the virtual host. On Dec 20, 2011 7:27 AM, "Troy-McKoy, Vickie" wrote: > Yes. From the apache host, I pinged and telneted the tomcat host. > > # ping tomcatappserver > PING tomcatappserver (nn.n.nn.nnn) 56(84) bytes of data. > 64 byt

Re: Tomcat AJP Thread Spike and System Hang

2011-12-21 Thread Igor Cicimov
What module are you using on apache side mod_proxy or mod_jk? Also you might post the Connector settings from tomcat. Sorry typing from my mobile just think that info might be useful to some one who can help you more. On Dec 22, 2011 10:57 AM, "John Minchuk" wrote: > Quick overview of our setup.

RE: Tomcat multiple instances runs as service from same exe file

2012-01-05 Thread Khailovsky, Igor
Hello All, How to execute multiple instances of Tomcat server as windows services from same physical location (CATALINA_HOME) without tomcat executable replication? In other words, how to point a Tomcat windows service to specific server.xml (not a default location)? I know that this option is

RE: Tomcat multiple instances runs as service from same exe file

2012-01-05 Thread Khailovsky, Igor
your help. -Original Message- From: Jeffrey Janner [mailto:jeffrey.jan...@polydyne.com] Sent: Thursday, January 05, 2012 17:19 To: 'Tomcat Users List' Subject: RE: Tomcat multiple instances runs as service from same exe file Igor - Since you are using Tomcat 6.x, why not just

RE: Tomcat multiple instances runs as service from same exe file

2012-01-06 Thread Khailovsky, Igor
: Tomcat multiple instances runs as service from same exe file On 05/01/2012 17:19, Khailovsky, Igor wrote: > Hi Jeff, > > Our application should provide ability to manage the application instances > dynamically (runs into separate Tomcat container). One of requirements is > using sa

Re: tomcat session problem

2012-01-11 Thread Igor Cicimov
/mod_proxy_balancer.html#stickyness_implementation Igor On Thu, Jan 12, 2012 at 8:42 AM, Daniel Mikusa wrote: > On Wed, 2012-01-11 at 10:21 -0800, Weffen Cheung wrote: > > Hello, > > > > First Thanks for your reply, Dan. > > > > 1. Yes, I am using apache2+mod_proxy in front o

Re: tomcat session problem

2012-01-11 Thread Igor Cicimov
ed on the JSESSIONID right? So the point is the balancer in your Apache frontend proxy should have the parameters synchronized with your backend Tomcat servers otherwise your sessions might end up on a wrong Tomcat server when proxying. Hope this makes sense?! Igor On Thu, Jan 12, 2012 at 12:35 PM, S

Re: Server starts but fails to get any reqs

2012-01-17 Thread Igor Cicimov
Looks like you have access permission problem. What are you policy settings and tomcat directory permissions? On Jan 18, 2012 1:49 PM, "deniz" wrote: > sorry for the weird layout of the error here is the error: > > > > Jan 18, 2012 10:43:57 AM org.apache.coyote.http11.AbstractHttp11Processor

Re: More, Re: Problem bringing up SSL with a CA certificate

2012-01-18 Thread Igor Cicimov
o create the keystore when you imported the certificate? Is your tomcat connector config pointing to the correct keysore file location? Igor On Thu, Jan 19, 2012 at 9:46 AM, James Lampert wrote: > I've now got the CA certificates the customer representative is trying to > use here, and I&#x

Re: Is SSL keystore with AJP connector possible?

2012-01-18 Thread Igor Cicimov
ces between using APR in > place of JSSE, consult Apache's Tomcat APR > Documentation<http://tomcat.apache.org/tomcat-6.0-doc/apr.html> > . Igor

Re: Unable to access images stored in webapps//WEB-INF/images ?

2012-01-23 Thread Igor Cicimov
On Tue, Jan 24, 2012 at 12:21 PM, Alastair Baldwin < alastairgbald...@yahoo.co.uk> wrote: > Dear Users > > Why am I able to access images stored here: > > http://localhost:8080/imageUploader/1234.jpg > > > but not here: > > http://localhost:8080/imageUploader/WEB-INF/images/1234.jpg > > > File per

Re: Tomcat mod_proxy_ajp and workers

2012-01-26 Thread Igor Cicimov
Thats the MPM worker settings for apache threads. You need to find the ajp Proxy part in your config. On Jan 26, 2012 11:14 PM, "baba smith" wrote: > hi, > i'm pretty much confused about the workers issue. > my setup is an apache server and a tomcat that are connected with a > mode_proxy_ajp conn

Re: PLZ help: i've issue with SSL TOMCAT

2012-04-17 Thread Igor Cicimov
On Tue, Apr 17, 2012 at 8:51 PM, amine20 wrote: > hi > i'm new in tomcat/apache environement, i've succes to add ssl to apache2 > using openssl, but i've tried to do the same in tomcat but unfortunatly > doesn't WORK. > > this is an explanation of what i have did: > Step 1.Create a keystore file

Re: Mod_jk returning source code of jsp files

2012-04-23 Thread Igor Cicimov
Put this line Include /etc/httpd/conf/mod_jk.conf inside virtual host. On Apr 23, 2012 9:12 PM, "ironclaw hand" wrote: > > > Hi, > > I am attempting to set up apache and tomcat together for the first time on > a new machine using some existing configuration files. I am not sure what > is happe

RE: Mod_jk returning source code of jsp files

2012-04-23 Thread Igor Cicimov
Well you need to have JkMount command inside the virtual host so its up to you how to do it. On Apr 23, 2012 10:53 PM, "ironclaw hand" wrote: > > > Ok I tried that but apache wont start now. It gives the following error: > > AH00526: Syntax error on line 1 of /etc/httpd/conf/mod_jk.conf: > JkWor

Re: Connection timeout

2012-05-10 Thread Igor Cicimov
Typing this from my phone so sorry for top posting no other option. You might also check your garbage collection which can introduce some pauses in some cases. Just a thought ... On May 11, 2012 7:26 AM, "Jon Drukman" wrote: > Caldarale, Charles R unisys.com> writes: > > > Using JConsole or Vis

Re: Tomcat 7 Manager App Authentication failure

2012-06-28 Thread Igor Cicimov
sers-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > > First check the security-constraint in the manager app and make sure that the manager-gui role is allowed access. Second, are you trying to access from localhost or remote host? Igor

Re: Intermittent mod_proxy_ajp error - APR does not understand this error code: proxy: dialog

2012-07-25 Thread Igor Cicimov
You have max clients on the apache side set to 400 but only 300 threads on tomcat side. No wonder you get 500 error... On Wed, Jul 25, 2012 at 12:22 AM, Carlucci, Tony wrote: > Cross-posting this to the tomcat users list (also posted to users@httpd > )... > > Hello, I've been trying to track down

Re: Intermittent mod_proxy_ajp error - APR does not understand this error code: proxy: dialog

2012-07-26 Thread Igor Cicimov
On Fri, Jul 27, 2012 at 4:20 AM, Carlucci, Tony wrote: > >-Original Message- > >From: Igor Cicimov [mailto:icici...@gmail.com] > >Sent: Wednesday, July 25, 2012 9:12 PM > >To: Tomcat Users List > >Subject: Re: Intermittent mod_proxy_ajp error - APR does

Re: Pointing tomcat to a different timezone

2012-07-29 Thread Igor Cicimov
On Mon, Jul 30, 2012 at 8:39 AM, krishna chaitanya kurnala wrote: > Dear Tomcat Users, > > I am deploying a Java Application in Tomcat, that is picking the wrong > Time-zone from OS. I did try to change the time settings at OS level. > > while the OS is PDT > [root@sdc-cidev10 ~]# date > Sun Jul

Re: Unable to change version of Apache Tomcat

2012-08-27 Thread Igor Cicimov
On Aug 28, 2012 1:39 PM, "John Byrne" wrote: > > Hello all, > > I'm trying to upgrade to 7.0.29 from 7.0.8 and I've switched the soft link under Tomcat/ (our setup). However, this is not upgrading the server. I've looked for environment variables but can't find any that would seem to point to th

Re: Tuning session replication on clusters

2012-09-05 Thread Igor Cicimov
On Thu, Sep 6, 2012 at 5:51 AM, wrote: > > I have a small cluster of 3 nodes running tomcat 6.0.24 with openJDK > 1.6.0_20 on Ubuntu 10.04 LTS. > > I have roughly 5,000-6,000 sessions at any given time, and when I restart > one of the nodes I am finding that not all sessions are getting > replica

Re: Tuning session replication on clusters

2012-09-05 Thread Igor Cicimov
sendAllSessions="false" > sendAllSessionsSize="500" > sendAllSessionsWait="20" > > > What has me stumped is why the time required to do more sessions is > exponentially higher beyond 1500 sessions. Using J

Re: Tomcat 7 manager quirk?

2012-10-26 Thread Igor Cicimov
On 27/10/2012 5:27 AM, "Josh Gooding" wrote: > > Hey group, > > I'm working with Tomcat 7's manager application for text deployments. I am > having a bit of a quirky issue here. I am deploying a web application that > is approx 75MB as a war file that uses Tomcat's ROOT context. > > Is there a w

Re: Implementing SSL and error invocating https://localhost:8443/ (Tomcat 7.0 on Windows 7)

2012-10-26 Thread Igor Cicimov
On 27/10/2012 9:37 AM, "Gabriel Huerta Araujo" wrote: > > I have followed below steps: > > 1.- Erase keytore > keytool -delete -keystore .keystore -storepass x_men_gha > > 2.- List to verify if it has been deleted. > keytool -list -storepass x_men_gha > Tipo de almacÚn de claves: JKS > Proveedor

Re: Implementing SSL and error invocating https://localhost:8443/ (Tomcat 7.0 on Windows 7)

2012-10-26 Thread Igor Cicimov
ld be simmilar file too. > > Regards. > > - Original Message - > From: "Igor Cicimov" > To: "Tomcat Users List" > Sent: Friday, October 26, 2012 5:41:59 PM > Subject: Re: Implementing SSL and error invocating > https://localhost:8443/(T

Re: Implementing SSL and error invocating https://localhost:8443/ (Tomcat 7.0 on Windows 7)

2012-10-26 Thread Igor Cicimov
w do I configure dns resolution for such name on my computer to point to > the ip of my laptop? As I am testing I am using my laptop with Windows 7 installed. > > Regards. > > - Original Message - > From: "Igor Cicimov" > To: "Tomcat Users List" >

Re: tomcat 6.0.32 stops expiring sessions

2012-11-05 Thread Igor Cicimov
On 05/11/2012 6:50 PM, "Altmeier, Christian" < christian.altme...@softwareag.com> wrote: > > Hi, > I have a big problem. After some time, tomcat stops expiring sessions. > We have enabled logging for org.apache.catalina.session.ManagerBase. So we see that at first everything works fine and suddenly

Re: AW: tomcat 6.0.32 stops expiring sessions

2012-11-05 Thread Igor Cicimov
rs ... Which tomcat version? Are they SSL sessions by some chance? Actually can you post here your Connector config please? > > -Ursprüngliche Nachricht- > Von: Igor Cicimov [mailto:icici...@gmail.com] > Gesendet: Montag, 5. November 2012 10:26 > An: Tomcat Users List > B

Re: AW: AW: tomcat 6.0.32 stops expiring sessions

2012-11-05 Thread Igor Cicimov
On 05/11/2012 10:01 PM, "Altmeier, Christian" < christian.altme...@softwareag.com> wrote: > > Yes we are using SSL. The default session timeout for ssl in tomcat6 is 24 hours, maybe that explains why. > Tomcat 6.0.32 > Our connector config: > > > -Urs

Re: AW: AW: tomcat 6.0.32 stops expiring sessions

2012-11-05 Thread Igor Cicimov
On 06/11/2012 6:43 AM, "Christopher Schultz" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Igor, > > On 11/5/12 8:01 AM, Igor Cicimov wrote: > > On 05/11/2012 10:01 PM, "Altmeier, Christian" < > > christian.altme.

Re: SSL Certificate Help

2012-11-07 Thread Igor Cicimov
On Thu, Nov 8, 2012 at 8:32 AM, Alissa Schneider wrote: > Yes, I have...many, many times. But good question! > > -Original Message- > From: James Lampert [mailto:jam...@touchtonecorp.com] > Sent: Wednesday, November 07, 2012 3:28 PM > To: Tomcat Users List > Subject: Re: SSL Certificate He

Re: Modify Cache-Control header

2012-11-16 Thread Igor Cicimov
On 17/11/2012 7:38 AM, "Jose María Zaragoza" wrote: > > Hi: > > I'm using Tomcat 6 ( I don't remember the exact release, I hope to be > forgiven by Pid ) > > I need to modify Cache-Control header in some responses ( forcing them > to not be cached ) > What is the best way to do it ? > > a) To imp

Re: Tomcat doesn't process error messages

2013-01-02 Thread Igor Cicimov
On Thu, Jan 3, 2013 at 1:33 AM, Husarik, Branko wrote: > Hello, > > I am a bit desperate thanks to my issue with Tomcat, which seems to be > like common matter. I am using Tomcat 6.0.35 as a proxy between Oracle and > Web service. Tomcat is running on AIX Version 6.1. There is send request > http

Re: Secure AJP load balancing problem

2013-01-03 Thread Igor Cicimov
On 04/01/2013 2:25 AM, "Arunkumar Janarthanan" wrote: > > Thanks Mark, I am working on parallely setting up another environment with > Tomcat 6.x, however to clear an urgent audit I need to show the Apache > connector uses secure protocol to exchange the data between Apache and > tomcat. Both thes

Re: Remove apache tomcat default home page

2013-01-03 Thread Igor Cicimov
On Fri, Jan 4, 2013 at 3:39 PM, ana kando wrote: > Hi all, > > I just installed a software that bundled with apache tomcat. I > successfully installed the software and can run the software at > http://localhost:8080/myapps/ > > However, when i remove /myapps from browser, it will go directly to a

Re: NIO connector issue: SEVERE: Error processing request

2013-01-15 Thread Igor Cicimov
see if it happens on small or big data streams (check the data size in the log line) etc. So my point is start troubleshooting on nginx side until you get response from some of the more experienced tomcat users/developers here :) And get ready to send your NIO connector and related nginx settings too I would say :) Igor

Re: Help in diagnosing server unresponsiveness

2013-01-31 Thread Igor Cicimov
On 01/02/2013 12:37 PM, "Zoran Avtarovski" wrote: > > Hi Guys, > > We have a application running on the latest Tomcat7 and we are getting a > server crash or becoming unresponsive. This occur every few days at no fixed > intervals or time of day and they certainly don't correlate to any app > func

Re: Help in diagnosing server unresponsiveness

2013-02-02 Thread Igor Cicimov
On 03/02/2013 3:17 PM, "Zoran Avtarovski" wrote: > > Hi Howard, > > The move to linux was part of a move in-house for our client as the web > services are only accessible behind the firewall. > > My gut feeling is that the issue isn't related to the WS as they run on a > scheduled task 3 times a d

Re: Help in diagnosing server unresponsiveness

2013-02-05 Thread Igor Cicimov
s of new objects then maybe increasing the minor space (default new/old ratio is 1:3) can help. Also paste here the results of the GC logs. The link I provided has some more useful settings and recommendations for the CMS collector. This collector stops the application threads twice during the operation so you need to check those times too. Cheers & Pozdrav, Igor

Re: mod_jk how to add JK_WORKER_NAME to http-header

2013-02-26 Thread Igor Cicimov
On 27/02/2013 5:42 AM, "Jochen Wißmann" wrote: > > Hello, > > i am trying to find an easy way to determine from the http-client side, which AJP13-worker handled my request. > So my basic idea is to use mod_header to add mod_jk`s env-variable JK_WORKER_NAME to the Header of the http-response. > I

Re: mod_jk how to add JK_WORKER_NAME to http-header

2013-02-26 Thread Igor Cicimov
On 27/02/2013 10:47 AM, "Jochen Wißmann" wrote: > > On 26.02.2013 22:38, Christopher Schultz wrote: >> >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Jochen, >> >> On 2/26/13 10:41 AM, Jochen Wißmann wrote: >>> >>> I tried to get something like this working: >>> >>> httpd.conf: ... He

Re: mod_jk how to add JK_WORKER_NAME to http-header

2013-02-26 Thread Igor Cicimov
On 27/02/2013 10:47 AM, "Jochen Wißmann" wrote: > > On 26.02.2013 22:38, Christopher Schultz wrote: >> >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> Jochen, >> >> On 2/26/13 10:41 AM, Jochen Wißmann wrote: >>> >>> I tried to get something like this working: >>> >>> httpd.conf: ... He

Re: How to allow only TLS 1.1 connections to Tomcat (6.0) server with https ?

2013-03-04 Thread Igor Cicimov
On 05/03/2013 5:10 PM, "Brijesh Deo" wrote: > > Hi, > Is there a way to make TLS 1.1 required for https connection with Tomcat server. I am currently on Tomcat 6.0.32 with JRE 1.7 on Windows 7. I tried setting [sslProtocol="TLSv1.1"] in the Connector definition in server.xml but that did not stop

Re: mod_jk 1.2.37 never send ping rq

2013-03-06 Thread Igor Cicimov
On Thu, Mar 7, 2013 at 3:03 AM, wrote: > hi all > > i setup apache <--> mod_jk <--> tomcat the firsttime with firewall. what i > saw was a not working page. after search and read the mod_jk docs > i see and found the reason. the firewall drop the jk connection. i try to > set properties like keep

Re: mod_jk 1.2.37 never send ping rq

2013-03-06 Thread Igor Cicimov
> redhat 6.4 / 64bit, apache 2.2.15 and mod_jk 1.2.37 --> tomcat latest > > In case of RedHat also check for SELinux policy on the tomcat server. And for other security things you might be running like maybe AppArmor etc.

Re: mod_jk 1.2.37 never send ping rq

2013-03-06 Thread Igor Cicimov
On 07/03/2013 4:25 PM, "Christopher Schultz" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Igor, > > On 3/6/13 9:02 PM, Igor Cicimov wrote: > > On Thu, Mar 7, 2013 at 3:03 AM, > > wrote: > > > >> hi all > >

Re: mod_jk 1.2.37 never send ping rq

2013-03-06 Thread Igor Cicimov
On 07/03/2013 4:25 PM, "Christopher Schultz" wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Igor, > > On 3/6/13 9:02 PM, Igor Cicimov wrote: > > On Thu, Mar 7, 2013 at 3:03 AM, > > wrote: > > > >> hi all > >

Re: Apache Accessing Tomcat Issue

2013-03-29 Thread Igor Cicimov
On 29/03/2013 10:29 AM, "Chris Arnold" wrote: > > Apache Tomcat/7.0.30 on SLES11 SP2. I am trying to configure access to a webapp using http://share.domain.com. This webapp uses port 8080 and works fine from inside the LAN. However, we have an apache2 server acting as a proxy and we want users to

Re: Setting up tomcat to run on port 443 on ubuntu system

2013-03-29 Thread Igor Cicimov
If installed from package open /etc/default/tomcat7, uncomment thr last line and make it AUTHBIND=yes and then youll be able to bind tomcat to port 80 and/or 443 On 30/03/2013 1:22 AM, "Shyam Yadav" wrote: > Hi Ognjen, > > I did all the setting you have mentioned for Unix Daemon for Tomcat, but

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

  1   2   3   >