Windows Task Manager - tomcat processes

2008-06-23 Thread Andrew Hole
Hi! If I have more than one tomcat instance installed and started, how do I now wich process in task manager corresponds to the tomcat instance? In task manager I only see things like that: tomcat5.exe tomcat5.exe tomcat5.exe Thanks a lot A.

Capture and replay

2008-07-21 Thread Andrew Hole
Hello! I'm interested to capture and replay Java application events. There is some tool to do that? My java application runs on tomcat container. Thanks a lot

share SessionID in different webapps - same tomcat

2008-09-03 Thread Andrew Hole
Is it possible to share sessionID between webapps in the same tomcat? How can I find a demo or some JSP to simulate it? Thanks a lot A.C

Re: share SessionID in different webapps - same tomcat

2008-09-03 Thread Andrew Hole
Thanks. And how can I test this feature? Could you help to write a JSP sample? Thanks On Wed, Sep 3, 2008 at 5:58 PM, Gregor Schneider <[EMAIL PROTECTED]>wrote: > http://tomcat.apache.org/tomcat-5.5-doc/config/host.html > > Search for "SingleSignOn" > > Gregor > -- > what's puzzlin' you, is the

Re: share SessionID in different webapps - same tomcat

2008-09-03 Thread Andrew Hole
Cookies (like you see in this site) is a good solution? *http://www.fwd.at/tomcat/sharing-session-data-howto.html* On Wed, Sep 3, 2008 at 6:21 PM, Andrew Hole <[EMAIL PROTECTED]>wrote: > Thanks. > > And how can I test this feature? Could you help to write a JSP sample? > >

HTTP/1.1 400 no host matches server name

2007-09-26 Thread Andrew Hole
Hello! I'm getting the following error: "HTTP/1.1 400 no host matches server name myserver" Why this happens? workers.properties # -- # Load Balancer worker PFH # -- worker.pfhbalancer.type= lb worker.pfhbalancer.balanced_workers= upg4out,upg7out # -

Re: HTTP/1.1 400 no host matches server name

2007-09-26 Thread Andrew Hole
r different > hostname), just configure a default host. > > > En l'instant précis du 26/09/07 12:14, Andrew Hole s'exprimait en ces > termes: > > Hello! > > > > I'm getting the following error: > > > > &qu

Re: HTTP/1.1 400 no host matches server name

2007-09-26 Thread Andrew Hole
c (621): > status = 400 > [Wed Sep 26 11:30:04 2007] [5724:4032] [debug] jk_ajp_common.c (628): > Number of headers is = 0 > [Wed Sep 26 11:30:04 2007] [5724:4032] [debug] jk_ajp_common.c (1037): > received from ajp13 pos=0 len=2 max=8192 > > On 9/26/07, David Delbecq <

Re: HTTP/1.1 400 no host matches server name

2007-09-26 Thread Andrew Hole
Do you have some suggestion to solve this problem? On 9/26/07, Andrew Hole <[EMAIL PROTECTED]> wrote: > Host name on server.xml: > > > On 9/26/07, Andrew Hole <[EMAIL PROTECTED]> wrote: > > This is output from mod_jk debug: > > > > [We

Re: HTTP/1.1 400 no host matches server name

2007-09-26 Thread Andrew Hole
Yes, I have... in defaultHost i have value localhost. On 9/26/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Andrew, > > Andrew Hole wrote: > > Do you have some suggestion to solve this problem? > > Wo

Session Replication

2007-09-27 Thread Andrew Hole
Hello everyone! For using Tomcat session clustering I need to put the following component in all nodes? --

Re: Session Replication

2007-09-27 Thread Andrew Hole
I only have one machine to test Session Replication. Every tomcat instances are in same machine. On 9/27/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] > > Subject: Re: Session Replication > > > > yeah, but if you bind to 127.0.0.1 h

Re: Session Replication

2007-09-27 Thread Andrew Hole
wrote: > then, the tcpListenPort must be unique for each instance, since you > cannot share the port > > Filip > > Andrew Hole wrote: > > I only have one machine to test Session Replication. Every tomcat > > instances are in same machine. > > > > On 9/27/07

Tomcat clustering

