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 >

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

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

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

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

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:

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

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 <jlumi...@gmail.com> 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-clu

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 ,

RE: [EXTERNAL] Re: Problem starting Tomcat 7.0.59 as a Windows Service

2016-01-15 Thread Terence M. Bandoian
y 12, 2016 8:59 AM To: Tomcat Users List Subject: [EXTERNAL] Re: Problem starting Tomcat 7.0.59 as a Windows Service Becky, On 1/12/16 10:42 AM, McDermott, Becky wrote: I am integrating Tomcat with the IBM CLM 6.0.1 collaboration tools. Per IBM's installation instructions, I downloaded and

RE: [EXTERNAL] Re: Problem starting Tomcat 7.0.59 as a Windows Service

2016-01-13 Thread McDermott, Becky
of the -Djava.library.path, the service successfully started. -Original Message- From: Terence M. Bandoian [mailto:tere...@tmbsw.com] Sent: Tuesday, January 12, 2016 6:46 PM To: Tomcat Users List Subject: RE: [EXTERNAL] Re: Problem starting Tomcat 7.0.59 as a Windows Service On 1/12/2016 10:04 AM, McDermott

Re: [EXTERNAL] Re: Problem starting Tomcat 7.0.59 as a Windows Service

2016-01-12 Thread tomcat
Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, January 12, 2016 9:57 AM To: Tomcat Users List Subject: Re: [EXTERNAL] Re: Problem starting Tomcat 7.0.59 as a Windows Service On 12/01/2016 16:04, McDermott, Becky wrote: I used the Java options provided by IBM. Since Tomcat

Re: Problem starting Tomcat 7.0.59 as a Windows Service

2016-01-12 Thread Christopher Schultz
Becky, On 1/12/16 10:42 AM, McDermott, Becky wrote: > I am integrating Tomcat with the IBM CLM 6.0.1 collaboration tools. Per > IBM's installation instructions, I downloaded and extracted Tomcat 7.0.59 to > my server. > > I am successfully able to start the Tomcat server from the command line

RE: [EXTERNAL] Re: Problem starting Tomcat 7.0.59 as a Windows Service

2016-01-12 Thread McDermott, Becky
[mailto:ch...@christopherschultz.net] Sent: Tuesday, January 12, 2016 8:59 AM To: Tomcat Users List Subject: [EXTERNAL] Re: Problem starting Tomcat 7.0.59 as a Windows Service Becky, On 1/12/16 10:42 AM, McDermott, Becky wrote: > I am integrating Tomcat with the IBM CLM 6.0.1 collaboration tools. Per > IB

RE: [EXTERNAL] Re: Problem starting Tomcat 7.0.59 as a Windows Service

2016-01-12 Thread Terence M. Bandoian
mcat Users List Subject: [EXTERNAL] Re: Problem starting Tomcat 7.0.59 as a Windows Service Becky, On 1/12/16 10:42 AM, McDermott, Becky wrote: >I am integrating Tomcat with the IBM CLM 6.0.1 collaboration tools. Per IBM's installation instructions, I downloaded and extracted Tomcat 7.0.59

Re: [EXTERNAL] Re: Problem starting Tomcat 7.0.59 as a Windows Service

2016-01-12 Thread Mark Thomas
heck that you are using the 64-bit version of the service runner and a 64-bit JVM. Exactly which Tomcat download did you use? Mark > > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Tuesday, January 12, 2016 8:59 AM >

RE: [EXTERNAL] Re: Problem starting Tomcat 7.0.59 as a Windows Service

2016-01-12 Thread McDermott, Becky
ry settings that I'm providing to the Windows service. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, January 12, 2016 9:57 AM To: Tomcat Users List Subject: Re: [EXTERNAL] Re: Problem starting Tomcat 7.0.59 as a Windows Service On 12/01/2016 16:04, McDermo

Re: [EXTERNAL] Re: Problem starting Tomcat 7.0.59 as a Windows Service

2016-01-12 Thread Mark Thomas
version of the > service runner and a 64-bit JVM. > > Exactly which Tomcat download did you use? > > Mark > > >> >> -Original Message- >> From: Christopher Schultz [mailto:ch...@christopherschultz.net] >> Sent: Tuesday, January 12, 2016 8:59

RE: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service

2015-05-14 Thread Caldarale, Charles R
From: Troy Robinson [mailto:troy.robin...@sasktel.com] Subject: Re: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service I had installed 32 bit Apache Tomcat 7.0.59 ... and 64-bit Java 7. It's interesting ... that Tomcat starts up

