Re: one path working, one not

2010-04-28 Thread Pid
On 27/04/2010 23:50, Angela Day wrote: I have one path working, and the other not working Http Status 404 - /csea/Login.m type Status report message /csea/Login.m description The requested resource (/csea/Login.m) is not available. They are

Re: slow upload

2010-04-28 Thread Pid
On 27/04/2010 17:40, Caldarale, Charles R wrote: From: Pid [mailto:p...@pidster.com] Subject: Re: slow upload Is the computer doing anything else at the time you experience slow uploads? Does it have any other functions that might cause lots of disk access? And tell us exactly how you're

conflict in var name with jsf includes?!

2010-04-28 Thread Yucca Nel
Is it poillegal to use same bundle var in an included jsf fragment because it seems to result in unrendred text when doing so?

Re: Problem with starting tomcat5

2010-04-28 Thread Petr Hracek
Hello *, thanks for all your responses and good advises. Now tomcat 5.5.28 and apache 1.3 is running. Also mod_jk (AJP13) is running as well. In the mod_jk.log file I have found that servlet is successfully found and mapped over JkMount. Communication seems to be OK. But what I have found that

logging.properties

2010-04-28 Thread André Warnier
Hi. I am no great expert on Tomcat logging, but doesn't the end of the file conf/logging.properties look strange ? # For example, set the com.xyz.foo logger to only log SEVERE # messages: #org.apache.catalina.startup.ContextConfig.level = FINE #org.apache.catalina.startup.HostConfig.level =

Re: Problem with starting tomcat5

2010-04-28 Thread André Warnier
Petr Hracek wrote: Hello *, thanks for all your responses and good advises. Now tomcat 5.5.28 and apache 1.3 is running. Also mod_jk (AJP13) is running as well. In the mod_jk.log file I have found that servlet is successfully found and mapped over JkMount. Communication seems to be OK. But what

Re: slow upload

2010-04-28 Thread Raquel Pau
The file is uploaded with an acceptable time completely random times, but in general occurs at the third time. The slow part is the read produced by the CoyoteStreamReader class. In fact, today we have tried to upload 130Mb and the time starts to increase when the process has read 104-105 Mb.

How to force session replication per request in a Tomcat 6 cluster

2010-04-28 Thread Kevin Jansz
In a Tomcat 6 cluster can you force session replication on every request? In Tomcat 5.0.x you had the ability to set useDirtyFlag=false on the manager (org.apache.catalina.cluster.session.SimpleTcpReplicationManager) - meaning a mutable object in the session would always be re-replicated. Looking

RE: slow upload

2010-04-28 Thread Caldarale, Charles R
From: Raquel Pau [mailto:r...@ac.upc.edu] Subject: Re: slow upload The file is uploaded with an acceptable time completely random times, but in general occurs at the third time. Please answer *all* the questions: Is the computer doing anything else at the time you experience slow

RE: logging.properties

2010-04-28 Thread Caldarale, Charles R
From: André Warnier [mailto:a...@ice-sa.com] Subject: logging.properties # For example, set the com.xyz.foo logger to only log SEVERE # messages: #org.apache.catalina.startup.ContextConfig.level = FINE #org.apache.catalina.startup.HostConfig.level = FINE

RE: deleted page not immediately invalidated

2010-04-28 Thread M.H.G. Emmerig
Wireshark didn't show anything that was helpful but installing tomcat 6.0.26 did do the trick. nmow we have to plan to upgrade our tomcat farm. do you know if i have to upgrade the mod_jk as well? regards Milko Emmerig

Re: slow upload

2010-04-28 Thread Pid
On 28/04/2010 13:47, Caldarale, Charles R wrote: From: Raquel Pau [mailto:r...@ac.upc.edu] Subject: Re: slow upload The file is uploaded with an acceptable time completely random times, but in general occurs at the third time. Please answer *all* the questions: Is the computer doing

Re: How to force session replication per request in a Tomcat 6 cluster

2010-04-28 Thread Jon Brisbin
I don't know if this really answers your question or not, but I have written a custom Valve that calls my own replicateSession method. You could do something similar in maybe 10 minutes to call the requisite methods on the session Manager/Store. Jon Brisbin Portal Webmaster NPC International,

Re: slow upload

2010-04-28 Thread Raquel Pau
The questions are answered below: Caldarale, Charles R escribió: From: Raquel Pau [mailto:r...@ac.upc.edu] Subject: Re: slow upload The file is uploaded with an acceptable time completely random times, but in general occurs at the third time. Please answer *all* the questions: Is

RE: slow upload

2010-04-28 Thread Caldarale, Charles R
From: Raquel Pau [mailto:r...@ac.upc.edu] Subject: Re: slow upload How we can know how meny times the GC is occurring? Turn on GC tracking with JVM startup options: -verbose:gc -Xloggc:path_to_log_file Check for page thrashing using the Win7 performance monitoring tools. - Chuck

Re: slow upload

2010-04-28 Thread Pid
On 28/04/2010 14:04, Raquel Pau wrote: The questions are answered below: Caldarale, Charles R escribió: From: Raquel Pau [mailto:r...@ac.upc.edu] Subject: Re: slow upload The file is uploaded with an acceptable time completely random times, but in general occurs at the third time.

