Re: Help with tomcat 11 failure

2024-10-22 Thread Christopher Schultz
Chuck, On 10/21/24 14:06, Chuck Caldarale wrote: On Oct 21, 2024, at 12:19, wrote: Fellow user here. I am guessing that you need to migrate your application to Java 17+ and make all the necessary changes to move from the javax.* to the Jakarta EE jakarta.* packages. This includes all s

Re: Help with tomcat 11 failure

2024-10-21 Thread Chuck Caldarale
> On Oct 21, 2024, at 12:19, > wrote: > > Fellow user here. > > I am guessing that you need to migrate your application to Java 17+ and make > all the necessary changes to move from the javax.* to the Jakarta EE > jakarta.* packages. This includes all servlet stuff. Yes, Tomcat 11 requir

Re: Help with tomcat 11 failure

2024-10-21 Thread Borsó Zsolt
Hi Jim, There exist an org.eclipse.transformer.cli-1.1.0-distribution.jar migration tool you can do the migration task with. Regards, Zsolt 2024. 10. 21. 19:30 keltezéssel, Jim Anderson írta: Hi Jeff, Thanks for the advise. I will double check the java version that I used. I recently upgrad

Re: Help with tomcat 11 failure

2024-10-21 Thread Jim Anderson
Hi Jeff, Thanks for the advise. I will double check the java version that I used. I recently upgrade my PC to a recent version of java, but I will double check. Regards, Jim On Mon, Oct 21, 2024 at 1:24 PM wrote: > Hi Jim, > > Fellow user here. > > I am guessing that you need to migrate your a

Re: Help with tomcat 11 failure

2024-10-21 Thread Jim Anderson
t; > From: Jim Anderson > Sent: Monday, October 21, 2024 11:55 AM > To: users@tomcat.apache.org > Subject: Help with tomcat 11 failure > > Hi, I was working on a web application about 2 years ago and I am finally > getting back to my work on this application. However, when I try

Re: Help with tomcat 11 failure

2024-10-21 Thread Jeffrey.Thomas
Hi Jim, Fellow user here. I am guessing that you need to migrate your application to Java 17+ and make all the necessary changes to move from the javax.* to the Jakarta EE jakarta.* packages. This includes all servlet stuff. Cheers, Jeff On Oct 21, 2024 6:57 PM, Jim Anderson wrote: Hi, I w

RE: Help with tomcat 11 failure

2024-10-21 Thread Mcalexander, Jon J.
I could be wrong, but I think you need to migrate your code as 11 uses Jakarta syntax, just like 10.1 does. From: Jim Anderson Sent: Monday, October 21, 2024 11:55 AM To: users@tomcat.apache.org Subject: Help with tomcat 11 failure Hi, I was working on a web application about 2 years ago and I

Help with tomcat 11 failure

2024-10-21 Thread Jim Anderson
Hi, I was working on a web application about 2 years ago and I am finally getting back to my work on this application. However, when I try to bring up the app as a web page in firefox, tomcat is failing with a stack trace which I am attaching to this email. Looking at the stack trace, I see that

Need help with tomcat access log

2021-04-13 Thread shreya hegde
Hi I have a spring boot application with embedded tomcat which provides logging in access logs.I am using ExtendedAccessLogValve and the pattern is c-ip date time x-P(XX) But i want to log in below format: client_ip:c-ip date time 'GMT' x-P(XX) Basically want to notify the developers on the type

Re: Help with Tomcat Automatic Application Deployment

2018-05-17 Thread Mark Thomas
On 17/05/18 17:03, sri devops wrote: > Sure i will work in fixing the memory leak and i have another QQ. > > Now that I set autoDeploy=false in order to have more control on my tomcat. I > stopped Tomcat, deploy war file and started tomcat and tomcat is extracting > the war just fine without havin

Re: Help with Tomcat Automatic Application Deployment

2018-05-17 Thread sri devops
Sure i will work in fixing the memory leak and i have another QQ. Now that I set autoDeploy=false in order to have more control on my tomcat. I stopped Tomcat, deploy war file and started tomcat and tomcat is extracting the war just fine without having deployOnStartup attribute stated anywhere. As

Re: Help with Tomcat Automatic Application Deployment

