Re: Jax-RS problem with Tomcat 10

2022-01-26 Thread Mark Thomas
On 23/01/2022 08:13, Julien Bréda wrote: Hello, I've been trying for days to run a Jax-RS application in the following environment : - Tomcat 10.0.16 - Windows 11 - Eclipse 2021-12 and I finally found something weird. I tried with two different implementations (RESTeasy and Jersey) and I get

Jax-RS problem with Tomcat 10

2022-01-23 Thread Julien Bréda
Hello, I've been trying for days to run a Jax-RS application in the following environment : - Tomcat 10.0.16 - Windows 11 - Eclipse 2021-12 and I finally found something weird. I tried with two different implementations (RESTeasy and Jersey) and I get the same behavior each time : - when my imple

Re: Problem with tomcat connector in IIS using tomcat 9.0.31

2020-03-13 Thread Matthias Fechner
Thanks Christopher, Am 12.03.2020 um 16:11 schrieb Christopher Schultz: > The complete new default pattern is: > > > (javax\.servlet\.request\.(cipher_suite|key_size|ssl_session|X509Certifi > cate)|CERT_(ISSUER|SUBJECT|COOKIE|FLAGS|SERIALNUMBER)|HTTPS_(SERVER_SUBJ > ECT|SECRETKEYSIZE|SERVER_ISSUER

Re: Problem with tomcat connector in IIS using tomcat 9.0.31

2020-03-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matthias, On 3/12/20 07:19, Matthias Fechner wrote: > Hi Christopher, > > Am 09.03.2020 um 22:50 schrieb Christopher Schultz: >> That's not a super-secure solution. You really should specify a >> correct whitelist pattern instead of "accept all". >

Re: Problem with tomcat connector in IIS using tomcat 9.0.31

2020-03-12 Thread Matthias Fechner
Hi Christopher, Am 09.03.2020 um 22:50 schrieb Christopher Schultz: > That's not a super-secure solution. You really should specify a > correct whitelist pattern instead of "accept all". thanks for your comment. You are fully right, but as this seem to will be fixed with the next tomcat version,

Re: Problem with tomcat connector in IIS using tomcat 9.0.31

2020-03-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Matthias, On 3/9/20 09:43, Matthias Fechner wrote: > Am 04.03.2020 um 09:17 schrieb Martin Grigorov: >> Please read this discussion: >> https://lists.apache.org/thread.html/r9f3a2ea48f2e76f7c092ea2dc4caec7 d15c86f7773281ef6c8cdb817%40%3Cusers.tomcat

Re: Problem with tomcat connector in IIS using tomcat 9.0.31

2020-03-09 Thread Matthias Fechner
Am 04.03.2020 um 09:17 schrieb Martin Grigorov: > Please read this discussion: > https://lists.apache.org/thread.html/r9f3a2ea48f2e76f7c092ea2dc4caec7d15c86f7773281ef6c8cdb817%40%3Cusers.tomcat.apache.org%3E > > The problem and a workaround are explai

Re: Problem with tomcat connector in IIS using tomcat 9.0.31

2020-03-04 Thread Martin Grigorov
On Wed, Mar 4, 2020 at 10:30 AM Stephen Hames wrote: > Hi Matthias, > > I suspect your issue is: address="::"You probably want > address="0.0.0.0" or the ipv4 IP address that your tomcat instance is > listening on. :: allows any on IPv6, but for IPv4 I suspect that tomcat > would still be l

Re: Problem with tomcat connector in IIS using tomcat 9.0.31

2020-03-04 Thread tomcat/perl
On 04.03.2020 09:30, Stephen Hames wrote: Hi Matthias, I suspect your issue is: address="::"You probably want address="0.0.0.0" or the ipv4 IP address that your tomcat instance is listening on. :: allows any on IPv6, but for IPv4 I suspect that tomcat would still be listening only on 127.0

Re: Problem with tomcat connector in IIS using tomcat 9.0.31

2020-03-04 Thread Stephen Hames
Hi Matthias, I suspect your issue is: address="::"You probably want address="0.0.0.0" or the ipv4 IP address that your tomcat instance is listening on. :: allows any on IPv6, but for IPv4 I suspect that tomcat would still be listening only on 127.0.0.1 Regards, Stephen On Wed, 4 Mar 2020

Re: Problem with tomcat connector in IIS using tomcat 9.0.31

2020-03-04 Thread Martin Grigorov
Hi Matthias, Please read this discussion: https://lists.apache.org/thread.html/r9f3a2ea48f2e76f7c092ea2dc4caec7d15c86f7773281ef6c8cdb817%40%3Cusers.tomcat.apache.org%3E The problem and a workaround are explained here: https://lists.apache.org/thread.

Problem with tomcat connector in IIS using tomcat 9.0.31

2020-03-03 Thread Matthias Fechner
Dear all, as tomcat version 9.0.31 has some security fixes included I tried to do an upgrade. On the IIS tomcat connector version 1.2.46 is installed. As secret I use a 32 character long alpha numeric string, I name it here token. In the workers.properties I tried to define it on the load bal

Re: Annotation scanning problem with Tomcat 8 and Java 8

2017-07-10 Thread Mark Thomas
On 10/07/17 08:09, karapirinc wrote: > Hi, > > I am trying to solve same issue. Could you solve the problem? That particular problem (from 3 years ago) was caused by a Tomcat bug. It was fixed shortly afterwards. Upgrading to the latest 8.5.x release should fix it. If it does not, please open a

Re: Annotation scanning problem with Tomcat 8 and Java 8

2017-07-10 Thread karapirinc
Hi, I am trying to solve same issue. Could you solve the problem? Best, Yusuf -- View this message in context: http://tomcat.10.x6.nabble.com/Annotation-scanning-problem-with-Tomcat-8-and-Java-8-tp5019403p5065281.html Sent from the Tomcat - User mailing list archive at Nabble.com

Problem with Tomcat 8.0.17, ISAPI Redirector for IIS 7.5

2017-04-27 Thread Gulhane, Amol
Hello Experts, I have configured IIS website (port 8128) with ISAPI Redirector and deployed .war files on Tomcat as per instructions from this Tomcat website URL: https://tomcat.apache.org/connectors-doc/webserver_howto/iis.html When I run the Tomcat examples using http://localhost:8128/examp

Re: TLS/SSL Elliptic Curve support problem with Tomcat 7.0.72

2016-11-09 Thread Daniel Savard
2016-11-09 16:11 GMT-05:00 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Daniel, > > You don't seem to have received a response about this... > > On 10/11/16 2:13 PM, Daniel Savard wrote: > > I have a problem which evades me for a too long time. I am just > > unable

Re: TLS/SSL Elliptic Curve support problem with Tomcat 7.0.72

2016-11-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Daniel, You don't seem to have received a response about this... On 10/11/16 2:13 PM, Daniel Savard wrote: > I have a problem which evades me for a too long time. I am just > unable to find out what is wrong. I have a Tomcat 7.0.72 (version > doesn

TLS/SSL Elliptic Curve support problem with Tomcat 7.0.72

2016-10-11 Thread Daniel Savard
Hi tomcaters, I have a problem which evades me for a too long time. I am just unable to find out what is wrong. I have a Tomcat 7.0.72 (version doesn't matter the problem exists with 7.0.68 and 7.0.70 as well) with Oracle JDK 1.8.0_102 (the version doesn't matter much neither since the problem ma

Re: Problem with Tomcat 5.5.20.

2016-02-19 Thread David kerber
On 2/19/2016 6:36 AM, Rogerio da Silva wrote: Dear , I have encountered problem with Apache Tomcat 5.5.20 , suddenly occur slow access in published URLs stay inacessible, looking memory process in operation system Windows 2008 Enterprise SP2 appearance lock , restart after OS return with

Problem with Tomcat 5.5.20.

2016-02-19 Thread Rogerio da Silva
Dear , I have encountered problem with Apache Tomcat 5.5.20 , suddenly occur slow access in published URLs stay inacessible, looking memory process in operation system Windows 2008 Enterprise SP2 appearance lock , restart after OS return with more instability, suggestions? Best regard

Re: Problem with Tomcat Cluster

2016-02-03 Thread Edwin Quijada
Well, I have a clustered , I dont test in non clustered environment From: Mikel Ibiricu Sent: Wednesday, February 3, 2016 5:32 AM To: Tomcat Users List Subject: Re: Problem with Tomcat Cluster Are you sure it starts in non-clustered environment? It

Re: Problem with Tomcat Cluster

2016-02-02 Thread Mikel Ibiricu
Are you sure it starts in non-clustered environment? It 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

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: Problem with tomcat and wireshark

2015-03-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dmitrij, On 3/4/15 7:21 AM, Dmitrij David Padalino wrote: > Hi everyone, i'm testing my websocket application deployed in > tomcat with wireshark. When i analize the websocket traffic and i > select a websocket text message in wireshark to see its c

Problem with tomcat and wireshark

2015-03-04 Thread Dmitrij David Padalino
Hi everyone, i'm testing my websocket application deployed in tomcat with wireshark. When i analize the websocket traffic and i select a websocket text message in wireshark to see its content, wireshark cannot read the unmasked payload. First i thought that was a problem of wireshark, so i analize

Annotation scanning problem with Tomcat 8 and Java 8

2014-06-30 Thread Brian Morris
I'm running into a startup problem using Tomcat 8 and Java 8 during annotation scanning. I get many error messages similar to these two: Jun 30, 2014 12:44:26 PM org.apache.catalina.startup.ContextConfig processAnnotationsWebResource SEVERE: Unable to process web resource [/WEB-INF/classes/com/fo

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Prashant, On 9/11/13 9:07 AM, Prashant Shinde wrote: > I am getting following error when I try with wget > > OpenSSL: error:140770FC:SSL > routines:SSL23_GET_SERVER_HELLO:unknown protocol Unable to > establish SSL connection. So, connecting with a

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread André Warnier
: Problem with tomcat SSL / HTTPS not working. Prashant Shinde wrote: Hi We are facing problem with Tomcat HTTPS. We are using Apache Tomcat Version 6.0.24. Please find attached server.xml. When we access tomcat URL using https it says "Page not Found" and otherwise with

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Sushil Prusty
> Prashant Shinde > Senior Consultant > Hoonar Tekwurks Consulting LLP > email: prashant.shi...@hoonartek.com | cell: +91 98220 38097| desk: +91 20 > 4900 5204 > > > -Original Message- > From: Prashant Shinde [mailto:prashant.shi...@hoonartek.com] > Sent: 11

RE: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Prashant Shinde
.com | cell: +91 98220 38097| desk: +91 20 4900 5204 -Original Message- From: Prashant Shinde [mailto:prashant.shi...@hoonartek.com] Sent: 11 September 2013 14:44 To: 'Tomcat Users List' Subject: RE: Problem with tomcat SSL / HTTPS not working. Hi We are accessing th

RE: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Prashant Shinde
@ice-sa.com] Sent: 11 September 2013 13:47 To: Tomcat Users List Subject: Re: Problem with tomcat SSL / HTTPS not working. Prashant Shinde wrote: > Hi > > > > We are facing problem with Tomcat HTTPS. We are using Apache Tomcat > Version 6.0.24. > > > > Please

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread André Warnier
Prashant Shinde wrote: Hi We are facing problem with Tomcat HTTPS. We are using Apache Tomcat Version 6.0.24. Please find attached server.xml. When we access tomcat URL using https it says "Page not Found" and otherwise with just http it works fine. Please let us know th

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Konstantin Kolinko
2013/9/11 Prashant Shinde : > Hi > > > > We are facing problem with Tomcat HTTPS. We are using Apache Tomcat Version > 6.0.24. > > > > Please find attached server.xml. When we access tomcat URL using https it > says “Page not Found” and otherwise with just http it

Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Prashant Shinde
Hi We are facing problem with Tomcat HTTPS. We are using Apache Tomcat Version 6.0.24. Please find attached server.xml. When we access tomcat URL using https it says "Page not Found" and otherwise with just http it works fine. Please let us know the possible solution.

Re: Problem with tomcat installation

2013-05-09 Thread Mark Eggers
On 5/9/2013 10:45 AM, Krishan Chandak wrote: Hi, We had xampp on linux running on port 8080 and IBM WAS running on port 80. We installed tomcat on port 8181. Purppose of installing tomcat was to migrate from WAS to tomcat. Once the tomcat stabilizes, we will close the WAS and will make port 81

Re: Problem with tomcat installation

2013-05-09 Thread Krishan Chandak
Hi, > > We had xampp on linux running on port 8080 and IBM WAS running on port 80. > We installed tomcat on port 8181. Purppose of installing tomcat was to > migrate from WAS to tomcat. Once the tomcat stabilizes, we will close the > WAS and will make port 8181 to 80. > > After installing successf

Re: "async-supported" problem with Tomcat 7.0.29

2013-01-16 Thread Satyen Hingorani
Sadly, 7.0.35 did not resolve this issue. I still see the exception, albeit with more information this time: Jan 16, 2013 3:39:41 PM org.apache.coyote.AbstractProtocol$AbstractConnectionHandler process SEVERE: Error reading request, ignored java.lang.IllegalStateException: Calling [asyncPostProces

Re: "async-supported" problem with Tomcat 7.0.29

2013-01-15 Thread Mark Thomas
On 15/01/2013 17:19, Satyen Hingorani wrote: > Hi Chris, > > Thanks for your response. > > I don't see 7.0.35 on the download site; 7.0.34 is the latest. > Where can I get 7.0.35 to try? Chris is suffering from an off-by-one error. 7.0.34 is currently the latest. 7.0.35 will probably start app

Re: "async-supported" problem with Tomcat 7.0.29

2013-01-15 Thread Satyen Hingorani
Hi Chris, Thanks for your response. I don't see 7.0.35 on the download site; 7.0.34 is the latest. Where can I get 7.0.35 to try? Thanks, Satyen On Tue, Jan 15, 2013 at 10:33 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > >

Re: "async-supported" problem with Tomcat 7.0.29

2013-01-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Satyen, On 1/15/13 9:56 AM, Satyen Hingorani wrote: > We have developed a web-based application that communicates with > back-end servers. Server-Push is an important requirement of the > application, and we are using CometD for this purpose. We are

"async-supported" problem with Tomcat 7.0.29

2013-01-15 Thread Satyen Hingorani
Hi, We have developed a web-based application that communicates with back-end servers. Server-Push is an important requirement of the application, and we are using CometD for this purpose. We are using the "async" support in Tomcat 7.0 for scalability. We are running the application in Tomcat 7.0.

Re: Problem with tomcat and JRE1.7

2012-11-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralph, On 11/19/12 11:30 AM, Ralph Grove wrote: > The problem turned out to be one of the war files that I'm loading > into Tomcat. JSP's work fine until that particular war file is > deployed, but afterwards JSP's will no longer compile correctly. >

Re: Problem with tomcat and JRE1.7

2012-11-19 Thread Ralph Grove
It seems that the war file that I was installing contains its own version of the servlet API, which evidently conflicts with the one Tomcat 7 is using. I'm not sure of the details yet, but it you're curious you can find the war file within this zip: http://semwebcentral.org/frs/download.php/513

Re: Problem with tomcat and JRE1.7

2012-11-19 Thread André Warnier
Hi. Thanks for the update. Ralph Grove wrote: The problem turned out to be one of the war files that I'm loading into Tomcat. JSP's work fine until that particular war file is deployed, but afterwards JSP's will no longer compile correctly. So what does that mean ? compiling the JSP's in tha

Re: Problem with tomcat and JRE1.7

2012-11-19 Thread Ralph Grove
The problem turned out to be one of the war files that I'm loading into Tomcat. JSP's work fine until that particular war file is deployed, but afterwards JSP's will no longer compile correctly. Only those JSP's that were previously compiled continue to work correctly. Without that war file loa

Re: Problem with tomcat and JRE1.7

2012-11-19 Thread Daniel Mikusa
On Nov 16, 2012, at 3:15 PM, Ralph Grove wrote: > I stopped tomcat, deleted work and all of the application directories that > were derived from war files. Same problem after restarting, though. It looks > like all JSP's are failing. Couple more thoughts… 1.) Download a fresh copy of Tomcat 7.

Re: Problem with tomcat and JRE1.7

2012-11-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ralph, On 11/16/12 3:15 PM, Ralph Grove wrote: > I stopped tomcat, deleted work and all of the application > directories that were derived from war files. Same problem after > restarting, though. It looks like all JSP's are failing. Do you precompile

Re: Problem with tomcat and JRE1.7

2012-11-16 Thread Ralph Grove
I stopped tomcat, deleted work and all of the application directories that were derived from war files. Same problem after restarting, though. It looks like all JSP's are failing. Ralph On 11/16/12 3:01 PM, Daniel Mikusa wrote: On Nov 16, 2012, at 2:06 PM, Ralph Grove wrote: I just upgraded

Re: Problem with tomcat and JRE1.7

2012-11-16 Thread Daniel Mikusa
On Nov 16, 2012, at 2:06 PM, Ralph Grove wrote: > I just upgraded my JRE from 1.6 to 1.7, and the tomcat home page now throws > an exception (below). The example apps, and my own apps are still working OK, > though. > > Anyone else noticed this problem? Have not seen this before. Just a guess

Problem with tomcat and JRE1.7

2012-11-16 Thread Ralph Grove
I just upgraded my JRE from 1.6 to 1.7, and the tomcat home page now throws an exception (below). The example apps, and my own apps are still working OK, though. Anyone else noticed this problem? System configuration: MacOS 10.8.2 JRE 1.7.0_09 Tomcat 7.0.32 The server is at http://geo-query.cs

Re: Problem with tomcat 7 and java ld_library_path under centos 6 using IANYWHERE JDBC DRIVER

2012-08-09 Thread Mark Eggers
To: users@tomcat.apache.org Subject: Re: Problem with tomcat 7 and java ld_library_path under centos 6 using IANYWHERE JDBC DRIVER Moving this back on the list. In general it's a good idea to keep the discussion (and the solution) on the mailing list. That way everyone benefits (and ev

RE: Problem with tomcat 7 and java ld_library_path under centos 6 using IANYWHERE JDBC DRIVER

2012-08-09 Thread Martin Gainty
ontenu fourni. > Date: Thu, 9 Aug 2012 07:53:19 -0700 > From: its_toas...@yahoo.com > To: users@tomcat.apache.org > Subject: Re: Problem with tomcat 7 and java ld_library_path under centos 6 > using IANYWHERE JDBC DRIVER > > Moving this back on the list. > > In ge

Re: Problem with tomcat 7 and java ld_library_path under centos 6 using IANYWHERE JDBC DRIVER

2012-08-09 Thread Mark Eggers
6 PM, Mark Eggers wrote: On 8/8/2012 6:06 AM, CHRISTOS STAVRINOU wrote: Problem with tomcat 7 and java ld_library_path under centos 6 using IANYWHERE JDBC DRIVER At what path I must copy the file dbjodbc12.so? What is the correct configuration? How I can configure the java.library.path under un

Re: Problem with tomcat 7 and java ld_library_path under centos 6 using IANYWHERE JDBC DRIVER

2012-08-08 Thread Mark Eggers
On 8/8/2012 6:06 AM, CHRISTOS STAVRINOU wrote: Problem with tomcat 7 and java ld_library_path under centos 6 using IANYWHERE JDBC DRIVER At what path I must copy the file dbjodbc12.so? What is the correct configuration? How I can configure the java.library.path under under centos 6 and tomcat

Re: Problem with tomcat 7 and java ld_library_path under centos 6 using IANYWHERE JDBC DRIVER

2012-08-08 Thread David kerber
gotten that I'm using the java drivers, not the native ones. But the OP still has the wrong entry in his connection string, I believe. 2. Call System.getProperty("java.library.path"); and print its value. On 8/8/2012 9:06 AM, CHRISTOS STAVRINOU wrote: Problem with tomcat 7

Re: Problem with tomcat 7 and java ld_library_path under centos 6 using IANYWHERE JDBC DRIVER

2012-08-08 Thread Konstantin Kolinko
uot;java.library.path"); and print its value. > > On 8/8/2012 9:06 AM, CHRISTOS STAVRINOU wrote: >> >> Problem with tomcat 7 and java ld_library_path under centos 6 using >> IANYWHERE JDBC DRIVER >> >> At what path I must copy the file dbjodbc12.so? What i

Re: Problem with tomcat 7 and java ld_library_path under centos 6 using IANYWHERE JDBC DRIVER

2012-08-08 Thread David kerber
sing the sybase newsgroups rather than tomcat for this. On 8/8/2012 9:06 AM, CHRISTOS STAVRINOU wrote: Problem with tomcat 7 and java ld_library_path under centos 6 using IANYWHERE JDBC DRIVER At what path I must copy the file dbjodbc12.so? What is the correct configuration? How I ca

Problem with tomcat 7 and java ld_library_path under centos 6 using IANYWHERE JDBC DRIVER

2012-08-08 Thread CHRISTOS STAVRINOU
Problem with tomcat 7 and java ld_library_path under centos 6 using IANYWHERE JDBC DRIVER At what path I must copy the file dbjodbc12.so? What is the correct configuration? How I can configure the java.library.path under under centos 6 and tomcat 7 in order to fix the problem? Please help me

Re: Problem with tomcat and jk module

2012-07-31 Thread Piotr Wąchała
Hi, sorry i dident wrote before but we "fight" with the problem. My coleege from work, restart few switches and we think this was the problem. No we observe in logs only [info] without errors or whitout disconecting clients from our network Piotr W dniu 2012-07-24 18:30, Piotr Wąchała pisze:

Re: Problem with tomcat and jk module

2012-07-25 Thread Rainer Jung
On 24.07.2012 12:37, Piotr Wąchała wrote: Hi, Maybe someone can help me with my tomcat problem. Hope that wont be a big problem for you. Im observing that our client are disconnected from server, that is very bad situation. In jklogfile.log [Tue Jul 24 08:43:22 2012] [17466:47245693265248] [in

Re: Problem with tomcat and jk module

2012-07-24 Thread Brett Delle Grazie
On 24 Jul 2012 19:59, "André Warnier" wrote: > > Piotr Wąchała wrote: >> >> ok, thanks for advice, but I checked my "front end" enviroment. >> Before connection goes to front end apache, must go to firewall and next to load balancer. >> I remove from this chain load balancer, and it was still the

Re: Problem with tomcat and jk module

2012-07-24 Thread André Warnier
Piotr Wąchała wrote: ok, thanks for advice, but I checked my "front end" enviroment. Before connection goes to front end apache, must go to firewall and next to load balancer. I remove from this chain load balancer, and it was still the same. In firewall I dont observe teardown connecion or sth

Re: Problem with tomcat and jk module

2012-07-24 Thread Piotr Wąchała
ok, thanks for advice, but I checked my "front end" enviroment. Before connection goes to front end apache, must go to firewall and next to load balancer. I remove from this chain load balancer, and it was still the same. In firewall I dont observe teardown connecion or sth. like that. (I can`t

Re: Problem with tomcat and jk module

2012-07-24 Thread André Warnier
Hi. Thanks for the very complete information about your environment. Piotr Wąchała wrote: Hi, Maybe someone can help me with my tomcat problem. Hope that wont be a big problem for you. Im observing that our client are disconnected from server, that is very bad situation. In my experience, t

Problem with tomcat and jk module

2012-07-24 Thread Piotr Wąchała
Hi, Maybe someone can help me with my tomcat problem. Hope that wont be a big problem for you. Im observing that our client are disconnected from server, that is very bad situation. In jklogfile.log [Tue Jul 24 08:43:22 2012] [17466:47245693265248] [info] jk_handler::mod_jk.c (2620): Aborting c

Re: Problem with Tomcat 6.0.33 Session replication

2011-10-06 Thread Rainer Jung
On 05.10.2011 16:41, Tobias Quosigk wrote: > I'm running 2 servers with Tomcat 6.0.33 and session replication. > Tomcat session replication only works with Tomcat starting the first time > the server (Windows Server 2008 R2 64-bit) boots. > > When I stop and then start the Tomcat service via Win

Problem with Tomcat 6.0.33 Session replication

2011-10-05 Thread Tobias Quosigk
I'm running 2 servers with Tomcat 6.0.33 and session replication. Tomcat session replication only works with Tomcat starting the first time the server (Windows Server 2008 R2 64-bit) boots. When I stop and then start the Tomcat service via Windows Services, session replication will no longer wo

Re: cpu problem with tomcat 7.0.14

2011-09-09 Thread Jens Breitenstein
Hi all, We have a problem with tomcat server. For hours, cpu usage for tomcat7.exe is %100. I have installed processExplorer. Here is the output for tomcat threads The server is Win Server 2008 R2 Enterprise, 64 bit, 4gb tam, Intel xeon 2.67 (x2) cpu (vmware) Any idea about this? 1. Look

Re: cpu problem with tomcat 7.0.14

2011-09-09 Thread Konstantin Kolinko
2011/9/9 Yavuz Sert > > Hi all, > > We have a problem with tomcat server. For hours, cpu usage for tomcat7.exe is > %100. > > I have installed processExplorer. Here is the output for tomcat threads > > The server is Win  Server 2008 R2 Enterprise, 64 bit, 4gb tam,

RE: cpu problem with tomcat 7.0.14

2011-09-09 Thread Yavuz Sert
The screenshot is attached. From: Yavuz Sert [mailto:yavuz.s...@argela.com.tr] Sent: Friday, September 09, 2011 4:40 PM To: users@tomcat.apache.org Subject: cpu problem with tomcat 7.0.14 Hi all, We have a problem with tomcat server. For hours, cpu usage for tomcat7.exe is %100. I

cpu problem with tomcat 7.0.14

2011-09-09 Thread Yavuz Sert
Hi all, We have a problem with tomcat server. For hours, cpu usage for tomcat7.exe is %100. I have installed processExplorer. Here is the output for tomcat threads The server is Win Server 2008 R2 Enterprise, 64 bit, 4gb tam, Intel xeon 2.67 (x2) cpu (vmware) Any idea about this? Best

RE: Problem with tomcat welcome page

2011-05-12 Thread Caldarale, Charles R
> From: C0mf0rtably Numb [mailto:08.kus...@gmail.com] > Subject: Problem with tomcat welcome page > I was trying to run tomcat 6.0.32 and after copying the > tomcat files to the directory What files? What directory? Exactly what did you do to install and start Tomcat? Vague desc

Re: Problem with tomcat welcome page

2011-05-12 Thread David Smith
Given this is a reoccurring error: > java.lang.NoSuchMethodError: > javax.servlet.ServletContext.getContextPath()Ljava/lang/String Looks like you are missing possibly the servlet-api jar file or it's in the wrong place. Fix this error and things should work better. BTW ... where did you place t

Problem with tomcat welcome page

2011-05-12 Thread C0mf0rtably Numb
Hello everyone, I was trying to run tomcat 6.0.32 and after copying the tomcat files to the directory I tried to go to the welcome page localhost:8080 in mozilla firefox but it shows a blank page. I tried making an html page and then went to localhost:8080/test.html but that is also blank. Please

Re: problem with Tomcat 5.5.27

2011-04-04 Thread Gupta, Rangan
> Hi > > I am running Tomcat 5.5.27 on Solaris 10. And I keep getting the following > messages in the catalina out log. > > 04-Apr-2011 14:32:46 org.apache.catalina.loader.WebappClassLoader loadClass > INFO: Illegal access: this web application instance has been stopped > already. Could not load n

Re: Problem with Tomcat windows service when user delete/changed

2010-11-17 Thread Tomislav Petrović
Konstantin Kolinko said on 17.11.2010 12:05: 2010/11/17 Tomislav Petrović: Konstantin Kolinko said on 17.11.2010 11:22: 2010/11/17 Tomislav Petrović: After the did this Tomcat stopped working correctly. Default application and doc are been served (localhost:8080/ and localhost:8080/docs) but

Re: Problem with Tomcat windows service when user delete/changed

2010-11-17 Thread Konstantin Kolinko
2010/11/17 Tomislav Petrović : > Konstantin Kolinko said on 17.11.2010 11:22: >> >> 2010/11/17 Tomislav Petrović: >>> >>> After the did this Tomcat stopped working correctly. Default application >>> and >>> doc are been served (localhost:8080/ and localhost:8080/docs) but no >>> other >>> webapp (m

Re: Problem with Tomcat windows service when user delete/changed

2010-11-17 Thread Tomislav Petrović
Konstantin Kolinko said on 17.11.2010 11:22: 2010/11/17 Tomislav Petrović: After the did this Tomcat stopped working correctly. Default application and doc are been served (localhost:8080/ and localhost:8080/docs) but no other webapp (mine and several others) is working (getting 404s). I've che

Re: Problem with Tomcat windows service when user delete/changed

2010-11-17 Thread Konstantin Kolinko
2010/11/17 Tomislav Petrović : > After the did this Tomcat stopped working correctly. Default application and > doc are been served (localhost:8080/ and localhost:8080/docs) but no other > webapp (mine and several others) is working (getting 404s). > > I've checked user file premissions and all see

Problem with Tomcat windows service when user delete/changed

2010-11-17 Thread Tomislav Petrović
Recently had this problem on customer site. I've been given one windows user to install Tomcat and my application under it. Tomcat service+native has been installed and all worked well. Recently their IT deleted this user and gave me another one for monitoring and support. After the did this

Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Abdullah Teke
On Tue, Apr 27, 2010 at 8:49 PM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Abdulla, > > On 4/27/2010 10:09 AM, Abdullah Teke wrote: >>> On Tue, Apr 27, 2010 at 5:03 PM, Pid wrote: >>> The list often strips attachments, it's better to post the contents of >>>

Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Abdullah Teke
On Tue, Apr 27, 2010 at 8:56 PM, Caldarale, Charles R wrote: >> From: Abdullah Teke [mailto:abdullaht...@gmail.com] >> Subject: Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server >> >> This is my server.xml. > >> > If you're using port 443 for

RE: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Caldarale, Charles R
> From: Abdullah Teke [mailto:abdullaht...@gmail.com] > Subject: Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server > > This is my server.xml. > redirectPort="8443" This should be 443, not 8443. You're either not actually using this server.xml, or somet

Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Abdulla, On 4/27/2010 10:09 AM, Abdullah Teke wrote: >> On Tue, Apr 27, 2010 at 5:03 PM, Pid wrote: >> The list often strips attachments, it's better to post the contents of >> the file, inline. (Makes it easier to suggest edits, too). FWIW, it loo

Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Abdullah Teke
On Tue, Apr 27, 2010 at 5:03 PM, Pid wrote: > On 27/04/2010 14:57, Abdullah Teke wrote: >> On Tue, Apr 27, 2010 at 4:33 PM, Caldarale, Charles R >> wrote: >>>> From: Abdullah Teke [mailto:abdullaht...@gmail.com] >>>> Subject: SSL Problem with Tomcat 5.5.25

Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Pid
On 27/04/2010 14:57, Abdullah Teke wrote: > On Tue, Apr 27, 2010 at 4:33 PM, Caldarale, Charles R > wrote: >>> From: Abdullah Teke [mailto:abdullaht...@gmail.com] >>> Subject: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server >>> >>> When i write

Re: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Abdullah Teke
On Tue, Apr 27, 2010 at 4:33 PM, Caldarale, Charles R wrote: >> From: Abdullah Teke [mailto:abdullaht...@gmail.com] >> Subject: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server >> >> When i write browser http://localhost:443 i can see the >> pages and applicatio

RE: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Caldarale, Charles R
> From: Abdullah Teke [mailto:abdullaht...@gmail.com] > Subject: SSL Problem with Tomcat 5.5.25 on Windows 2003 Server > > When i write browser http://localhost:443 i can see the > pages and applications. Which you shouldn't be able to - this is indicative of your serv

SSL Problem with Tomcat 5.5.25 on Windows 2003 Server

2010-04-27 Thread Abdullah Teke
Hi; I have a tomcat 5.5.25 installation on windows 2003 server. I tried to configure ssl on tomcat. When i write browser http://localhost:443 i can see the pages and applications. But when i write https://localhost i cant reach any page or applications. There is no error in the log files. Please he

Re: Problem with tomcat session replication

2010-04-25 Thread o-rabbit
> filter=".*\.gif;.*\.js;.*\.jpg;.*\.png;.*\.html;.*\.css;.*\.txt;"/> >className="org.apache.catalina.ha.session.JvmRouteBinderValve" > enabled="true" sessionIdAttribute="takeoverSessionid"/> > >className="org

Problem with tomcat session replication

2010-04-25 Thread o-rabbit
) : What is the problem?? Any pointers, tips or outright solution would be appreciated!! -- View this message in context: http://old.nabble.com/Problem-with-tomcat-session-replication

Re: Wierd problem with Tomcat 5.59 running on Windows Server 2003

2010-03-15 Thread ULS Tech Support
Including weird. -- From: "Oto Bossert" Sent: Monday, March 15, 2010 2:13 AM To: "Tomcat Users List" Subject: Re: Wierd problem with Tomcat 5.59 running on Windows Server 2003 Did you clear your work directory? Check it for old versions On 3/15/10, ULS Tech Suppor

Re: Wierd problem with Tomcat 5.59 running on Windows Server 2003

2010-03-15 Thread André Warnier
And by the way, "wierd" is usually spelled "weird". Wierd looks weird. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Wierd problem with Tomcat 5.59 running on Windows Server 2003

2010-03-15 Thread David kerber
ULS Tech Support wrote: Hello. I'm sure this is a Tomcat issue... But let me give this background. I've recently upgraded the server that the website used to run on (used to run on Windows Server 2000, upgraded to Windows Server 2003). I was able to transfer everything over to the new server

Re: Wierd problem with Tomcat 5.59 running on Windows Server 2003

2010-03-15 Thread Oto Bossert
fig change, i'm not sure). > > So there is a resolution for now. > > > > -- > From: "ULS Tech Support" > Sent: Sunday, March 14, 2010 8:31 PM > To: "Tomcat Users List" > Subject: Re: Wierd problem wi

Re: Wierd problem with Tomcat 5.59 running on Windows Server 2003

2010-03-14 Thread ULS Tech Support
From: "ULS Tech Support" Sent: Sunday, March 14, 2010 8:31 PM To: "Tomcat Users List" Subject: Re: Wierd problem with Tomcat 5.59 running on Windows Server 2003 I'm aware that I'm running a five year old version of tomcat.I tried to upgrade to the latest 5.5

Re: Wierd problem with Tomcat 5.59 running on Windows Server 2003

2010-03-14 Thread ULS Tech Support
understand it more. Thanks. -- From: "Caldarale, Charles R" Sent: Sunday, March 14, 2010 8:03 PM To: "Tomcat Users List" Subject: RE: Wierd problem with Tomcat 5.59 running on Windows Server 2003 From: ULS Tech Support [mai

RE: Wierd problem with Tomcat 5.59 running on Windows Server 2003

2010-03-14 Thread Caldarale, Charles R
> From: ULS Tech Support [mailto:tech_supp...@uls.com] > Subject: Wierd problem with Tomcat 5.59 running on Windows Server 2003 > > Also, is there a place that tomcat will cache its servlets? No. You are most likely just not running the Tomcat configuration you think you are.

Wierd problem with Tomcat 5.59 running on Windows Server 2003

2010-03-14 Thread ULS Tech Support
Hello. I'm sure this is a Tomcat issue... But let me give this background. I've recently upgraded the server that the website used to run on (used to run on Windows Server 2000, upgraded to Windows Server 2003). I was able to transfer everything over to the new server.. The speed and updates

Re: Encoding problem with Tomcat (hibernate) + Postgres

2010-02-24 Thread André Warnier
davefu wrote: Hi, this is my setup: - Debian Lenny - Tomcat 5.5 - Postgres 8.3 I'm running an app which is failing everytime it tries to get some data from the DB with characters like [ÁÉÍÓÚáéíóú]. By "failing" I mean the application isn't showing the data it should when Tomcat throws querys

  1   2   3   4   >