Re: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service

2015-05-14 Thread Troy Robinson
Thanks Christopher, Yeah ... that might be the issue. I had installed 32 bit Apache Tomcat 7.0.59 ... and 64-bit Java 7. I will plan on installing the 64 bit Apache Tomcat 7.0.59 version now. It's interesting ... that Tomcat starts up fine, using the startup scripts ... and the Application

Re: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service

2015-05-13 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Troy, On 5/13/15 1:55 PM, Troy Robinson wrote: Sorry about that. 'here' was just the Windows Services gui ... by highlighting the new Service called Apache Tomcat 7.0 Tomcat7 and clicking on Start the service. The error is a popup window

RE: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service

2015-05-13 Thread Caldarale, Charles R
From: Troy Robinson [mailto:troy.robin...@sasktel.com] Subject: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service Windows Server 2012 Standard Apache Tomcat 7.0.59 Java jre 7 Thanks for specifying the above; many people forget. I'm

Re: Problem : Apache Tomcat 7.0 starts up fine using startup scripts; error when starting as Windows Service

2015-05-13 Thread Troy Robinson
Hi, Sorry about that. 'here' was just the Windows Services gui ... by highlighting the new Service called Apache Tomcat 7.0 Tomcat7 and clicking on Start the service. The error is a popup window titles Services with the following content. Windows could not start the Apache Tomcat 7.0 Tomcat7

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

Re: Problem starting Tomcat 6.0.39 (64) service under Windows 7/64

2014-02-08 Thread Neven Cvetkovic
On Fri, Feb 7, 2014 at 11:59 PM, Jain, Shailesh shj...@suncor.com wrote: Hello Chris, Iam getting very high memory utilization issue in tomcat 7 , which is installed on Windows (Vmware) Let me know if oyu want logs , and let me know the ftp link where I can upload the logs. Regards,

Re: Problem starting Tomcat 6.0.39 (64) service under Windows 7/64

2014-02-07 Thread André Warnier
Christoph P.U. Kukulies wrote: I downloaded tomcat 6.0.39 (64) from tomcat.apache.org, put it into c:\program files\Apache_Group\Tomcat_6.0.39 and ran the service.bat which established the service. As system environment variables I have set: CATALINA_HOME=c:\Program

Re: Problem starting Tomcat 6.0.39 (64) service under Windows 7/64

2014-02-07 Thread Christoph P.U. Kukulies
Thanks for the quick answer. You were faster than I. I had already answered myself, but the post bounced since I'm not allowed to post HTML. :) I will examine the thread you posted also. Anyway here is my finding: Solved! Minutes after I posted this, I gave the GUI Windows Installer (32/64)

Re: Problem starting Tomcat 6.0.39 (64) service under Windows 7/64

2014-02-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christoph, On 2/7/14, 4:01 AM, Christoph P.U. Kukulies wrote: I downloaded tomcat 6.0.39 (64) from tomcat.apache.org, put it into c:\program files\Apache_Group\Tomcat_6.0.39 and ran the service.bat which established the service. As system

Re: Problem starting Tomcat 6.0.39 (64) service under Windows 7/64

2014-02-07 Thread chris derham
Christopher On 2/7/14, 4:01 AM, Christoph P.U. Kukulies wrote: I downloaded tomcat 6.0.39 (64) from tomcat.apache.org, put it into c:\program files\Apache_Group\Tomcat_6.0.39 and ran the service.bat which established the service. As system environment variables I have set:

RE: Problem starting Tomcat 6.0.39 (64) service under Windows 7/64

2014-02-07 Thread Jain, Shailesh
[mailto:cjder...@gmail.com] On Behalf Of chris derham Sent: Saturday, February 08, 2014 5:02 AM To: Tomcat Users List Subject: Re: Problem starting Tomcat 6.0.39 (64) service under Windows 7/64 Christopher On 2/7/14, 4:01 AM, Christoph P.U. Kukulies wrote: I downloaded tomcat 6.0.39 (64) from

Re: Problem building Tomcat connector

2013-09-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Casper, On 9/19/13 2:03 AM, Casper Wandahl Schmidt wrote: -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Subject: Re: Problem building Tomcat connector Although it does not explicitly state

RE: Problem building Tomcat connector

