RE: Tomcat

2004-11-26 Thread Dale, Matt
It's up to you whether it is accessible from the web or not. You map each application individually in the connector configuration. All you need to do it just not map the ROOT context and then it's not available from the web. -Original Message- From: Allen Beacon [mailto:[EMAIL

RE: Tomcat

2004-11-26 Thread Dale, Matt
Ah yes, you'd be right in thinking that. You should read up on filters then and you should be able to put a restriction on it. Ta Matt -Original Message- From: Allen Beacon [mailto:[EMAIL PROTECTED] Sent: 26 November 2004 09:56 To: [EMAIL PROTECTED] Subject: RE: Tomcat Ok I got the

RE: Tomcat

2004-11-26 Thread Dale, Matt
yeah, you could do it that way too. There are probably loads of ways but that's as good as any. Good luck Ta Matt -Original Message- From: Allen Beacon [mailto:[EMAIL PROTECTED] Sent: 26 November 2004 10:15 To: [EMAIL PROTECTED] Subject: RE: Tomcat What if I disable 8080 on tomcat

RE: Tomcat

2004-11-26 Thread Dale, Matt
Yup, that's right, once this connector is removed, the only way to connect is through apache. -Original Message- From: Allen Beacon [mailto:[EMAIL PROTECTED] Sent: 26 November 2004 11:28 To: [EMAIL PROTECTED] Subject: RE: Tomcat Thanks to all of you for your support! one last and

RE: Clustering in Tomcat

2004-11-25 Thread Dale, Matt
Have you got the distributable/ tag in your context's web.xml? Do all the objects in your session implement Serializable? -Original Message- From: Gaurav Vaish [mailto:[EMAIL PROTECTED] Sent: 25 November 2004 04:07 To: Tomcat Users List Subject: Clustering in Tomcat Hi, I am

RE: Tomcat Sessions...

2004-11-25 Thread Dale, Matt
Firefox will share sessions between the tabs so i'm surprised this works at all. -Original Message- From: Quinton Delpeche [mailto:[EMAIL PROTECTED] Sent: 25 November 2004 11:44 To: [EMAIL PROTECTED] Subject: Tomcat Sessions... Hi, I have a friend who has a question for the list.

RE: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4

2004-11-16 Thread Dale, Matt
I have a copy of the old jvmstat if you'd like me to email it to you direct? -Original Message- From: Kevin A. Burton [mailto:[EMAIL PROTECTED] Sent: 15 November 2004 19:51 To: Tomcat Users List Subject: Re: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4 Dale, Matt wrote: I've

RE: Analysing dead threads

2004-11-15 Thread Dale, Matt
kill -SIGHUP or kill -3 should dump a stack trace into catalina.out. A profiler should also tell you what the threads are up to. Ta Matt -Original Message- From: Steffen Heil [mailto:[EMAIL PROTECTED] Sent: 15 November 2004 13:42 To: 'Tomcat Users List' Subject: Analysing dead threads

RE: OutOfMemory errors compiling JSPs on 5.0.16 and 5.5.4

2004-11-14 Thread Dale, Matt
I've not been following this thread but my guess would be that you are running out of space in the permanent generation of the heap. Get a hold of jvmstat from sun and run visualgc on your JVM, it should become obvious then which pool is running out of space. Ta Matt -Original

RE: Clustering and Load balancing

2004-11-10 Thread Dale, Matt
Hi, There is a load of information in the tomcat documentation. Your post is a bit vague about what you actually want to know. I'd suggest reading the documentation then coming back here if you have any more specific questions or problems. But a hint to get you on the road. There is a

RE: exception in clustering

2004-11-10 Thread Dale, Matt
You might have more luck with an answer if you hadnt hijacked someone elses thread with an entirely unrelated post. I'd suggest creating a new post with the question. I don't know why JMeter wouldnt connect but some more information would be handy, is it JMeter that fails completely? or does

RE: purported javac memory leak?

2004-11-02 Thread Dale, Matt
I think this is a jdk bug fixed in java 1.4 -Original Message- From: T K [mailto:[EMAIL PROTECTED] Sent: 01 November 2004 22:41 To: [EMAIL PROTECTED] Subject: purported javac memory leak? Hi all, as most of you know the tomcat 4.1.x jasper HOW-TO claims there is a javac memory leak;

RE: Session Control

2004-10-27 Thread Dale, Matt
Your description of your application isn't too clear but there are 2 ways in which a session can be destroyed. Either when it times out, which would be after the time that you set either in your web.xml or with the setTimeout() method of the session. The second and what I think would be the

OT 32/64 bit classes

2004-10-27 Thread Dale, Matt
Title: OT 32/64 bit classes Hi, We will shortly be moving over to a 64 bit JVM from a 32 bit one. My question is, are the classes the same between 32 bit and 64 bit? or do I have to rebuild both tomcat and the application? Ta Matt Any opinions expressed in this E-mail may be those of

RE: OT 32/64 bit classes

2004-10-27 Thread Dale, Matt
That's what I though, just confirming it. Cheers dude -Original Message- From: Nikola Milutinovic [mailto:[EMAIL PROTECTED] Sent: 27 October 2004 11:16 To: Tomcat Users List Subject: Re: OT 32/64 bit classes Dale, Matt wrote: Hi, We will shortly be moving over to a 64 bit JVM from

RE: swallowOutput and catalina.out

2004-10-27 Thread Dale, Matt
You have the right idea but in the wrong place. You need to define a Logger for each Context and put swallowOutput on that. Context path=/context override=true swallowOutput=true Logger className=org.apache.catalina.logger.FileLogger prefix=context_log.

RE: swallowOutput and catalina.out

2004-10-27 Thread Dale, Matt
That config works for me, perhaps by putting swallowOutput in the default context it isn't getting the chance to get down to your context logger? -Original Message- From: Ryan Daly [mailto:[EMAIL PROTECTED] Sent: 27 October 2004 14:36 To: Shapira, Yoav Cc: Tomcat Users List Subject: RE:

RE: which Linux Platform is best for Tomcat?

2004-10-26 Thread Dale, Matt
If you go with core 2 you'll need to upgrade to a later kernel as there was problems running java on the shipped kernel. Core 3 should be out soon but that'll no doubt introduce it's own problems. Might be worth a shot though. -Original Message- From: sudip shrestha [mailto:[EMAIL

RE: Does Oracle 9i thin jdbc driver work in Tomcat 5?

2004-10-24 Thread Dale, Matt
I'm fairly sure that there are people using it but you may have to wait until it's not the weekend for you get an answer. -Original Message- From: spammemothers [mailto:[EMAIL PROTECTED] Sent: 24 October 2004 12:13 To: 'Tomcat Users List' Subject: RE: Does Oracle 9i thin jdbc driver

RE: Sticky session?

2004-10-21 Thread Dale, Matt
and distribute. Regards, Srinivas -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 6:47 PM To: Tomcat Users List Subject: RE: Sticky session? For what you want to do the balancer application is not suitable as a load balancer as it merely

RE: Sticky session?

2004-10-21 Thread Dale, Matt
will first try using Pen. I am working on that. I have to check if it works in all the OSs and if it is open source and free to use and distribute. Regards, Srinivas -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 20, 2004 6:47 PM To: Tomcat Users List

RE: Sticky session?

2004-10-21 Thread Dale, Matt
now in apache? Or, Is this(session replication) something to be done by the cluster members (Assuming I use apache as load balancer and Tomcats as cluster members). Regards, Srinivas -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, October 21, 2004 3:16 PM

RE: Mysterious session behavior across browsers

2004-10-21 Thread Dale, Matt
That's correct. Although I think that Firefox may share it's sessions across all browsers as well as tabs. -Original Message- From: Ben Souther [mailto:[EMAIL PROTECTED] Sent: 21 October 2004 12:10 To: Tomcat Users List Subject: Re: Mysterious session behavior across browsers It's

RE: Garbage Collection configuration and Memory Leakage

2004-10-20 Thread Dale, Matt
1. No there is no Garbage Collection configuration in tomcat. This is controlled by the JVM. 2. This is not possible. Garbage collection is kicked off when a pool in the JVM fills up and clears up all expired objects. For there to be a memory leak then there must be something keeping a handle

RE: Sticky session?

2004-10-20 Thread Dale, Matt
For what you want to do the balancer application is not suitable as a load balancer as it merely redirects the request to another server and does not act as a proxy like some other kinds of load balancers. The session ID is stored in a cookie, referenced using the hostname. If you are

RE: Session problems with cluster

2004-10-19 Thread Dale, Matt
To: Tomcat Users List Subject: Re: Session problems with cluster Matt, No other nodes are up, so there's nothing to serialize. I could imagine that the session of the old context could be serialized to the new context in order to preserve state, although I hope this isn't done. Thanks, Matthew Dale

RE: tomcat manager

2004-10-19 Thread Dale, Matt
Hi, Is index.htm set up as a welcome page in your web.xml? -Original Message- From: kangkoong Kakoong [mailto:[EMAIL PROTECTED] Sent: 19 October 2004 07:26 To: Tomcat Users List Subject: tomcat manager I have compile my project with ant tool but when I see in tomcat manager, and I

RE: Set up index.htm

2004-10-19 Thread Dale, Matt
welcome-file-list welcome-fileindex.html/welcome-file welcome-fileindex.htm/welcome-file welcome-fileindex.jsp/welcome-file welcome-filelogin.jsp/welcome-file /welcome-file-list I have this in my main web.xml but you could put it in a webapp specific one too. You

RE: Session problems with cluster

2004-10-18 Thread Dale, Matt
Surely when you restart the context all the sessions will get serialised then reloaded so I would expect this behaviour. You would have to set the cluster to dump sessions on a reload. -Original Message- From: Matthew Stone [mailto:[EMAIL PROTECTED] Sent: 18 October 2004 20:09 To:

RE: mod_jk2 Ready/Recommended For Production?

2004-10-14 Thread Dale, Matt
It is still in development so not dead by any means. It's only a couple of months since 2.04. I'm using it without problems and shall keep doing so until a better alternative becomes available. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 14 October 2004

RE: where is Catalina.out

2004-10-14 Thread Dale, Matt
Are you running tomcat as a service? -Original Message- From: Fred Yu [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 03:00 To: [EMAIL PROTECTED] Subject: where is Catalina.out Does anyone know why I can not find Catalina.out file under logs directory? I followed steps to install

RE: where is Catalina.out

2004-10-14 Thread Dale, Matt
I've got no ideas then, i've never had this problem. -Original Message- From: Fred Yu [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 10:03 To: Tomcat Users List Subject: RE: where is Catalina.out No, I run tomcat by executing startup.bat. -Original Message- From: Dale, Matt

RE: mod_jk2 Ready/Recommended For Production?

2004-10-14 Thread Dale, Matt
Run it as a daemon then you can run it as a non root user with permissions on port 80 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 15:20 To: Tomcat Users List Subject: RE: mod_jk2 Ready/Recommended For Production? Yes for static, but what

RE: Tomcat 5 pause (free gmail account for fix :-)

2004-10-14 Thread Dale, Matt
I reckon this still might be a garbage collection problem. I would download jvmstat from sun and use visualgc to monitor this. It gives a good graphical representation of when the box is garbage collecting and how much stuff is in each of the generations. We had a similar situation and this

RE: Tomcat 5 pause (free gmail account for fix :-)

2004-10-14 Thread Dale, Matt
Dale -- good advice. Yoav Shapira http://www.yoavshapira.com -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 4:04 PM To: Tomcat Users List; Sam Gallant Subject: RE: Tomcat 5 pause (free gmail account for fix :-) I reckon

RE: Tomcat 4.1 random crashes

2004-10-11 Thread Dale, Matt
The tomcat logs are in the logs directory under your tomcat home. I can't provide any assisstance without the details from them. At a guess you're suffering an out of memory exception from an application memory leak but I can't be certain. -Original Message- From: Richard [mailto:[EMAIL

RE: Tomcat 4.1 random crashes

2004-10-11 Thread Dale, Matt
On Monday, October 11, 2004, at 10:35 AM, Dale, Matt wrote: The tomcat logs are in the logs directory under your tomcat home. I can't provide any assisstance without the details from them. At a guess you're suffering an out of memory exception from an application memory leak but I can't

RE: euro sign tomcat 4 - 5

2004-10-11 Thread Dale, Matt
Sounds like your character set is set to 8859-1 instead of 8859-2. I'm not sure how or where to change this though. -Original Message- From: Xavier Frisaye [mailto:[EMAIL PROTECTED] Sent: 11 October 2004 13:50 To: Tomcat Users List Subject: euro sign tomcat 4 - 5 Hi all, I've ugraded

RE: Forum instead of mailist!!

2004-10-11 Thread Dale, Matt
This isn't the same as an out of office which can easily be set up to only respond to each address once. You shouldnt be signing up to a list like this using an address with any kind of auto-responder. I prefer this way of working to a forum as do most on here. -Original Message- From:

RE: Multiple instance for each users

2004-10-07 Thread Dale, Matt
Yes this is possible, you just need to run tomcat on different ports from the standard. You'll need to move the http port (8080), the connector port (8009) and the shutdown port (8005). I think that might be it unless you use SSL. Our convention is to add 100 for each other tomcat, ie

RE: Turn off session persistence

2004-10-06 Thread Dale, Matt
Read this page http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/manager.html I think your best bet would be to switch from the default manager to the persistent manager and set the saveOnRestart parameter to be false. Ta Matt -Original Message- From: Joe [mailto:[EMAIL

RE: Turn off session persistence

2004-10-06 Thread Dale, Matt
This isn't a bad solution and will achieve the desired affect. As far as I know you can't control this from web.xml but you can from META-INF/context.xml. Place a manager element in there. Ta Matt -Original Message- From: François Richard [mailto:[EMAIL PROTECTED] Sent: 06 October 2004

RE: Turn off session persistence

2004-10-06 Thread Dale, Matt
Actually you can also set the pathname= with the standard manager, will do the same. Ta Matt -Original Message- From: Dale, Matt Sent: 06 October 2004 10:29 To: Tomcat Users List Subject: RE: Turn off session persistence Read this page http://jakarta.apache.org/tomcat/tomcat-5.0-doc

RE: Measuring current connections, other metrics

2004-10-06 Thread Dale, Matt
I find the manager app useful in this respect. As long as your application invalidates sessions correctly the number of sessions here will be more or less the number of users, allowing for users just closing their window etc and therefore not giving the application a chance to invalidate its

RE: response.sendRedirect()

2004-10-06 Thread Dale, Matt
You haven't answered the main question, which is, exactly what doesn't work? Is there an error? Is the redirect ignored? Anything else? If it is in a JSP, have you enclosed the redirect in % %? I also assume you have spelt it correctly in the code as there is a spelling mistake in your

RE: Cluster Pure Tomcat with Hardware Load Balancer

2004-10-05 Thread Dale, Matt
He said he had a hardware load balancer so the tomcat one is irrelevant. The main doc on the jakarta site is http://jakarta.apache.org/tomcat/tomcat-5.0-doc/cluster-howto.html, which explains what the clustering does but not much details about getting it working. To get the basic cluster

RE: Tomcat 5.0.27 Clustering and session replication

2004-10-05 Thread Dale, Matt
This sounds like a networking issue. Is multicasting allowed on your network? -Original Message- From: Vijaya [mailto:[EMAIL PROTECTED] Sent: 05 October 2004 13:24 To: [EMAIL PROTECTED] Subject: Tomcat 5.0.27 Clustering and session replication Dear All, I'm facing 2 different problems

RE: Cluster Pure Tomcat with Hardware Load Balancer

2004-10-05 Thread Dale, Matt
I've set up both windows and unix/linux clusters. Using multicast, it only send out the ping every few minutes so I can't imagine either a CPU or a network problem with this. The session replication is entirely down to how often the sessions are updated and how big they are. For me, getting

RE: Tomcat Compiling Error - Form Based Authentication

2004-10-04 Thread Dale, Matt
- From: Dale, Matt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday, October 03, 2004 7:07 PM Subject: RE: Tomcat Compiling Error - Form Based Authentication I've run out of ideas but could this be a permissions problem? Either on the tools.jar or on the work directory

RE: Tomcat Compiling Error

2004-10-03 Thread Dale, Matt
This will happen if you are using only a JRE and not a JDK. I've also occasionaly seen it when using a JDK and also with tools.jar on the classpath which is a strange one. As it says if you copy tools.jar from the JDK to the common/lib directory of your tomcat install it will definitely solve

RE: Tomcat Compiling Error

2004-10-03 Thread Dale, Matt
I have tried what u say but the problem is here again... I'm also sure to have th JDK in my classpath and that other webapps application are using that. other suggestions? - Original Message - From: Dale, Matt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Sunday

RE: Tomcat Compiling Error - Form Based Authentication

2004-10-03 Thread Dale, Matt
I've run out of ideas but could this be a permissions problem? Either on the tools.jar or on the work directory for the webapp? Which version of tomcat are you running? -Original Message- From: Omar Adobati [mailto:[EMAIL PROTECTED] Sent: 03 October 2004 16:35 To: Tomcat Users List

RE: Problem: Tomcat 5.0.28 + Oracle 10g.

2004-10-03 Thread Dale, Matt
I think you need to rename the classes12.zip to classes12.jar. I'm surprised that there are no error messasges. Are you trying to start the server on the command line? It should report here if it has failed. On a related subject, although classes12 may work there are newer libraries in

RE: Clustered webapp that updates LDAP???

2004-10-01 Thread Dale, Matt
Is it an option to run a small java app on the LDAP server that does the updates? This way the tomcats could send update requests to the small server app and it could queue the requests until it is able to do them. Ta Matt -Original Message-From: Donie Kelly [mailto:[EMAIL

RE: Session handling on machine behind a hardware load balancer

2004-10-01 Thread Dale, Matt
You would have to use 3rd party clustering in tomcat 4, the tomcat clustering was not implemented until version 5. -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED] Sent: 01 October 2004 15:51 To: 'Tomcat Users List' Subject: RE: Session handling on machine behind a

RE: JK2 2.0.4

2004-10-01 Thread Dale, Matt
This is working because of your workers2.properties not the httpd.conf as your port definitions will never match in there. You should be able to remove those virtual hosts and it will still work. Can you post your jk2.properties from the 8209 tomcat? -Original Message- From: Paul D.

RE: JK2 2.0.4

2004-10-01 Thread Dale, Matt
Wouldn't he then have to get the ports right in httpd.conf? -Original Message- From: Cox, Charlie [mailto:[EMAIL PROTECTED] Sent: 01 October 2004 16:47 To: 'Tomcat Users List' Subject: RE: JK2 2.0.4 Remove the last 4 lines in workers2.properties. these URI mappings are duplicating the

RE: JK2 2.0.4

2004-10-01 Thread Dale, Matt
, Paul -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 11:36 AM To: Tomcat Users List Subject: RE: JK2 2.0.4 This is working because of your workers2.properties not the httpd.conf as your port definitions will never match in there. You

RE: JK2 2.0.4

2004-10-01 Thread Dale, Matt
directive within in the httpd.conf remedied the errors I was getting in the Apache log file. All is working now! Thanks everybody for your help. Have a great weekend. Paul -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 11:36 AM To: Tomcat

RE: JK2 2.0.4

2004-09-30 Thread Dale, Matt
Yes it works fine. You should post your workers2.properties so we can see what your mappings are. Ta Matt -Original Message- From: Paul D. Hester [mailto:[EMAIL PROTECTED] Sent: 30 September 2004 19:34 To: [EMAIL PROTECTED] Subject: JK2 2.0.4 Has anyone had success installing the JK2

RE: JK2 2.0.4

2004-09-30 Thread Dale, Matt
I've replied to your offlist email, basically you have mapped everything coming in to apache to both of the tomcats so it will always take the first matching route. You need to be more specific with your uri's and define the exact webapp names if the webapps are different across the 2 tomcats.

RE: Tomcat 4.1 Connection Pooling...

2004-09-28 Thread Dale, Matt
Perhaps your application is hanging on to the database connections and not returning them to the pool? -Original Message- From: Shilpa Nalgonda [mailto:[EMAIL PROTECTED] Sent: 28 September 2004 19:43 To: Tomcat Users List; Peter Lin Subject: RE: Tomcat 4.1 Connection Pooling... I have

RE: Tomcat 4.1 Connection Pooling...

2004-09-28 Thread Dale, Matt
... how can i check that and how to resolve it... -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 28, 2004 3:06 PM To: Tomcat Users List Subject: RE: Tomcat 4.1 Connection Pooling... Perhaps your application is hanging on to the database

RE: why is tomcat-users.xml rewritten ?

2004-09-20 Thread Dale, Matt
1. I think that Yoav explained that in unix this function actually will change the file permissions as part of its test. 2. This may be a good idea but it also means that the test will occur more than once, perhaps frequently for a heavy user of the admin app, lending to an overhead, however

RE: performance problem

2004-09-20 Thread Dale, Matt
and could there be some network congestion in your live environment? Ta Matt -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 20 September 2004 15:05 To: Tomcat Users List Subject: RE: performance problem Hi, Clues no, but a question to ask yourself: do you

RE: Connections backup for modjk, all w's

2004-09-20 Thread Dale, Matt
What versions of the 3 components are you using? -Original Message- From: Michael Medwith [mailto:[EMAIL PROTECTED] Sent: 20 September 2004 15:11 To: [EMAIL PROTECTED] Subject: Connections backup for modjk, all w's I am really lost on this one, my application at work (running with

RE: Connections backup for modjk, all w's

2004-09-20 Thread Dale, Matt
2004 15:42 To: Tomcat Users List Subject: Re: Connections backup for modjk, all w's apache 2.050 tomcat 4.1.27 mod jk, 1.41_05, sometimes _06 -Mike On Mon, 20 Sep 2004 15:21:04 +0100, Dale, Matt [EMAIL PROTECTED] wrote: What versions of the 3 components are you using? -Original

RE: Connections backup for modjk, all w's

2004-09-20 Thread Dale, Matt
suggestions would be much appreciated, is there anything I can research or look for in code or logs or status pages? -Mike On Mon, 20 Sep 2004 15:44:36 +0100, Dale, Matt [EMAIL PROTECTED] wrote: Out of interest is there any reason why you aren't using JK2? Have you tried it? This was designed

RE: Connections backup for modjk, all w's

2004-09-20 Thread Dale, Matt
? -Mike On Mon, 20 Sep 2004 16:01:32 +0100, Dale, Matt [EMAIL PROTECTED] wrote: Then personally the things i'd look at would be a thread dump of tomcat to find out if some of the requests are hung, look for bad loops or bits of code that might wait and therefore not freeing up the response

RE: Single Point of Failure Solutions for clustering Tomcat 5?

2004-09-20 Thread Dale, Matt
DNS round robin over 2 or more load balancers over the cluster would be 1 way although there are many others. There are numerous open source load balancers, I use and like Pen. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 20 September 2004 18:00 To: [EMAIL

RE: Linking Sessions

2004-09-19 Thread Dale, Matt
I'm just thinking out loud here really as I don't know if this is possible. Obviously the problem you are having is that the session ID is stored in a cookie which is relevant to a particular domain, change the domain and you change the cookie so a different session. My thought would be can you

RE: Tomcat development rate.

2004-09-17 Thread Dale, Matt
Hi, Is there any particular incompatibility that concerns you? I have been using the same apps basically from an early version of 4 with no changes required to upgrade other than small changes to web.xml etc to fall in line with the newer servlet specs which tomcat has to follow and is not in

RE: Basic connection problem

2004-09-16 Thread Dale, Matt
You posted this question already and it has been replied to, you should follow the advice in the original reply -Original Message- From: Lee Hoffner [mailto:[EMAIL PROTECTED] Sent: 16 September 2004 23:21 To: [EMAIL PROTECTED] Subject: Basic connection problem Hi, I've installed

RE: [OFF-TOPIC]Yoav -- RE: Some pretty basic Tomcat ConnectionPooling Questions????

2004-09-13 Thread Dale, Matt
In a connection pooling implementation the close method of connection is overriddent to return it to the connection pool. So it would be conn.close(); -Original Message- From: Caroline Jen [mailto:[EMAIL PROTECTED] Sent: 13 September 2004 21:38 To: Tomcat Users List; [EMAIL

RE: Cannot see external css file

2004-09-12 Thread Dale, Matt
Can you post your workers2.properties as it looks like you haven't mapped the style sheets. -Original Message- From: Yan Kanai [mailto:[EMAIL PROTECTED] Sent: 12 September 2004 11:46 To: [EMAIL PROTECTED] Subject: Cannot see external css file I'm Kanai in Japan. I am trying to

RE: JAVA_OPTS in catalina.bat (Tomcat 5.0.27)

2004-08-26 Thread Dale, Matt
There must be an error message somewhere. Either in catalina.out or on the console. Put a pause in at the end of catalina.bat so it stays on screen when you try to start tomcat. -Original Message- From: Chris Ward [mailto:[EMAIL PROTECTED] Sent: 26 August 2004 11:17 To: [EMAIL

RE: JAVA_OPTS in catalina.bat (Tomcat 5.0.27)

2004-08-26 Thread Dale, Matt
to avoid potential problems when it gets expanded. Oh well. Thanks again, Chris -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Thursday, August 26, 2004 11:22 AM To: Tomcat Users List Subject: RE: JAVA_OPTS in catalina.bat (Tomcat 5.0.27) There must

RE: access logs

2004-08-26 Thread Dale, Matt
There aren't any by default, you have to create an access log valve in your server.xml. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/valve.html -Original Message- From: Didier McGillis [mailto:[EMAIL PROTECTED] Sent: 26 August 2004 13:42 To: [EMAIL PROTECTED] Subject: access

RE: Tomcat JVM GC

2004-08-25 Thread Dale, Matt
You can't disable garbage collection or java won't run. Please rephrase your question. -Original Message- From: Shakeel Ahmad [mailto:[EMAIL PROTECTED] Sent: 25 August 2004 12:08 To: Tomcat Users List Subject: Tomcat JVM GC Hi, can I disable GC thread in Tomcat.

RE: Tomcat JVM GC

2004-08-25 Thread Dale, Matt
, ignores gc thread. We have 1.3G Ram on our server and our heap never goes beyond 400-450M, now the gc thread is a hurdle in our system , we want that it made the gc thread ignored, keep in mind we are running at 1024-1024M on JVM heap. -Original Message- From: Dale, Matt [mailto:[EMAIL

RE: Tomcat JVM GC

2004-08-25 Thread Dale, Matt
You should still look at the articles that I posted my reply. If you really want to use your own garbage collection then you will have to first fix the size of the certain areas within the heap. There is no way to turn off the jvm's own garbage collection, when it cannot allocate space for an

RE: tomcat catalina.out size limit config

2004-08-25 Thread Dale, Matt
Nope but you should look at what is going into it and try to redirect it to a more controllable place -Original Message- From: Eyup TEKIN [mailto:[EMAIL PROTECTED] Sent: 25 August 2004 14:46 To: [EMAIL PROTECTED] Subject: tomcat catalina.out size limit config hi is there any option

RE: JVM heap memory

2004-08-24 Thread Dale, Matt
You should only have to make the change in catalina.sh on linux. If the variable is set and exported you shouldnt have any problems. Also check that it is not reset further in the script than you have set it. On windows you will have to edit catalina.bat if you start from the command line. Or

RE: JVM heap memory

2004-08-24 Thread Dale, Matt
Subject: RE: JVM heap memory We are not using tomcat as a service. We tried both set JAVA_OPTS for windows and export JAVA_OPTS for linux. But in linux it won't allow me to set properly. And on both OS it is not working. -Jignesh On Tue, 2004-08-24 at 04:07, Dale, Matt wrote: You should only

RE: JVM heap memory

2004-08-24 Thread Dale, Matt
-Xmx512m' -Jignesh On Tue, 2004-08-24 at 08:43, Dale, Matt wrote: Can you copy and paste the part of catalina.sh that set the variable because there is no reason why it wouldnt work. What do you mean by it won't allow me to set properly? -Original Message- From: Jignesh Patel

RE: docBase attribute in context element doesn't recognize c$

2004-08-22 Thread Dale, Matt
double click startup.bat in the bin directory -Original Message- From: Sun House [mailto:[EMAIL PROTECTED] Sent: 22 August 2004 15:29 To: Tomcat Users List Subject: Re: docBase attribute in context element doesn't recognize c$ Hi , i do start it with the startup script thanks Sun

RE: Tomcat As A Service Printing Problem

2004-08-19 Thread Dale, Matt
Perhaps its to do with the user that tomcat runs as Ta Matt -Original Message- From: Shakeel [mailto:[EMAIL PROTECTED] Sent: 19 August 2004 10:16 To: Tomcat Users List Subject: Tomcat As A Service Printing Problem My webapp on Tomcat was printing successfully when I used to run it

RE: Tomcat Clusterin Multicast Multiinstances

2004-08-18 Thread Dale, Matt
) at org.apache.catalina.cluster.tcp.ReplicationListener.run(ReplicationListener. java:85) at java.lang.Thread.run(Unknown Source) - -- Björn Andersen www.premiere.de -Ursprüngliche Nachricht- Von: Dale, Matt [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 17. August 2004 18

RE: Tomcat Clusterin Multicast Multiinstances

2004-08-18 Thread Dale, Matt
the benifit , I mean I have pc anywhere or similar tools, or even I dont need the smart load/unload as a service. I want to know the comparison based on Memory usage, performance at runtime etc. S H A K E E L A H M A D -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent

RE: Tomcat clustering

2004-08-17 Thread Dale, Matt
I think you may have 2 problems here, firstly the port has to be the same accross all the tomcats and secondly (I could be wrong about this one) but I think by specifying the loopback address as the listen address means that it wont listen on the external interface, therefore the multicast

RE: Tomcat clustering

2004-08-17 Thread Dale, Matt
was wrong. Regards, Srinivas -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 4:17 PM To: Tomcat Users List Subject: RE: Tomcat clustering I think you may have 2 problems here, firstly the port has to be the same accross all the tomcats

RE: Tomcat clustering

2004-08-17 Thread Dale, Matt
=.*\.gif;.*\.js;.*\.jpg;.*\.htm;.*\.html;.*\.txt;/ /Cluster Thanks for the interest. Regards, Srinivas -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 4:56 PM To: Tomcat Users List Subject: RE: Tomcat clustering I didnt mean mcastAddr, I

RE: Tomcat Clusterin Multicast Multiinstances

2004-08-17 Thread Dale, Matt
Memory limit should be 2 Gig for JVM's running in a 32 bit operating system. More for the 64 bit JVM's. I think you would have to have virtual IP addresses on that machine and run tomcats on specific IP addresses for you to use the multicasting. -Original Message- From: [EMAIL

RE: Server JVM with service startup

2004-08-17 Thread Dale, Matt
Nope, you have to put all the settings in the registry, there is a tool that you can get that does this for you but I'm not sure on where to get it. -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: 17 August 2004 17:37 To: Tomcat Users List Subject: Re: Server JVM with service

RE: Server JVM with service startup

2004-08-17 Thread Dale, Matt
Software Architect Omnytex Technologies www.omnytex.com From: Dale, Matt [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Subject: RE: Server JVM with service startup Date: Tue, 17 Aug 2004 17:41:04 +0100 Nope, you have to put all

RE: Server JVM with service startup

2004-08-17 Thread Dale, Matt
: Server JVM with service startup Thank you Matt! Unfortunately, that web site's downloads doesn't seem to be working, they all just bring me to a blank page. Argh. Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies www.omnytex.com From: Dale, Matt [EMAIL PROTECTED

RE: OutOfMemory Exceptions AGAIN

2004-08-17 Thread Dale, Matt
This sounds like your sessions arent getting invalidated. If you look at the tomcat manager app it will tell you how many there are and you are likely to see this number increasing. The reason that it starts bloated is because when you shutdown the sessions get serialised and then reloaded once

RE: OutOfMemory Exceptions AGAIN

2004-08-17 Thread Dale, Matt
sessions completely from server.xml? Nandish Rudra ECI Conference Call Services, LLC -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 2:07 PM To: Tomcat Users List Subject: RE: OutOfMemory Exceptions AGAIN This sounds like your sessions arent

RE: Help with JVMStat or JProbe

2004-08-16 Thread Dale, Matt
This is probably because the user that owns the service is not the same user that you are logged in as when you start the perfagent. You need to change the user that runs the service to be the same as you log in as and all will work then. -Original Message- From: B Poisson

RE: Tomcat clustering without Apache

2004-08-16 Thread Dale, Matt
You can also use any kind of hardware or software load balancer or DNS round robin. Ta Matt -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: 16 August 2004 14:12 To: Tomcat Users List Subject: RE: Tomcat clustering without Apache Hi, The Balancer webapp is meant

<    1   2   3   4   >