2007-10-01 Thread Andrew Hole
In cluster of two nodes, which the parameter that I need to configure (or to decrease the value) for a node knows immediately that the other is down? With this configuration a node waits some time.

Reload an existing application

2007-10-01 Thread Andrew Hole
Is it possible reload configurations on \WEB-INF\classes without restart tomcat server? Thanks a lot - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mai

Diagnosing Tomcat memory usage

2007-10-10 Thread Andrew Hole
I've an java application running under tomcat and in the last week memory usage increase 50%, from 200M to 400M. I want to know exactly why this happens. Some suggestion? Thanks a lot - To start a new topic, e-mail: users@tomcat.

Different jar version

2007-10-10 Thread Andrew Hole
What happens if I put different jar versions of same classes on WEB-INF/lib? Example: project.jar (new version) project_old.jar (old version) Tomcat load and use both? Could Tomcat be confused with this situation? Thanks a lot -

Re: Different jar version

2007-10-10 Thread Andrew Hole
I'm getting OutofMemoryError ... Could have some relationship having two different versions of jar and memory leak? Thanks On 10/10/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Andrew Hole [mailto:[EMAIL PROTECTED] > > Subject: Different jar version > &

Tomcat library hierarchy

2007-10-11 Thread Andrew Hole
Hello! What's the difference between common/lib , common/endorsed and common/classes? Thanks a lot - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Tomcat library hierarchy

2007-10-11 Thread Andrew Hole
oader. " I don't know difference between put a jar in common lib or common endorsed p.e. Best regards On 10/11/07, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Andrew Hole [mailto:[EMAIL PROTECTED] > > Subject: Tomcat library hierarchy > > >

The requested resource (/manager/) is not available

2007-10-15 Thread Andrew Hole
Hello! I'm getting the following error: description The requested resource (/manager/) is not available when I request URL for manager webapplication. I've manager.xml on ..\conf\Catalina\localhost and manager application on server\webapps\manager. What i'm doing wrong? Thanks a lot. -

Re: The requested resource (/manager/) is not available

2007-10-15 Thread Andrew Hole
application server > --- > > > > - Original Message - > From: "Andrew Hole" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Monday, October 15, 2007 9:11 AM > Subject: The requested resource (/manager/)

Reload web application from my JSP