2018-05-17 Thread Mark Thomas
On 16 May 2018 23:01:14 BST, sri devops wrote: >Thanks Mark, your answer is very helpful. I tried many scenarios using >your >inputs. > >I want Tomcat to NOT perform reload but it needs to perform a redeploy >when >context.xml is changed. So i set autoDeploy=true and commented out >below >section

Re: Help with Tomcat Automatic Application Deployment

2018-05-16 Thread sri devops
Thanks Mark, your answer is very helpful. I tried many scenarios using your inputs. I want Tomcat to NOT perform reload but it needs to perform a redeploy when context.xml is changed. So i set autoDeploy=true and commented out below section in context.xml to server my purpose. WEB-INF/web.xml ${c

Re: Help with Tomcat Automatic Application Deployment

2018-05-11 Thread Mark Thomas
On 08/05/18 19:07, sri devops wrote: > Hello Team, > > Currently I have apache-tomcat-8.5.23 installed and running on > RHEL7.x86_64. I have a war deployed and application is running under > tomcat. While application is running, if i make any manual changes to some > config files [ context.xml or

RE: Help with Tomcat Automatic Application Deployment

2018-05-08 Thread Jäkel , Guido
t;From: sri devops [mailto:sri.devop...@gmail.com] >Sent: Tuesday, May 08, 2018 8:08 PM >To: users@tomcat.apache.org >Subject: Help with Tomcat Automatic Application Deployment > > Hello Team, > >Currently I have apache-tomcat-8.5.23 installed and running on >RHEL7.x86

Help with Tomcat Automatic Application Deployment

2018-05-08 Thread sri devops
Hello Team, Currently I have apache-tomcat-8.5.23 installed and running on RHEL7.x86_64. I have a war deployed and application is running under tomcat. While application is running, if i make any manual changes to some config files [ context.xml or server.xml or web.xml] and noticed Tomcat is res

Re: Please help with Tomcat Garbage Collection

2016-11-16 Thread George I. Develekos
The data I posted was collected as Tomcat was restarted and for the next 19 hours. You see too much GC thrashing, are you saying the GC process finds too much G to clean up? Should I urge the developers to do some GC of their own? I give 2G to start with because it may not actually /need /5g,

Re: Please help with Tomcat Garbage Collection

2016-11-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 11/16/16 11:18 AM, George I. Develekos wrote: > On another installation with higher load, the JVM has "selected" > to give YoungGen 250MB or so (as opposed to 150M here), and I > have confirmed that Full-GC is much less frequent so I'll

RE: Please help with Tomcat Garbage Collection

2016-11-16 Thread John.E.Gregg
> -Original Message- > From: George I. Develekos [mailto:gdevele...@omilia.com] > Sent: Wednesday, November 16, 2016 10:18 AM > To: users@tomcat.apache.org > Subject: Re: Please help with Tomcat Garbage Collection > > I appreciate the detailed response. > &

Re: Please help with Tomcat Garbage Collection

2016-11-16 Thread George I. Develekos
orge I. Develekos [mailto:gdevele...@omilia.com] *Sent:* Wednesday, November 16, 2016 5:21 AM *To:* users@tomcat.apache.org *Subject:* Re: Please help with Tomcat Garbage Collection I'm attaching three screenshots of the GCViewer app as it processed the complete *gc.log* file (about 19 hours). Please hav

Re: Please help with Tomcat Garbage Collection

2016-11-16 Thread George I. Develekos
John *From:*George I. Develekos [mailto:gdevele...@omilia.com] *Sent:* Wednesday, November 16, 2016 5:21 AM *To:* users@tomcat.apache.org *Subject:* Re: Please help with Tomcat Garbage Collection I'm attaching three screenshots of the GCViewer app as it processed the complete *gc.log* file (abou

RE: Please help with Tomcat Garbage Collection

2016-11-16 Thread John.E.Gregg
/vmware/en/pdf/techpaper/enterprise-java-applications-on-vmware-best-practices-guide.pdf John From: George I. Develekos [mailto:gdevele...@omilia.com] Sent: Wednesday, November 16, 2016 5:21 AM To: users@tomcat.apache.org Subject: Re: Please help with Tomcat Garbage Collection I'm attaching

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread George I. Develekos
On 15-Nov-16 11:45 PM, john.e.gr...@wellsfargo.com wrote: -Original Message- From: George I. Develekos [mailto:gdevele...@omilia.com] Sent: Tuesday, November 15, 2016 3:00 PM To: users@tomcat.apache.org Subject: Re: Please help with Tomcat Garbage Collection The system does very

RE: Please help with Tomcat Garbage Collection

2016-11-15 Thread John.E.Gregg
> -Original Message- > From: George I. Develekos [mailto:gdevele...@omilia.com] > Sent: Tuesday, November 15, 2016 3:00 PM > To: users@tomcat.apache.org > Subject: Re: Please help with Tomcat Garbage Collection > > The system does very little swapping, both when

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread George I. Develekos
The system does very little swapping, both when it's GC'ing and when it's not. Less than 100MB worth of swap is taken. Giving Tomcat its own HW is not an option at this time, especially as there's no guarantee it'll solve the problem. Besides it would be a VM anyway, not physical dedicated HW.

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread Zdeněk Henek
I would start with moving this tomcat to its own hw. Did you check swap? This long pauses could be because part of your heap is swapped to hdd Regards, Zdenek Henek On Tue, Nov 15, 2016, 21:37 George I. Develekos wrote: > > On 15-Nov-16 10:22 PM, Christopher Schultz wrote: > > > > George, > >

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread George I. Develekos
On 15-Nov-16 10:22 PM, Christopher Schultz wrote: George, On 11/15/16 10:46 AM, George I. Develekos wrote: Hello guys, We are having problems on a production system with very long "full GC" times, as long as1200sec real time (!!!). We are using Java 6 (stuck with CentOS 5.8 at this time) an

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 George, On 11/15/16 10:46 AM, George I. Develekos wrote: > Hello guys, > > We are having problems on a production system with very long "full > GC" times, as long as1200sec real time (!!!). > > We are using Java 6 (stuck with CentOS 5.8 at this ti

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread Zdeněk Henek
Is there running something else in that server? Real time should be never bigger than user+sys Z On Tue, Nov 15, 2016, 16:46 George I. Develekos wrote: > Hello guys, > > We are having problems on a production system with very long "full GC" > times, as long as1200sec real time (!!!). > > We are

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread George I. Develekos
Thanks, but, all I got was this "y"... On 15-Nov-16 9:48 PM, pina.freder...@gmail.com wrote: y Sent from my HTC on T- . 4G LTE - Reply message - From: "George I. Develekos" To: Subject: Please help with Tomcat Garbage Collection Date: Tue, Nov 15, 2016 10:46

Re: Please help with Tomcat Garbage Collection

2016-11-15 Thread pina.freder...@gmail.com
y Sent from my HTC on T- . 4G LTE - Reply message - From: "George I. Develekos" To: Subject: Please help with Tomcat Garbage Collection Date: Tue, Nov 15, 2016 10:46 AM Hello guys, We are having problems on a production system with very long "full GC" times, as

Please help with Tomcat Garbage Collection

2016-11-15 Thread George I. Develekos
Hello guys, We are having problems on a production system with very long "full GC" times, as long as1200sec real time (!!!). We are using Java 6 (stuck with CentOS 5.8 at this time) and Tomcat 7.0.64. Xmx is 5G, Xms is 2G, and GC options are -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode

Re: Help with Tomcat Applications not listening

2015-09-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Larry, On 9/2/15 4:53 PM, Cohen, Laurence wrote: > We only have one webserver and two tomcat applications on the back > end. Where do I set the connections allowed if we are using > mod_proxy_httpd? So you have a single Tomcat server and a single w

Re: Help with Tomcat Applications not listening

2015-09-02 Thread Mark Thomas
On 02/09/2015 21:53, Cohen, Laurence wrote: > Thank you Chris, > > We only have one webserver and two tomcat applications on the back end. > Where do I set the connections allowed if we are using mod_proxy_httpd? If this is the issue (and it is a good bet it is) the quick (and not that dirty) sol

Re: Help with Tomcat Applications not listening

2015-09-02 Thread Cohen, Laurence
1. apache httpd 2.2.x 2. mod_proxy_httpd 3. I'll have to clean up this information. 4. 7.0.59, jdk 1.8u51 5. I'll have to clean up this information. 6. Yes, we have iptables running on both the app server and web server but even when we shut them down we still have the problem. I'll send 3 and 5 a

Re: Help with Tomcat Applications not listening

2015-09-02 Thread Cohen, Laurence
Thank you Chris, We only have one webserver and two tomcat applications on the back end. Where do I set the connections allowed if we are using mod_proxy_httpd? Thanks, Larry Cohen On Wed, Sep 2, 2015 at 4:47 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNE

Re: Help with Tomcat Applications not listening

2015-09-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Larry, On 9/2/15 3:54 PM, Cohen, Laurence wrote: > We have a webserver and an appserver, and the webserver talks to > the appserver on port 8007. Every once the communication will > stop, and we will notice an error on the webserver saying that it

Re: Help with Tomcat Applications not listening

2015-09-02 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Larry, On 9/2/2015 12:54 PM, Cohen, Laurence wrote: > Hi, > > We have a webserver and an appserver, and the webserver talks to > the appserver on port 8007. Every once the communication will > stop, and we will notice an error on the webserver sayin

Re: Help with Tomcat Applications not listening

2015-09-02 Thread jeffery.scott.crump
Larry, Make sure that you’re closing any resource that you’ve opened. Jeff Sent from Windows Mail From: Cohen, Laurence Sent: ‎Wednesday‎, ‎September‎ ‎2‎, ‎2015 ‎2‎:‎54‎ ‎PM To: Tomcat Users List Hi, We have a webserver and an appserver, and the webserver talks to the appserve

Help with Tomcat Applications not listening

2015-09-02 Thread Cohen, Laurence
Hi, We have a webserver and an appserver, and the webserver talks to the appserver on port 8007. Every once the communication will stop, and we will notice an error on the webserver saying that it can't talk to the appserver. When this happens, I will run a netstat -an |grep 8007 on the appserve

Re: Need help with Tomcat SSL setup

2014-11-11 Thread Konstantin Kolinko
2014-11-11 20:10 GMT+03:00 Gadhiraju, Satish : > Hi, I am new to tomcat. I have installed tomcat binaries and created one > stand alone instance. > Tomcat is working fine with http port, I get the message It works. > But when I try to access with https port I am getting page cannot be found. > Bel

Need help with Tomcat SSL setup

2014-11-11 Thread Gadhiraju, Satish
Hi, I am new to tomcat. I have installed tomcat binaries and created one stand alone instance. Tomcat is working fine with http port, I get the message It works. But when I try to access with https port I am getting page cannot be found. Below is what I did ./keytool -genkey -alias tomcat -keyalg

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-04 Thread João Sávio
Hello Filip You solved my issue! Thank you very much! Thanks everyone João

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread Filip Hanik
Joao, try channelSendOptions="6" this will mean that 1. You wish to use ACK's (option 2) 2. You wish the ACK to be synchronous If you don't have the 0x0002 option enabled, it wont use ACKs at all. Filip On Thu, Jul 3, 2014 at 4:44 PM, João Sávio wrote: > If I set channelSendOptions="8" (def

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread João Sávio
If I set channelSendOptions="8" (default value = asynchronous), the % of errors increase (as expected) Regards João 2014-07-03 19:43 GMT-03:00 João Sávio : > I don't think so. > > Here it is: http://pastebin.com/qYCzmECb (server.xml - node1) > > Regards > João > -- http://joaosavio.wordpre

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread João Sávio
I don't think so. Here it is: http://pastebin.com/qYCzmECb (server.xml - node1) Regards João

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread Filip Hanik
did you post your server.xml cause I can't find it? On Thu, Jul 3, 2014 at 4:25 PM, João Sávio wrote: > Hello Filip > > I'm using channelSendOptions="4", which is supposed to be synchronous > > Regards > João >

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread João Sávio
Hello Filip I'm using channelSendOptions="4", which is supposed to be synchronous Regards João

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread Filip Hanik
A race condition could happen if you set replication to happen async. But I do have a memory of the configuration specifying synchronous replication, which would guarantee that the replication changes have happened before the request is complete. On Thu, Jul 3, 2014 at 3:51 PM, Christopher Schu

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, On 7/3/14, 2:19 PM, Mark Eggers wrote: > João, > > This list has a convention of posting either inline or at the end > of the message you're replying to. > > See here for mailing list notes: > > http://tomcat.apache.org/lists.html#tomcat-us

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread Filip Hanik
Ok, at least the stack trace is clear. The session has been invalidated somehow. We would need to figure out when and how this happens, is it possible that you are doing a clean shutdown of a tomcat instance and that instance expires all the sessions? If that is the case, kill the tomcat with 'kill

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread João Sávio
Hello Mark In fact, I'm not explicit invalidating session on this two requests. Regards João

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Filip, On 7/3/2014 12:11 PM, Filip Hanik wrote: > 1. are your machines in time sync? If they are not, a session can > get timed out. 2. 3. SEVERE: Manager [localhost#/myApp]: Unable to > receive message through TCP channel 4. > java.lang.IllegalStateE

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread João Sávio
Hello Filip The nodes are in the same machine! Regards João

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread Filip Hanik
1. are your machines in time sync? If they are not, a session can get timed out. 2. 3. SEVERE: Manager [localhost#/myApp]: Unable to receive message through TCP channel 4. java.lang.IllegalStateException: setAttribute: Session [ DEC3612CF763194E7953DB3FD2C433E0] has already bee

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread João Sávio
Hi everyone I ran my test (total of 1k requests, total of 100 threads) against two nodes with default VM settings. I've just set heap size. I had about 15% of errors. cluster.log - node1 - http://pastebin.com/cpX900Qw cluster.log - node2 - http://pastebin.com/qCSzMaU6 Running for a long time (to

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread Filip Hanik
you mention NIO and say maxThreads, that sounds like the configuration, but the BIO receiver is on the cluster, and it a completely different component that also has an applicable NIO configuration. are you confusing the two? I'm saying that you should use the NIO receiver on the cluster componen

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 João, This list has a convention of posting either inline or at the end of the message you're replying to. See here for mailing list notes: http://tomcat.apache.org/lists.html#tomcat-users On 7/3/2014 10:24 AM, João Sávio wrote: > Hello > > Some p

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread João Sávio
Hello Some points below: ** What is "on time"?* In my application, a group of users should always hit the same node after the first request. So, in first request each group of users will receive an specific cookie, and LB will perform the load balancing based on this cookie. In first request, a u

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/3/2014 9:12 AM, João Sávio wrote: > cluster.log -> http://pastebin.com/c98WhnmG > > > 2014-07-03 13:04 GMT-03:00 João Sávio : > >> Hello! >> >> Using NIO (with channelSendOptions="4", i.e., synchronous), with >> lightly load, my tests pass 100

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread Daniel Mikusa
On Thu, Jul 3, 2014 at 12:04 PM, João Sávio wrote: > Hello! > > Using NIO (with channelSendOptions="4", i.e., synchronous), with lightly > load, my tests pass 100%. But, on heavy load, not all sessions are > replicated on time, > Define "on time". > and I have about 20% of errors. > Can you e

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread João Sávio
cluster.log -> http://pastebin.com/c98WhnmG 2014-07-03 13:04 GMT-03:00 João Sávio : > Hello! > > Using NIO (with channelSendOptions="4", i.e., synchronous), with lightly > load, my tests pass 100%. But, on heavy load, not all sessions are > replicated on time, and I have about 20% of errors. If

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread João Sávio
Hello! Using NIO (with channelSendOptions="4", i.e., synchronous), with lightly load, my tests pass 100%. But, on heavy load, not all sessions are replicated on time, and I have about 20% of errors. If I increase maxThreads to 400, I have about 15% of errors. More information: * I am not performi

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread Filip Hanik
I'd be more inclined to continue down the path of the NIO connector, it has been tested and used more. What are the errors you get when running with NIO? On Thu, Jul 3, 2014 at 8:51 AM, Konstantin Kolinko wrote: > 2014-07-03 18:46 GMT+04:00 João Sávio : > > Unfortunately it's not working yet >

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread Konstantin Kolinko
2014-07-03 18:46 GMT+04:00 João Sávio : > Unfortunately it's not working yet > > I increased the log level as you suggested. Log attached > > Thanks > Please read numbers 6. and 7. here: http://tomcat.apache.org/lists.html#tomcat-users The attachment was thrown away by the mail server. -

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread João Sávio
Unfortunately it's not working yet I increased the log level as you suggested. Log attached Thanks 2014-07-03 11:10 GMT-03:00 João Sávio : > Hello Mark > > Thanks for your answer. I put the new information and cluster works (maybe > because I reboot my machine) > > Indeed, I'm trying BIO beca

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-03 Thread João Sávio
Hello Mark Thanks for your answer. I put the new information and cluster works (maybe because I reboot my machine) Indeed, I'm trying BIO because NIO is causing session replication issues on load tests. Using NIO, I've already tried to increase maxThreads, and this minimizes the problem, but don'

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-02 Thread Mark Eggers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/2/2014 6:37 AM, João Sávio wrote: > ? > > > 2014-06-30 18:38 GMT-03:00 João Sávio : > >> Hello people >> >> This is my first message on this group! I'm trying to set up a >> Tomcat clustering using BIO receiver but I've been receiving the >> f

Re: Help with Tomcat 7 clustering using BIO receiver

2014-07-02 Thread João Sávio
? 2014-06-30 18:38 GMT-03:00 João Sávio : > Hello people > > This is my first message on this group! I'm trying to set up a Tomcat > clustering using BIO receiver but I've been receiving the following error > when I started two nodes and tried to enter on my application: > > Jun 30, 2014 9:25:12

Help with Tomcat 7 clustering using BIO receiver

2014-06-30 Thread João Sávio
Hello people This is my first message on this group! I'm trying to set up a Tomcat clustering using BIO receiver but I've been receiving the following error when I started two nodes and tried to enter on my application: Jun 30, 2014 9:25:12 PM org.apache.catalina.tribes.transport.bio.BioReplicati

RES: RES: Help with tomcat 5.5 and Apache2 (404 issues)

2010-10-26 Thread Luiz Fabiano T.I CTO (Tempo Filmes)
r.com] Enviada em: terça-feira, 26 de outubro de 2010 12:44 Para: Tomcat Users List Assunto: Re: RES: Help with tomcat 5.5 and Apache2 (404 issues) On 26/10/2010 14:14, Luiz Fabiano T.I CTO (Tempo Filmes) wrote: > Dear PiD > > It's doesn't works for me, when I try to

Re: RES: Help with tomcat 5.5 and Apache2 (404 issues)

2010-10-26 Thread Pid
e, you'll need to define: ProxyPass /blog ! ProxyPass / balancer... etc Instead of defining p > Thank you all > > > -Mensagem original- > De: Pid [mailto:p...@pidster.com] > Enviada em: terça-feira, 26 de outubro de 2010 10:04 > Para: Tomcat Users List >

RES: Help with tomcat 5.5 and Apache2 (404 issues)

2010-10-26 Thread Luiz Fabiano T.I CTO (Tempo Filmes)
ore help from you and the community, I'll be so grateful if someone help me up. Thank you all -Mensagem original- De: Pid [mailto:p...@pidster.com] Enviada em: terça-feira, 26 de outubro de 2010 10:04 Para: Tomcat Users List Assunto: Re: Help with tomcat 5.5 and Apache2 (404 issu

Re: Help with tomcat 5.5 and Apache2 (404 issues)

2010-10-26 Thread Pid
On 26/10/2010 12:47, Luiz Fabiano T.I CTO (Tempo Filmes) wrote: > Hi folks, > > I'm trying to use Apche and Tocamt 5.5 together, I want to > answer request in http://mydomain.com/ in tomcat with my ROOT/.do but when > I use /blog for example, I want to answer this request by Apac

Help with tomcat 5.5 and Apache2 (404 issues)

2010-10-26 Thread Luiz Fabiano T.I CTO (Tempo Filmes)
Hi folks, I'm trying to use Apche and Tocamt 5.5 together, I want to answer request in http://mydomain.com/ in tomcat with my ROOT/.do but when I use /blog for example, I want to answer this request by Apache, I got a wordpress blog there, which only be able to answer on port 80,

Re: Struts 2 help with Tomcat 6

2010-10-19 Thread Josh Gooding
Just one more thing on this. Do you have to download the Javaassist jar separately? I've d/l'd both the libs and the "all" package, but it is in neither. Does anyone have it to spare by chance for version 2.2.1? On Tue, Oct 19, 2010 at 8:25 AM, Josh Gooding wrote: > Rock on, Thanks Jason! That

Re: Struts 2 help with Tomcat 6

2010-10-19 Thread Josh Gooding
Rock on, Thanks Jason! That was exactly what I was looking for. I was looking under the Apache struts 2 site, and looking through their "getting started" section, but was not finding this. You the man. - J On Mon, Oct 18, 2010 at 10:41 PM, Jason Britton wrote: > This gives a little more detai

Re: Struts 2 help with Tomcat 6

2010-10-18 Thread Jason Britton
This gives a little more detail than whatever you're currently looking at http://struts.apache.org/2.2.1/docs/create-struts-2-web-application-with-artifacts-in-web-inf-lib-and-use-ant-to-build-the-application.html On Mon, Oct 18, 2010 at 7:07 PM, Josh Gooding wrote: > Hello all, > > I'm trying

Struts 2 help with Tomcat 6

2010-10-18 Thread Josh Gooding
Hello all, I'm trying to get Struts 2.2.1 working with Tomcat 6.0.29. I'm a total newbie to struts. Apache's documentation says copy the struts.jar file into the /lib directory. Since Struts 2.2.1 has no struts.jar file, does anyone happen to know which file(s) is/are supposed to be moved to ge

Re: help with tomcat 6.0.29 in a 64 bit Windows using 32 bit jdk

2010-09-30 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dulce, On 9/29/2010 11:28 PM, dulce...@pal.com.ph wrote: > I would like to seek help in installing or configuring tomcat 6.0.29. I agree with Chuck: it looks like things have installed properly. > Unfortunately, after migration & rescanning of the s

RE: help with tomcat 6.0.29 in a 64 bit Windows using 32 bit jdk

2010-09-30 Thread Caldarale, Charles R
> From: dulce...@pal.com.ph [mailto:dulce...@pal.com.ph] > Subject: RE: help with tomcat 6.0.29 in a 64 bit Windows using 32 bit jdk > I just want to verify that my installation steps are correct. Looked ok to me. > Since i used the compressed installer & just installed >

RE: help with tomcat 6.0.29 in a 64 bit Windows using 32 bit jdk

2010-09-30 Thread Dulce_Go
to "Tomcat Users List" To Tomcat Users List cc Subject RE: help with tomcat 6.0.29 in a 64 bit Windows using 32 bit jdk > From: dulce...@pal.com.ph [mailto:dulce...@pal.com.ph] > Subject: help with tomcat 6.0.29 in a 64 bit Windows using 32 bit jdk > help would be ver

RE: help with tomcat 6.0.29 in a 64 bit Windows using 32 bit jdk

2010-09-29 Thread Caldarale, Charles R
> From: dulce...@pal.com.ph [mailto:dulce...@pal.com.ph] > Subject: help with tomcat 6.0.29 in a 64 bit Windows using 32 bit jdk > help would be very much appreciated. Help with what? It sounds like everything is working properly except for your defective security scanner - which

help with tomcat 6.0.29 in a 64 bit Windows using 32 bit jdk

2010-09-29 Thread Dulce_Go
Hi! I would like to seek help in installing or configuring tomcat 6.0.29. I'm currently migrating my applications from Tomcat 5.5.26 to Tomcat 6.0.29 as advised by our security scan because of several vulnerabilities that have already been resolved in the latest version. Unfortunately, after m

RE: Help with Tomcat 6.0.29 and Comet

2010-09-01 Thread Caldarale, Charles R
> From: Thiago Locatelli da Silva [mailto:thiago.si...@digitro.com.br] > Subject: Help with Tomcat 6.0.29 and Comet > The only way to make my application is avoid closing the event in > the END event, only in the ERROR event (and all the other ones). > I am not sure this is the

Help with Tomcat 6.0.29 and Comet

2010-09-01 Thread Thiago Locatelli da Silva
Hello everybody. We have an application which was developed using comet and gwt and it was build over the tomcat 6.0.16 code. It was working very well and as according to the documentation, we are closing all the come events when we reach the event type ERROR and END. The application has never

RE: Help with tomcat configuration

2010-06-29 Thread Caldarale, Charles R
> From: btodd_22 [mailto:bran...@mortech-inc.com] > Subject: Re: Help with tomcat configuration > > it was my understanding that tomcat used the context.xml > within the project itself as the base and not the global > within the Catalina Ba Not quite sure what your unfin

Re: Help with tomcat configuration

2010-06-29 Thread btodd_22
anks in advance. Brandon -- View this message in context: http://old.nabble.com/Help-with-tomcat-configuration-tp29024672p29025752.html Sent from the Tomcat - User mailing list archive at Nabble.com. - To unsubscribe, e

RE: Help with tomcat configuration

2010-06-29 Thread btodd_22
the CLASSPATH"); return; } loadDrivers(dbProps); createPools(dbProps); [/CODE] -- View this message in context: http://old.nabble.com/Help-with-tomcat-configuration-tp29024672p29024973.html Sent from the Tomcat - User mailing list archive at Nabble.com.

RE: Help with tomcat configuration

2010-06-29 Thread Caldarale, Charles R
> From: btodd_22 [mailto:bran...@mortech-inc.com] > Subject: Help with tomcat configuration > > Now here is what i know, the code that is calling the > Connection pool is correct All evidence to the contrary... > Is it incorrect to assume that tomcat can't find my &g

Help with tomcat configuration

2010-06-29 Thread btodd_22
nd my db.properties file if so where do i tell tomcat to look? or does any one else have a better idea on where to look. Thanks in advance. Brandon -- View this message in context: http://old.nabble.com/Help-with-tomcat-configuration-tp29024672p29024672.html Sent from the Tomcat - User mailing list archi

RE: help with tomcat manager

2009-09-13 Thread Caldarale, Charles R
> From: Eric [mailto:cam...@gmail.com] > Subject: Re: help with tomcat manager > > Your example inspired me to create a role named "admin" and add that > role to the username "campee". I can login just fine now. That shouldn't have made a difference. My

Re: help with tomcat manager

2009-09-13 Thread Eric
s.com> wrote: > > From: Eric [mailto:cam...@gmail.com] > > Subject: Re: help with tomcat manager > > > > I tried changing it to the following and restarting > > Tomcat but I got the same result: > > > > > > > > > > > >

RE: help with tomcat manager

2009-09-13 Thread Caldarale, Charles R
> From: Eric [mailto:cam...@gmail.com] > Subject: Re: help with tomcat manager > > I tried changing it to the following and restarting > Tomcat but I got the same result: > > > > > > > > > > That should suffice. Are you

Re: help with tomcat manager

2009-09-13 Thread Eric
Charles R < chuck.caldar...@unisys.com> wrote: > > From: Martin Gainty [mailto:mgai...@hotmail.com] > > Subject: RE: help with tomcat manager > > > > UserDatabase Realm acquires authentication credentials from a jdbc > > Database source > > That's completel

RE: help with tomcat manager

2009-09-13 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:mgai...@hotmail.com] > Subject: RE: help with tomcat manager > > UserDatabase Realm acquires authentication credentials from a jdbc > Database source That's completely wrong. The UserDatabaseRealm works perfectly well with tomcat-users.x

RE: help with tomcat manager

2009-09-13 Thread Martin Gainty
keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. > Date: Sun, 13 Sep 2009 19:57:38 -0700 > Subject: help with tomcat manager > From: cam...@gmail.com > To: users@tomcat.apache.org > &

RE: help with tomcat manager

2009-09-13 Thread Caldarale, Charles R
> From: Eric [mailto:cam...@gmail.com] > Subject: help with tomcat manager > > > > > Where did I go wrong? You left the comment markers in. - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the i

help with tomcat manager

2009-09-13 Thread Eric
Downloaded and uncompressed apache-tomcat-6.0.20.tar.gz Started Tomcat using bin/catalina.sh start Connected to http://servername:8080 and see the getting started page Click on "Tomcat Manager" Get prompted for a username/password with the following message: A username and password are being r

Re: Configuration help with tomcat connectors

2009-05-10 Thread Dave Filchak
Caldarale, Charles R wrote: From: Dave Filchak [mailto:sub...@zuka.net] Subject: Re: Configuration help with tomcat connectors If I set it up as localhost now, what is the impact if, in the future, I need to add other hosts? One must be the defaultHost, so its name is irrelevant other

  1   2   3   >