jakarta-tomcat-4.1.31, takes unusual load about 20-90% while sleeping.

2006-01-04 Thread Muhammad Islam
Hi, Environment: Redhat Linux 2.4 Tomcat does not clean up the sleeping clild process, moreover it consumes unusual load for the sleeping process. I really appreciate any help regarding this. Regards, shagor **

unable to load classes

2006-01-04 Thread Nehal Sangoi
Hi, I have 2 of my application specific jarfiles which need to be used by all other applications too in tomcat 5.5.9 on linux. Hence, i am placing both the jarfiles into common/lib of tomcat binary and linking them into shared/lib of application which use them. But, unfortunately, i get Null Poi

Re: hex dump

2006-01-04 Thread Bill Barker
"feghoul mohamed" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > hello everybody > > i am seeing the following in my catalina.out log file. > > 12 34 00 1d 00 1b 49 44 3d 52 50 36 31 39 31 32 | > .4ID=RP61912 > 26 63 6f 72 70 73 3d 73 61 69 73 69 65 2e 6a 73 | > &corps=saisie

hello

2006-01-04 Thread remm
The message cannot be represented in 7-bit ASCII encoding and has been sent as a binary attachment. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat connection prob.

2006-01-04 Thread Brian Shacklett
Just a thought... do you have any software firewalls on your machine? Norton Internet Security, Mcaffee Personal Firewall and others can cause a lot of headaches when it comes to networking. issac young wrote: Hi *Caldarale* Sorry for the lack of information in my post ... actually this is th

Tomcat 5.5.9 on Win2003 crashes as service but runs from startup.bat

2006-01-04 Thread Roger Alix-Gaudreau
Hi everyone, I've encountered a problem while installing Tomcat and deploying my company's JSF application, and I'm hoping someone can help point me toward a solution, as I've not had much luck digging through Google thus far. I'm using Tomcat 5.5.9 and Java 1.5.0_02. Until today, we've been s

RE: Cannot create JDBC driver of class '' for connect URL 'null' Exception Help