2013-09-19 Thread Casper Wandahl Schmidt
...@christopherschultz.net] Sent: 18. september 2013 16:05 To: Tomcat Users List Subject: Re: Problem building Tomcat connector -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Casper, On 9/17/13 3:01 PM, Casper Wandahl Schmidt wrote: After being away from this list for some time I’m now back for help. I

Re: Problem building Tomcat connector

2013-09-18 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Casper, On 9/17/13 3:01 PM, Casper Wandahl Schmidt wrote: After being away from this list for some time I’m now back for help. I recently upgraded my home server to Ubuntu 12.04.2 LTS with Apache 2.2.22. I’m now trying to build the tomcat

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Konstantin Kolinko
2013/9/11 Prashant Shinde prashant.shi...@hoonartek.com: 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.

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 the possible

RE: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Prashant Shinde
-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 find attached server.xml. When we access

RE: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Prashant Shinde
: +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 the URL as https

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread Sushil Prusty
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 September 2013 14:44 To: 'Tomcat Users List' Subject: RE: Problem with tomcat SSL / HTTPS not working. Hi We

Re: Problem with tomcat SSL / HTTPS not working.

2013-09-11 Thread André Warnier
Shinde Senior Consultant Hoonar Tekwurks Consulting LLP email: prashant.shi...@hoonartek.com | cell: +91 98220 38097| desk: +91 20 4900 5204 -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: 11 September 2013 13:47 To: Tomcat Users List Subject: Re: Problem with tomcat

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 web

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 successfuly,

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

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

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

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

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:

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-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 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,

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

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

2012-08-09 Thread Mark Eggers
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 everyone can help). Comments are surrounded with COMMENT On 8/9/2012 4:18 AM, CHRISTOS STAVRINOU wrote: Thank you for your

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

2012-08-09 Thread Martin Gainty
: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 general it's a good idea to keep the discussion (and the solution) on the mailing

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

2012-08-09 Thread Mark Eggers
@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 everyone can help

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

2012-08-08 Thread David kerber
I use SQLA12, though on windows rather than Linux, and I think you have the wrong value for your driver clause. I think you need ianywhere.ml.jdbcodbc.IDriver, rather than the file name. The driver file should usually be in your WEB-INF/lib directory. I'd also suggest using the sybase

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

2012-08-08 Thread Konstantin Kolinko
2012/8/8 David kerber dcker...@verizon.net: I use SQLA12, though on windows rather than Linux, and I think you have the wrong value for your driver clause. I think you need ianywhere.ml.jdbcodbc.IDriver, rather than the file name. The driver file should usually be in your WEB-INF/lib

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

2012-08-08 Thread David kerber
On 8/8/2012 10:41 AM, Konstantin Kolinko wrote: 2012/8/8 David kerberdcker...@verizon.net: I use SQLA12, though on windows rather than Linux, and I think you have the wrong value for your driver clause. I think you need ianywhere.ml.jdbcodbc.IDriver, rather than the file name. The driver file

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 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]

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,

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
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 Brett Delle Grazie
On 24 Jul 2012 19:59, André Warnier a...@ice-sa.com 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

Re: Problem starting tomcat

2012-04-18 Thread Pid
On 18/04/2012 02:59, Fairouz Fakhfakh wrote: Hello, I have a problem when I start tomcat by cliking on tomcat5.exe located in Tomcat 5.5\bin. I have the following message: GRAVE: Erreur lors du dÚploiement du rÚpertoire juddi de l'application web java.lang.NoClassDefFoundError:

Re: Problem starting Tomcat + APR on port 80 using jsvc with setuid

2011-11-28 Thread André Warnier
Óscar Frías Barranco wrote: Hi. I want to start Tomcat 6.0.33 (running on port 80) from the command line of a non-root user. I have set the setuid flag in the jsvc binary to convert the non-root user to root at the time of execution. Then the jsvc binary is executed with the --user tomcat

Re: Problem starting Tomcat + APR on port 80 using jsvc with setuid

2011-11-28 Thread Konstantin Kolinko
2011/11/28 Óscar Frías Barranco ofr...@gmail.com: Hi. I want to start Tomcat 6.0.33 (running on port 80) from the command line of a non-root user.  I have set the setuid flag in the jsvc binary to convert the non-root user to root at the time of execution.  Then the jsvc binary is executed

Re: Problem starting Tomcat + APR on port 80 using jsvc with setuid