Where do compiled JSP - java files go?

2010-04-28 Thread laredotornado
Hi, I'm using Tomcat 6.0.26 on Mac 10.6.3. I'm troubleshooting a NullPointerException occurring in one of my JSPs and all I'm told from the stack trace is what line of the compiled Java file it occurred in. However, I can't find this file anywhere on my file system. Where do they usually get

Re: slow upload

2010-04-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Raquel, On 4/28/2010 9:04 AM, Raquel Pau wrote: However, the disk access should not affect to an stream from an HTTP connection because the sended content is not stored in any file.. If you don't store the data into a file, are you reading it

Re: Where do compiled JSP - java files go?

2010-04-28 Thread Pid
On 28/04/2010 14:41, laredotornado wrote: Hi, I'm using Tomcat 6.0.26 on Mac 10.6.3. I'm troubleshooting a NullPointerException occurring in one of my JSPs and all I'm told from the stack trace is what line of the compiled Java file it occurred in. However, I can't find this file

Re: Where do compiled JSP - java files go?

2010-04-28 Thread Thad Humphries
On my Mac (10.5.8), I'd find it in /Library/Tomcat/work/Catalina/localhost/[my-web-app]/org/apache/jsp On Wed, Apr 28, 2010 at 9:41 AM, laredotornado laredotorn...@gmail.comwrote: Hi, I'm using Tomcat 6.0.26 on Mac 10.6.3. I'm troubleshooting a NullPointerException occurring in one of my

Re: How to force session replication per request in a Tomcat 6 cluster

2010-04-28 Thread Kevin Jansz
That is useful to know ... is the Valve in a state that it can be shared? Did you base any of the interaction with the manager/store on the SimpleTcpReplicationManager? I guess the dilemma for us is the org.apache.catalina.ha.session.SimpleTcpReplicationManager seems to have the functionality we

Re: deleted page not immediately invalidated

2010-04-28 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Milko, On 4/28/2010 8:53 AM, M.H.G. Emmerig wrote: but installing tomcat 6.0.26 did do the trick. nmow we have to plan to upgrade our tomcat farm. do you know if i have to upgrade the mod_jk as well? No, all (somewhat recent) mod_jk versions

Re: How to force session replication per request in a Tomcat 6 cluster

2010-04-28 Thread Jon Brisbin
On Apr 28, 2010, at 9:57 AM, Kevin Jansz wrote: That is useful to know ... is the Valve in a state that it can be shared? Did you base any of the interaction with the manager/store on the SimpleTcpReplicationManager? I actually use my own, from-scratch session replication manager. It's

Debugging PermGen problems

2010-04-28 Thread Ognjen Blagojevic
Hi, My co-worker and I decided to try to debug PermGen problems after detailed reading of mailing list archives and Tomcat wiki. We followed the procedure described at the wiki [1], and got one inactive WebappClassLoader (started = false), with 18 GC root paths. They are attached to the

RE: Debugging PermGen problems

2010-04-28 Thread Caldarale, Charles R
From: Ognjen Blagojevic [mailto:ogn...@etf.bg.ac.rs] Subject: Debugging PermGen problems Environment: Tomcat 6.0.14, Windows XP SP2. Before doing *anything* else, move up to the current level (6.0.26). Besides having numerous stability and security fixes beyond your nearly three-year old

RE: Debugging PermGen problems

2010-04-28 Thread Martin Gainty
Hi, My co-worker and I decided to try to debug PermGen problems after detailed reading of mailing list archives and Tomcat wiki. We followed the procedure described at the wiki [1], and got one inactive WebappClassLoader (started = false), with 18 GC root paths. They are attached

RE: Debugging PermGen problems

2010-04-28 Thread Caldarale, Charles R
From: Martin Gainty [mailto:mgai...@hotmail.com] Subject: RE: Debugging PermGen problems if the database is only being referenced by that webapp then put the postgresql-*.jars into WEB-INF/lib You can't do that if Tomcat is managing the DB connection pool - the driver jar must be placed in

JWSDP 1.5, Tomcat 6.0.26 and JRE 6 compatible?

2010-04-28 Thread Praveen Pat
Hello Gurus: Is it possible to run JWSDP 1.5 in Tomcat 6.0.26 container using JRE 6? We are facing issues especially when sending text files as an attachment(multipart message), but it works fine with XML files. Following is the exception we get in Catalina.out file: 27-Apr-2010 00:16:12

Re: deleted page not immediately invalidated

2010-04-28 Thread Mark Thomas
On 28/04/2010 07:53, M.H.G. Emmerig wrote: Wireshark didn't show anything that was helpful but installing tomcat 6.0.26 did do the trick. For the archives, this was fixed in 6.0.21. The relevant entry from the change log is: When development mode is enabled and a JSP is deleted, ensure next

Re: JWSDP 1.5, Tomcat 6.0.26 and JRE 6 compatible?

2010-04-28 Thread Jost Richstein
You have to update the saaj*.jar files with a newer version Original-Nachricht Betreff: JWSDP 1.5, Tomcat 6.0.26 and JRE 6 compatible? Von: Praveen Pat epoch.ti...@gmail.com An: users@tomcat.apache.org Datum: 28.04.2010 22:23 Hello Gurus: Is it possible to run JWSDP 1.5 in