2006-01-04 Thread Caldarale, Charles R
> From: Gary Blomquist [mailto:[EMAIL PROTECTED] > Subject: RE: Cannot create JDBC driver of class '' for > connect URL 'null' Exception Help > > I took the following from the server.xml in 5.0.28 (that was working) > and pasted it in the 5.5.x server.xml and I get the "Cannot create JDBC > dri

RE: Cannot create JDBC driver of class '' for connect URL 'null' Exception Help

2006-01-04 Thread Gary Blomquist
I am also getting this error in 5.5.9 and 5.5.12. I have the mysql driver in $CATALINA_HOME/common/lib. My application was working in 5.0.28. I took the following from the server.xml in 5.0.28 (that was working) and pasted it in the 5.5.x server.xml and I get the "Cannot create JDBC driver" e

trimSpaces in 5.5.15

2006-01-04 Thread Dennis
I upgraded from 5.5.12 to 5.5.15 and notices that the trimSpaces setting in tomcat's web.xml is not functioning the same. We have a few jsp tags (written as tag files in the /WEB-INF/tags directory). Code (a javascript generated by jsp ): var someArray = [ 'a', 'b', '' ]; Old output: v

apr port + tomcat

2006-01-04 Thread Fenlason, Josh
Title: Message I'm running into a problem with Tomcat 5.5.12 and tomcat-native-1.1.0.  I get the exception below when I try to restart Tomcat after it has served dynamic content for Apache.  If I stop both Apache and Tomcat and wait a while and restart them, they startup fine.  This seems ve

Re: DeltaManager and useDirtyFlag

2006-01-04 Thread Peter Rossbach
It is only usefull for SimpleTcpReplicationManager. The DeltaManager can detect the change attribute and replicate only this part of the session. Peter Am 04.01.2006 um 20:18 schrieb Dennis: The clustering documentation says that the useDirtyFlag can be used to configure the number of sessi

custom configuration file overwriting

2006-01-04 Thread Reed, Mark \(MREED\)
We are placing some configuration files in our war file. Once the app is deployed and we want to update it, we don't want to overwrite certain config files that may have been customized, but we do want to maintain the default config files in the war for initial deployments. We have thought of a

DeltaManager and useDirtyFlag

2006-01-04 Thread Dennis
The clustering documentation says that the useDirtyFlag can be used to configure the number of session replications. If I remember correctly, this is only true for the SimpleTcpReplicationManager. I did a quick search through the DeltaManager code and verified that the useDirtyFlag is indeed not

Re: Where can I get JspC / Jasper2 argument overview?

2006-01-04 Thread Tim Funk
See all the set methods in http://tomcat.apache.org/tomcat-5.5-doc/jasper/docs/api/org/apache/jasper/JspC.html Typically I use the ant delete task after the compilation is done. I also exclude index.jsp so welcome file mappings work OK. -Tim Charl Gerber wrote: Al

Where can I get JspC / Jasper2 argument overview?

2006-01-04 Thread Charl Gerber
All the examples only show a set few, but where can I get a complete list of all the possible options and arguments I can set? I particularly want to remove source jsp files from a war if they have been compiled. - To unsubscrib

RE: Problem with Tomcat deployer

2006-01-04 Thread Charl Gerber
Seems my problem was due to a bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=38046 --- Charl Gerber <[EMAIL PROTECTED]> wrote: > > I'm curious: which one is the "correct" deployer > > tool? > > The binary distributed as the deployer for Tomcat > 5.5.12. They specificly say that you have

RE: Problem with Tomcat deployer

2006-01-04 Thread Charl Gerber
> I'm curious: which one is the "correct" deployer > tool? The binary distributed as the deployer for Tomcat 5.5.12. They specificly say that you have to update the deployer when you update Tomcat. Here's the exact error message: [jasper2] java.lang.IllegalStateException: No Java compiler availa

Re: Configuration Question

2006-01-04 Thread Hassan Schroeder
Scott Purcell wrote: > So when a user hits my site like so: http://www.xxx.com > it calls the site and all is good. But here is my problem. On some > search engines for whatever reason, the url shows this: > http://xxx.com leaving out the www. It still brings open the site, > but there is a proble

Re: Configuration Question

2006-01-04 Thread David Delbecq
Le Mercredi 4 Janvier 2006 15:10, Scott Purcell a écrit : > I am running Tomcat 5.5x on a Win2000 box. > > I purchased a DNS name, and I have that configurated in the server.xml. So when a user hits my site like so: http://www.xxx.com it calls the site and all is good. But here is my problem. On

RESOLVED: tomcat sends certain files with missing chunks

2006-01-04 Thread Hasan, Nadeem
FYI, disabling apr (tomcat-native-1.1.0) fixed this problem for me. -Original Message- From: Hasan, Nadeem [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 04, 2006 9:10 AM To: 'Tomcat Users List'; 'Martin Gainty' Cc: '[EMAIL PROTECTED]' Subject: RE: tomcat sends certain files with missi

RE: tomcat sends certain files with missing chunks

2006-01-04 Thread Hasan, Nadeem
Hi Martin, If you mean by trying to access them from same host, I have done that and got same results. Both dynamic and static pages show this behavior. Tomcat access log shows status code 200, with correct content length. So both in HTTP header and in the log it says it has sent all of the con

Configuration Question

2006-01-04 Thread Scott Purcell
I am running Tomcat 5.5x on a Win2000 box. I purchased a DNS name, and I have that configurated in the server.xml. So when a user hits my site like so: http://www.xxx.com it calls the site and all is good. But here is my problem. On some search engines for whatever reason, the url shows this: h

Re: correctly setting the java.library.path in tomcat under windows

2006-01-04 Thread Richard Toren
Caldarale, Charles R wrote: From: Richard Toren [mailto:[EMAIL PROTECTED] Subject: Specifying java.library.path using Tomcat 5.5 as a Windows Service The question is how to do this when using Tomcat installed with the Windows installer? Use the Java tab of bin\tomcat5w.exe to set pro

RE: Problem with Tomcat deployer

2006-01-04 Thread Caldarale, Charles R
> From: Charl Gerber [mailto:[EMAIL PROTECTED] > Subject: Problem with Tomcat deployer > > I'm using Tomcat 5.5.12 with the correct deployer tool. I'm curious: which one is the "correct" deployer tool? - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL

RE: hex dump

2006-01-04 Thread Caldarale, Charles R
> From: feghoul mohamed [mailto:[EMAIL PROTECTED] > Subject: RE: hex dump > > i 've searched any "print" in the sources of the > applications .. but no print.. Try looking for references to System.out or System.err as well. You may also need to examine any 3rd-party packages you're using in you

RE: hex dump

2006-01-04 Thread feghoul mohamed
thanks for your reply chuck possibly that comes from the application but i don't know where. we 'got several wabapp applications deployed in the same cntainer. But we 'got this in only two webapp applications. i 've searched any "print" in the sources of the applications .. but no print.. cheer

RE: hex dump

2006-01-04 Thread Caldarale, Charles R
> From: David Delbecq [mailto:[EMAIL PROTECTED] > Subject: Re: hex dump > > did you try with java.util.logging configuration? > See http://tomcat.apache.org/tomcat-5.5-doc/logging.html The OP is using 4.1.30, so that info doesn't apply. > Le Mercredi 4 Janvier 2006 13:56, feghoul mohamed a écri

RE: 5.0.28 and 64 bit and Libc

2006-01-04 Thread Caldarale, Charles R
> From: Shawn Snodgrass [mailto:[EMAIL PROTECTED] > Subject: 5.0.28 and 64 bit and Libc > > Having weird install problems need a quick sanity check, > version 5.0.28 will run on 64 bit architecture right? The Tomcat download from tomcat.apache.org is pure Java and is therefore platform and arch

Re: hex dump

2006-01-04 Thread David Delbecq
did you try with java.util.logging configuration? See http://tomcat.apache.org/tomcat-5.5-doc/logging.html Le Mercredi 4 Janvier 2006 13:56, feghoul mohamed a écrit : > hello everybody > > i am seeing the following in my catalina.out log file. > > 12 34 00 1d 00 1b 49 44 3d 52 50 36 31 39 31 32

hex dump

2006-01-04 Thread feghoul mohamed
hello everybody i am seeing the following in my catalina.out log file. 12 34 00 1d 00 1b 49 44 3d 52 50 36 31 39 31 32 | .4ID=RP61912 26 63 6f 72 70 73 3d 73 61 69 73 69 65 2e 6a 73 | &corps=saisie.js 70 My environment is Solaris, Apache2.0.50, Tomcat 4.1.30, mod

RE: 5.0.28 and 64 bit and Libc

2006-01-04 Thread Peter Crowther
> From: Shawn Snodgrass [mailto:[EMAIL PROTECTED] > Having weird install problems need a quick sanity check, > version 5.0.28 will > run on 64 bit architecture right? > > Tomcat Version = 5.0.28 > > Architecture = AMD64 > > OS = Linux ES 3.0 > > Libraries = All 64 bit What JVM are you using?

5.0.28 and 64 bit and Libc

2006-01-04 Thread Shawn Snodgrass
Having weird install problems need a quick sanity check, version 5.0.28 will run on 64 bit architecture right? Tomcat Version = 5.0.28 Architecture = AMD64 OS = Linux ES 3.0 Libraries = All 64 bit Thanks in advance guys -- Shawn Snodgrass [EMAIL PROTECTED]

It seems this list has merge with maven-announce?

2006-01-04 Thread Ron Piterman
Thats new to me. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: deploying war to ROOT

2006-01-04 Thread Bahadır Yağan
Bjørge Solli wrote: If using linux or unix, you could try making ROOT a symlink. Yes, symlink works. Either as ROOT/ or ROOT.war Bahadir - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: deploying war to ROOT

2006-01-04 Thread Bjørge Solli
On Tuesday 03 January 2006 20:24, Bahadir Yagan wrote: > I will deploy my application to Tomcat 5.5, which will be the only > application on that server. I want it to be deployet to root of the > application server. Tomcat displays "webapps/ROOT" by default. My > application works if I extract it t

Re: [OT] Top posting (was RE: question)

2006-01-04 Thread Bjørge Solli
On Tuesday 03 January 2006 22:31, George Sexton wrote: > Since most people use threaded mail readers that go from oldest to newest, > this isn't much of a problem for most people. > > You should look for a better mail reader. I'm sorry. What was not a problem? My mailreader uses threads. Ok, seri