2007-10-15 Thread Andrew Hole
How can I , inside my JSP, call manager url to reload my web application? I need to call my JSP, because I do more things than reload. Thanks a lot - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [

Environment variables

2007-11-06 Thread Andrew Hole
Hello! how can I setup environment variables on tomcat windows service? Tomcat cleans environment variables... Thanks a lot - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: Environment variables

2007-11-06 Thread Andrew Hole
I'm trying to execute a ssh command inside java code. SSH command must know HOMEDRIVE environment variable to find know_hosts file... How can I do that? Thanks a lot On Nov 6, 2007 3:14 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Andrew Hole [mailto

Re: Environment variables

2007-11-06 Thread Andrew Hole
I will try!!! Thanks a lot On Nov 6, 2007 3:24 PM, Christopher Schultz <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Andrew, > > Andrew Hole wrote: > > I'm trying to execute a ssh command inside java code. SSH command must >

Best Linux distribution

2007-11-14 Thread Andrew Hole
Hi! In your opinion what is the best LINUX distribution for a server with an instance of Tomcat and an J2EE application of medium load? An opinion taking as a basis the performance and cost. Thanks - To start a new topic, e-mai

Re: Invoke JSP on tomcat startup

2007-11-16 Thread Andrew Hole
Invoking JSP it recreates a XML file on file system. I wish recreate for the first time at tomcat startup. Regards On Nov 16, 2007 2:21 PM, Jess Holle <[EMAIL PROTECTED]> wrote: > Sounds like you want a ContextListener, not a JSP... > > > Andrew Hole wrote: > > He

Invoke JSP on tomcat startup

2007-11-16 Thread Andrew Hole
Hello! Exists some automatic way to invoke a JSP when tomcat starts? Thanks a lot - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Socket_keepalive

2007-11-20 Thread Andrew Hole
I need to define socket_keepalive parameter... but in Windows server 2003 I think that doesn't exist SO keepalive interval. How can I resolve this? Thanks a lot - To start a new topic, e-mail: users@tomcat.apache.org To unsubscri

Logging Framework

2007-11-26 Thread Andrew Hole
Hello! My java application writes relevant log of database procedures executions. My goal is to develop a report at intervals of 30 minutes with a summary, including requests slowest, and average time of execution, etc. 2007-11-26 00:00:00379 DEBUG ajp - 8009-10 RequestFilter - Request Started 20

Redirect

2007-12-03 Thread Andrew Hole
Hello! On an Apache server, I would like to have a Redirect from a URL to other URL not on my server. The redirect is temporary, and therefore I would prefer if the original URL appeared in the visitor's browser's Address Bar, as opposed to the URL of the site to which he/she was redirected. Is i

Single Sign-On

2007-12-05 Thread Andrew Hole
Hello everybody! I have two applications: - J2EE Application on tomcat - Microsoft Navision How can I implement single sign-on integrated with Microsoft Active Directory? Microsoft Active Directory could be central autenthication service? Thanks -

Tomcat threads

2007-12-10 Thread Andrew Hole
Hello! What's the value of Initial Number of Threads created on Tomcat startup? Everytime it is necessary Tomcat creates another thread. What happens after the processing end? The thread dies or becomes available for a future processing? Best regards -

Connection pooling

2008-01-11 Thread Andrew Hole
Hello! The following configuration was not supposed to be created 5 connections at first get connection execution? My application with the following configuration creates always a new session in the database for each invocation, which is not to take advantage of pooling. Why?

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Andrew Hole
I don't see examples with initial size of pool! Exists some default value for pool initial size?? On Jan 11, 2008 2:27 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Andrew Hole [mailto:[EMAIL PROTECTED] > > Subject: Re: Datasource Property Parameters (Ora

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Andrew Hole
M, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Andrew Hole [mailto:[EMAIL PROTECTED] > > Subject: Re: Datasource Property Parameters (Oracle) JNDI > > > > I don't see examples with initial size of pool! Exists some default > > value for pool initial

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Andrew Hole
" > > M- > ----- Original Message - > From: "Andrew Hole" <[EMAIL PROTECTED]> > To: "Tomcat Users List" > Sent: Friday, January 11, 2008 10:14 AM > Subject: Re: Datasource Property Parameters (Oracle) JNDI > > > > Well, REsource A wor

Re: Connection pooling

2008-01-11 Thread Andrew Hole
Every db execution creates a new session. Each session dropped correctly after db execution. Is it supposed I see 5 (new) connections to database after tomcat restart? Thanks On Jan 11, 2008 2:24 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Andrew Hole [mailto:[EMA

Re: Connection pooling

2008-01-11 Thread Andrew Hole
_name with the actual server name > replace the SID with the Service ID you will be using (check the > tnsnames.ora for SID) > http://www.microdeveloper.com/html/JNDI_Orcl_Tomcat1p.html > > Martin > > - Original Message - > From: "Andrew Hole" <[EMAIL

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Andrew Hole
Could you help me to setup my datasource to works fine? I already try lot of changes on Resource element, but pooling is disable. Thanks a lot On Jan 11, 2008 1:55 PM, Caldarale, Charles R <[EMAIL PROTECTED]> wrote: > > From: Berglas, Anthony [mailto:[EMAIL PROTECTED] > > Subject: Datasource

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Andrew Hole
Hello! I think that I have the same problem. What you are saying is that i can't use pooling on Tomcat/JNDI or only in case of oracle.jdbc.pool.OracleDataSourceFactory? Thanks a lot On Jan 11, 2008 11:29 AM, Rainer Jung <[EMAIL PROTECTED]> wrote: > Berglas, Anthony wrote: > > Hello, > > > >

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Andrew Hole
//conn.close(); // Return to connection pool //conn = null; // Make sure we don't close it twice %> I got the following result: *Cache disabled *Got Connection [EMAIL PROTECTED], And database sessions increase highly. Thanks On Jan 11, 2008 4:21 PM, Martin Gainty <[EMAIL P

Re: Datasource Property Parameters (Oracle) JNDI

2008-01-11 Thread Andrew Hole
I already change from ehr to jdbc/ehr but the problem of pooling remaining. Initial sessions are not created. Please, help me. Thanks a lot On Jan 11, 2008 3:45 PM, Andrew Hole <[EMAIL PROTECTED]> wrote: > I get the following error when i change from ehr to jdbc/ehr: > > 2

Tomcat benchmark

2008-01-21 Thread Andrew Hole
Hi! Is there any benchmark test available that allow me to determine the number of concurrent requests that Tomcat supports for a particular type of hardware? Thanks a lot

Tomcat 64 bits

2008-01-23 Thread Andrew Hole
Hello! Is there any problem run Tomcat under 64 bits platform? And about JDK? Is it possible install JDK 32 bits for 64 bits platform? Thanks a lot A.

Log4j

2007-08-07 Thread Andrew Hole
*Could you tell me how to create different log files for different levels? *log4j.appender.A1=org.apache.log4j.FileAppender log4j.appender.A1.layout=org.apache.log4j.PatternLayout log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %log4j.appender.A1.Threshold=DEBUG log4j.appender.A1

Re: Log4j

2007-08-07 Thread Andrew Hole
Well, I don't have properties in xml ... I've log4j.properties file... On 8/7/07, Gregor Schneider <[EMAIL PROTECTED]> wrote: > > Forgot to mention: > > ou can leave the part > > > > > > > > > > > > since this is a logger that is only needed from one of our centra

Tomcat Status

2007-08-08 Thread Andrew Hole
Hi! Exists some tool to monitor more than one instance of Tomcat in the same server? Lambda Probe is an excellent tool, but only monitoring instance where is installled. In a simple way I want to have a web page showing tomcat status and some other information: Tomcat1 - Status Running Tomcat2 -

Tomcat benchmark

2007-08-16 Thread Andrew Hole
Someone have a case study wich compare Tomcat with others application servers? Thanks a lot Andrew

Re: Tomcat benchmark

2007-08-16 Thread Andrew Hole
assume you're after more than this: > http://en.wikipedia.org/wiki/Comparison_of_application_servers > > Andrew Hole wrote: > > Someone have a case study wich compare Tomcat with others application > > servers? > > > > Thanks a lot > > Andrew > >

Resource Security

2007-08-17 Thread Andrew Hole
Is it possible encrypt password on Resource setup? Thanks Andew

Failed to connect to remote VM. Connection refused

2007-08-20 Thread Andrew Hole
I configure tomcat to debug remotly from Eclipse: start "Configure Tomcat". Go to Java tab. add the following 2 lines. -Xdebug -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n Then go to Startup tab and add the following two lines in the arguments entry box. jpda start Restarting tom

Tomcat manager

2007-08-21 Thread Andrew Hole
Hello! I've lot of tomcat instances running around the world and I want an easy way to manager each one, using some simple manager tool. DO you suggest something? Some plugin to eclipse? Thanks a lot

Real-Time Tracking and Tuning for Busy Tomcat Servers.

2007-08-21 Thread Andrew Hole
An amazing article of Real-Time Tracking and Tuning for Busy Tomcat Servers. http://www.devx.com/Java/Article/32730/1954?pf=true Could you help me to develop something equal if I have Context setuped like the following: Thanks a lot

Delete Tomcat logs

2007-08-22 Thread Andrew Hole
Do you know some Windows script to delete Tomcat logs after 5 days? Thanks a lot

Single Sign On

2007-08-22 Thread Andrew Hole
Exists some way to implement Single Sign On without source code changes? Could you tell me a little bit about Single Sign On? Thanks a lot

Re: Single Sign On

2007-08-22 Thread Andrew Hole
Single sign on using valve is interesting, but is it possible use him if I have different application running in different tomcat instances? I think that only works with different applications under same tomcat instance. Thank you On 8/22/07, Pid <[EMAIL PROTECTED]> wrote: > > Andre

Clustering/Session Replication

2007-08-24 Thread Andrew Hole
Hello! What's benefits of using Clustering/Session Replication on same machine? Thanks a lot

Quartz

2007-09-06 Thread Andrew Hole
I can't find an example of using Quartz to scheduling jobs on Tomcat Web application. Someone already work with Quartz? Could you share a hello world sample? Thanks a lot

Re: Quartz

2007-09-06 Thread Andrew Hole
app that uses Quartz on OC4J and would like to be aware of the implications and necessity of this setting. On 9/6/07, Pid <[EMAIL PROTECTED]> wrote: > > Andrew Hole wrote: > > I can't find an example of using Quartz to scheduling jobs on Tomcat Web > > application. >

Upcoming Conferences in Europe

2007-09-07 Thread Andrew Hole
Do you know some confereces about Apache Tomcat, J2EE and associated technologies in Europe? Thanks a lot

MOD_JK

2007-09-10 Thread Andrew Hole
Hello! How can I call from Apache HTTP Server using mod_jk, an web application that is not on Context.XML Directory? Basically I've an application located on WEBAPPS, but WEBAPPS is not Context.XML directory. Could you help me please? Thanks a lot

Tomcat failover

2007-09-13 Thread Andrew Hole
Hello! I've two tomcat instances connected to an Oracle database and I'm using connection pool. If one of the instances crashes, exists some way to repair the sessions established with the database and to be processed for the other instance? Thanks a lot Andrew

Re: Tomcat failover

2007-09-14 Thread Andrew Hole
Both. I know that jdbc connections will die. But, what happens to active sessions? I will lose all information associated to the active sessions? Thanks On 9/13/07, Christopher Schultz <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > An

2 Tomcat instances

2007-09-17 Thread Andrew Hole
Hello! I've two tomcat instantes and an apache web server with mod_jk. Mod_jk balance request to each tomcat. Think on following situation; - TomcatA and TomcatB up - I make a request to Apache that redirects to TomcatA. I'm editing text on JSP (lot of input texts). In this moment TomcatA craches.

Tomcat status

2007-09-18 Thread Andrew Hole
Is there a function to check the status of tomcat? A simple JSP p.e., i make an http request to tomcat port, and if i don't get response, I say that status is down. I want to create a simple JSP resume of all tomcat instances status Thanks, --

Re: Tomcat status

2007-09-18 Thread Andrew Hole
> > -- > Bj > > > On 9/18/07, Andrew Hole <[EMAIL PROTECTED]> wrote: > > > > Is there a function to check the status of tomcat? > > A simple JSP p.e., i make an http request to tomcat port, and if i > > don't get response, I say that status is d

AJP connector getPort

2007-09-25 Thread Andrew Hole
HI! I have a solution with an apache with mod_jk and 2 tomcat instances. How can I know with a JSP which tomcat instance process the request? Basically I want that my JSP show AJP connector port. Thanks - To start a new topic,

Tomcat Performance

2008-01-29 Thread Andrew Hole
Hello I read an interesting document from Mladen Turk (with whom I want to speak directly, but I don't know direct contact) that there is a formula to calculate the number of concurrent request: http://people.apache.org/~mturk/docs/article/ftwai.html Calculating Load When determining the number

Tomcat Cluster

2008-02-12 Thread Andrew Hole
Hello guys! I've the following configuration on server.xml for two different instances of tomcat (on the same server). BUT, i don't know why, session replication doesn't work. Could you help me to find why? Thanks Instance 1:

Re: Tomcat Cluster

2008-02-12 Thread Andrew Hole
e defined on the same IP > (loopback?) and port? > > Andrew Hole wrote .. > > Hello guys! > > > > I've the following configuration on server.xml for two different > instances > > of tomcat (on the same server). BUT, i don't know why, session > repli

Re: Tomcat Cluster

2008-02-13 Thread Andrew Hole
What you consider the minimal configuration? On Feb 13, 2008 7:23 AM, David Rees <[EMAIL PROTECTED]> wrote: > On Feb 12, 2008 10:59 AM, Andrew Hole <[EMAIL PROTECTED]> wrote: > > I've the following configuration on server.xml for two different > instances > >

Tomcat 5.5 clustering -> Cluster Session

2008-02-18 Thread Andrew Hole
Hello! I'm getting the following message on Tomcat: 18/Fev/2008 12:07:50 org.apache.catalina.cluster.tcp.ReplicationValvecreatePrimaryIndicator FINE: Context /outpatient: Found session 07EEE91093046F13672F88402F03C5A2.node02 but it isnt a ClusterSession. Why this happen? Thanks a lot AH

Tomcat Cluster -> node02 is invalid, removed or not replicated at this node.

2008-02-22 Thread Andrew Hole
Hello guys! We are trying to test Tomcat clustering but we are getting some problems. Sometimes (Log2) everything works fine but in other cases the cluster doesn't work (Log1). The only difference is the time that we wait after we shutdown a node. When we make a request after shutdown a node, c

Re: Tomcat Cluster -> node02 is invalid, removed or not replicated at this node.

2008-02-22 Thread Andrew Hole
t; is to low. Please set it to 3 and it > is true that you must wait > > 35 sec before you can restart a cluster node. Use the Java Service > Wrapper or add this to your start scripts to configure this. > > Peter > > > > Am 22.02.2008 um 11:48 schrieb Andrew Hole:

Why is session unbound called after cluster failover?

2008-02-22 Thread Andrew Hole
Hi! Why is session unbound called after cluster failover? Two more questions: -- In a scenario with two nodes, if I shutdown one, the other is instantly ready to receive and respond to requests, or it is necessary to wait a while? In a procuction scenario we cannot wait, because requests are frequ

Why is session unbound called after cluster failover?

2008-02-25 Thread Andrew Hole
Hi! Why is session unbound called after cluster failover? Two more questions: -- In a scenario with two nodes, if I shutdown one, the other is instantly ready to receive and respond to requests, or it is necessary to wait a while? In a procuction scenario we cannot wait, because requests are freque

Re: Why is session unbound called after cluster failover?

2008-02-25 Thread Andrew Hole
[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Andrew, > > Andrew Hole wrote: > | Why is session unbound called after cluster failover? > > What value is being unbound? > > | Two more questions: -- In a scenario with two nodes, if

Re: Why is session unbound called after cluster failover?

2008-02-25 Thread Andrew Hole
TED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Andrew, > > Andrew Hole wrote: > | Well, our class USER implements HttpSessionBindingListener, > | Serializable and when failover happens valueUnbound is executed(public > | void valueUnbo

Re: Why is session unbound called after cluster failover?

2008-02-25 Thread Andrew Hole
On 2/25/08, Filip Hanik - Dev Lists <[EMAIL PROTECTED]> wrote: > > the stack trace idea is a good idea, and you can post it here > > Filip > > > Christopher Schultz wrote: > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > Andrew, &g

Re: Why is session unbound called after cluster failover?

2008-02-25 Thread Andrew Hole
7:27 PM, Christopher Schultz < [EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Andrew, > > Andrew Hole wrote: > | It happens on both. Valueunbound is executed on old server when > | tomcat is stopped, and is executed on new server

Re: Why is session unbound called after cluster failover?

2008-02-25 Thread Andrew Hole
tracking is associated to valueunbound). Actually, valueunbound is executed on all tomcats. Let me know if you need more information. On Mon, Feb 25, 2008 at 8:41 PM, Christopher Schultz < [EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Andre

Re: Why is session unbound called after cluster failover?

2008-02-25 Thread Andrew Hole
The "valueUnbound" is NOT being propagated from the TC instance shutting down across the cluster. The valueunbound is executed when I do the shutdown of an TC instance (session logout tracking was done -> database record inserted). After that I still work with this session on the active node ...

Session valueUnbound

2008-03-17 Thread Andrew Hole
We're trying to avoid the execution of valueUnbound(), when a Tomcat instance is stopped in a cluster environment. Can this be done by checking whether the thread that is executing valueUnbound() is a daemon or not? In the tests we have performed, the only thread running valueUnbound(), which

Job Opportunity

2008-03-24 Thread Andrew Hole
Hello Guys! Anyone interested in joining a Portuguese company to be responsible for installing, managing and configuring Tomcat and Apache Web Server? We currently have very interesting international projects. Thanks a lot Andrew

Re: Job Opportunity

2008-03-25 Thread Andrew Hole
Tomcat 5.5. But we are always looking for future... Regards On Tue, Mar 25, 2008 at 10:11 AM, ChrisS <[EMAIL PROTECTED]> wrote: > What version of Tomcat Andrew? > > Chris S > > - Original Message - > From: "Andrew Hole" <[EMAIL PROTECTED]> &g

Tomcat shutdown

2008-03-31 Thread Andrew Hole
Hello! I have a cluster with two Tomcat's. When I shutdown one and the other still active I do not want to run valueunbound in the first. How do I do that? Basically: If (shutdown node 1 and node 2 is Active) then { do nothing; } else { business logic; } Thanks a lot

java.net.ConnectException: Connection refused

2008-05-01 Thread Andrew Hole
Hello! When I shutdown tomcat i get the following error and the process remains active. Do you know what could be the problem? SEVERE: Catalina.stop: java.net.ConnectException: Connection refused at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl

Web server and tomcat - firewall

2008-05-06 Thread Andrew Hole
Hi all| Maybe you could help me to solve a problem with your experience. My company has implemented a solution of 3 layers (Apache web server, Tomcat Container and Database). There is a firewall between the web server and the tomcat. We get the following errors in mod_jk log: These errors a

Re: Web server and tomcat - firewall

2008-05-07 Thread Andrew Hole
HI! I don't have perl installed in production servers, but it is windows server 2003. About mod_jk configuration (mod_jk/1.2.18) : # List the workers name worker.list = p1balancer, resumop1 # -- # Load Balancer worker # -- worker.p1balancer.type= lb worke

Re: Web server and tomcat - firewall

2008-05-07 Thread Andrew Hole
Thanks What means: error 10054 = Connection reset by peer. Andrew On Wed, May 7, 2008 at 7:14 PM, Rainer Jung <[EMAIL PROTECTED]> wrote: > Andrew Hole wrote: > > > HI! > > > > I don't have perl installed in production servers, but it is windows > >

Tomcat clustering

2008-10-27 Thread Andrew Hole
Hi Guys! What means the following error? What I'm doing wrong? FINE: Assuming clocks are synched: Replication for GET-ALL- took=47 ms. 27/Out/2008 17:12:10 org.apache.catalina.cluster.session.ClusterSessionListener messageReceived SEVERE: Context manager doesn't exist: Thanks a lot

Re: Tomcat clustering

2008-10-27 Thread Andrew Hole
om is not > deployed on the server. > > for example, if you have applicate /test installed on server A, then it > will have to be installed on server B as well, if it isn't, you'll get a > message like the one below > > Filip > > > Andrew Hole wrote: > >> Hi

Re: Tomcat clustering

2008-10-27 Thread Andrew Hole
nothing to > cluster, there is no state to share > > Filip > > > Andrew Hole wrote: > >> I would like to cluster two different applications in same machine (each >> in >> different Tomcat instance). >> Is it possible? >> >> >> >>

Re: Tomcat clustering

2008-10-27 Thread Andrew Hole
to write that code for the object > sharing yourself > you could use the tomcat internals to achieve what you want, but you'd have > to do a bit of legwork. > Filip > > > Andrew Hole wrote: > >> Yes. >> >> Machine1 >> TomcatA >> Applicat

Session affinity

2008-11-21 Thread Andrew Hole
Hi guys! The session affinity in Apache guarantee that all requests from a specific browser will be redirected to the same instance of Tomcat (worker). How it works when we have an hardware load balancer in the first layer and 2 actives Apache HTTP Server? Thanks a lot

Re: Session affinity

2008-11-21 Thread Andrew Hole
Is not very smart... There is some problem with that? Thanks On Fri, Nov 21, 2008 at 9:00 PM, Caldarale, Charles R < [EMAIL PROTECTED]> wrote: > > From: Andrew Hole [mailto:[EMAIL PROTECTED] > > Subject: Session affinity > > > > How it works when we have an

Tomcat and coldfusion

2009-01-14 Thread Andrew Hole
Hello guys! I deployed coldfusion on Tomcat and everything looks fine to me except when I shutdown the service. This deployment was made in Linux. Jan 14, 2009 5:29:43 PM org.apache.coyote.http11.Http11BaseProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8189 Jan 14, 2009 5:29:44 PM org.apach

Re: Tomcat and coldfusion

2009-01-14 Thread Andrew Hole
just to say one more thing: this only happens when cfusion war is deployed in tomcat. If i try to shutdown without cfusion.war deployed, everything works fine. I'm seeing the cfusion log and there are no errors in stopping cfusion engine. Thanks On Wed, Jan 14, 2009 at 6:15 PM, Andrew Hole

  1   2   >