2011-11-28 Thread Óscar Frías Barranco
Thanks for your replies. At the end I include the logs from the beginning. (by the way, I cannot use sudo because I would like to restart tomcat from a non-interactive script) Nov 28, 2011 2:41:41 PM org.apache.catalina.core.AprLifecycleListener init INFO: Loaded APR based Apache Tomcat Native

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 Windows

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

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 descriptions can

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

Re: Problem starting tomcat server.

2010-12-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gaurav, On 12/15/2010 12:08 PM, Gaurav Pruthi wrote: I am unable to start tomcat service using tomcat6w.exe and even I have tried on command line using commands setclasspath.bat followed by startup.bat but still no results. You should just be

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

2010-11-17 Thread Konstantin Kolinko
2010/11/17 Tomislav Petrović t.petro...@inet.hr: 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

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ćt.petro...@inet.hr: 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

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

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

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ćt.petro...@inet.hr: Konstantin Kolinko said on 17.11.2010 11:22: 2010/11/17 Tomislav Petrovićt.petro...@inet.hr: After the did this Tomcat stopped working correctly. Default application and doc are been served

Re: Problem with tomcat session replication

2010-04-26 Thread o-rabbit
o-rabbit wrote: The multicast message is now not there but the second instance is still giving the following message: INFO: Manager [localhost#/mycontext]: skipping state transfer. No members active in cluster group I have followed the tomcat cluster howto guide closely, Given

Re: problem with tomcat 5.5 and apache AJP

2010-02-12 Thread David Delbecq
A bit late, but we made progress in identifying the culprit. It seems that, for some reason, the password we used for AJP connection was the problem. Remove the password both side and everything works happily. We will try less complicated password, assuming that some special caracters were

Re: problem with tomcat realm

2010-02-11 Thread André Warnier
Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A, On 2/10/2010 8:36 AM, aa wrote: When the user goes in a particular page I need to ask him a new authentication because this page needs more privileges (this page infact is only for

Re: problem with tomcat realm

2010-02-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 A, On 2/10/2010 8:36 AM, aa wrote: When the user goes in a particular page I need to ask him a new authentication because this page needs more privileges (this page infact is only for administrators and in web.xml I

Re: Problem on Tomcat 6.0.20

2010-02-02 Thread Richard Sickler
On Mon, Feb 1, 2010 at 7:12 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Richard Sickler [mailto:richard.sick...@avagotech.com] Subject: Problem on Tomcat 6.0.20 when I copy the war, (WebApplication2.war) to c:\Program Files\Apache Software Foundation\Tomcat

RE: Problem on Tomcat 6.0.20

2010-02-02 Thread Caldarale, Charles R
From: Richard Sickler [mailto:richard.sick...@avagotech.com] Subject: Re: Problem on Tomcat 6.0.20 I removed a file and a directory named WebApplication2, and that cleared up that problem. On to the next undocumented feature! It's fully documented: Context elements may be explicitly

Re: Problem on Tomcat 6.0.20

2010-02-02 Thread Dan Armbrust
On Tue, Feb 2, 2010 at 3:23 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Richard Sickler [mailto:richard.sick...@avagotech.com] Subject: Re: Problem on Tomcat 6.0.20 I removed a file and a directory named WebApplication2, and that cleared up that problem.  On to the next

Re: Problem on Tomcat 6.0.20

2010-02-02 Thread Mark Thomas
On 02/02/2010 22:57, Dan Armbrust wrote: On Tue, Feb 2, 2010 at 3:23 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Richard Sickler [mailto:richard.sick...@avagotech.com] Subject: Re: Problem on Tomcat 6.0.20 I removed a file and a directory named WebApplication2

RE: Problem on Tomcat 6.0.20

2010-02-01 Thread Caldarale, Charles R
From: Richard Sickler [mailto:richard.sick...@avagotech.com] Subject: Problem on Tomcat 6.0.20 when I copy the war, (WebApplication2.war) to c:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps on my Windows Server 2008 machine, and rename it to ROOT.war Unless Tomcat is stopped,

Re: problem with tomcat 5.5 and apache AJP

2010-01-22 Thread André Warnier
David Delbecq wrote: Connector port=8019 protocol=AJP/1.3 request.secret=MyPass protocolHandlerClassName=org.apache.jk.server.JkCoyoteHandler redirectPort=443 /Connector and apache is configured as follow: worker.list=lbJboss,lbOld,lbTomcat,status #

RE: problem on TOMCAT 6.0.20: no access to manager pages

2009-11-13 Thread Caldarale, Charles R
From: Marie-Christine Lagasquie [mailto:lagasq...@free.fr] Subject: problem on TOMCAT 6.0.20: no access to manager pages tomcat-users !-- role rolename=tomcat/ role rolename=role1/ role rolename=manager/ role rolename=admin/ user username=tomcat password=tomcat roles=tomcat/

Re: problem on TOMCAT 6.0.20: no access to manager pages

2009-11-13 Thread Pid
On 13/11/2009 15:29, Marie-Christine Lagasquie wrote: Hello I am trying to install TOMCAT 6.0.20 on linux (ubuntu 9.10, karmic distribution) and the following pb occurs : I cannot access to manager pages I use the archive file given on the page

Re: problem on TOMCAT 6.0.20: no access to manager pages

2009-11-13 Thread Tobias Crefeld
Am Fri, 13 Nov 2009 16:29:22 +0100 schrieb Marie-Christine Lagasquie lagasq...@free.fr: Of course, the file /usr/local/tomcat/conf/tomcat-users.xml has been modified before running Tomcat and now contains : --- tomcat-users This is the start of a

Re: problem on TOMCAT 6.0.20: no access to manager pages

2009-11-13 Thread André Warnier
Marie-Christine Lagasquie wrote: Hello Marie-Christine, I will make a bet : In part because of your name, but mainly because this is the most-loved problem for the gurus on this forum, you are going to get, within the next few minutes at least 3 answers all pointing out to you, in minute

Re: Problem with Tomcat 6 cluster

2009-09-22 Thread Sumedh Sakdeo
Hi Jason, Copied the file content here: [Mon Sep 14 13:58:08 2009][2436:4032] [info] mod_jk.c (2825): mod_jk/1.2.26 initialized [Mon Sep 14 13:58:09 2009][2436:4032] [info] mod_jk.c (2825): mod_jk/1.2.26 initialized [Mon Sep 14 13:58:11 2009][3572:3316] [info] mod_jk.c (2825): mod_jk/1.2.26

Re: Problem with Tomcat 6 cluster

2009-09-17 Thread Jason Brittain
Sumedh: We don't see any attachments on your emails. You might want to try attaching it again, but if it didn't come through on the first or second try then the size of the attachment might have been too large. Thanks. -- Jason Brittain On Wed, Sep 16, 2009 at 10:40 AM, Sumedh Sakdeo

Re: Problem with Tomcat 6 cluster

2009-09-16 Thread Sumedh Sakdeo
Hi Filip, Did log files attached help? Thanks, Sumedh On Mon, Sep 14, 2009 at 2:38 PM, Sumedh Sakdeo sumedhsak...@gmail.comwrote: Hi Filip, Please find the logs in attached file. Thanks in advance, Sumedh On Wed, Sep 9, 2009 at 9:22 AM, Filip Hanik - Dev Lists devli...@hanik.com

Re: Problem with Tomcat 6 cluster

2009-09-14 Thread Sumedh Sakdeo
Hi Filip, Please find the logs in attached file. Thanks in advance, Sumedh On Wed, Sep 9, 2009 at 9:22 AM, Filip Hanik - Dev Lists devli...@hanik.comwrote: what do your logs tell you? Filip On 09/08/2009 02:33 AM, Sumedh Sakdeo wrote: Hello All, I have a setup with two

Re: Problem with Tomcat 6 cluster

2009-09-08 Thread Filip Hanik - Dev Lists
what do your logs tell you? Filip On 09/08/2009 02:33 AM, Sumedh Sakdeo wrote: Hello All, I have a setup with two tomcat instances(AB). I have configured an apache web server 2.2 for load balancing and fail over. Setup looks fine as per the configurations suggested. Let tomcat A be

Re: problem with tomcat-native 1.1.14 and tomcat 6

2009-06-24 Thread Jay M
Opps!!! I forgot to post how i resolved the issue. Actually i haven't installed the libssl-dev libraries. I just gone through the link https://help.ubuntu.com/community/OpenSSL and then i checked whether everything fine about the openssl lib, at that point i realized that i haven't

Re: Problem with Tomcat Cluster (read acknowledgement from server)

2009-06-23 Thread Pid
Ehlers, Kolja wrote: Hello everybody, we are running a couple of clustered Tomcat 5.5.9 instances and keep experiencing problems in our productive environment. This is the configuration: The current version is 5.5.27, there have been a lot of bug fixes since 5.5.9. You should definitely

  1   2   3   >