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,

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 to

Re: deploying war to ROOT

2006-01-04 Thread Bahadır Yağan
Bjørge Solli wrote: untested 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,

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]

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]

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?

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,

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

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 écrit :

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.. cheers

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 your

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 and

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

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:

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

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

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 problem.

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 available

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 to update

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. delete fileset dir=${build.dir} include

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: 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

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 theexception below when I try to restart Tomcat after it has served dynamic content for Apache. If Istop both Apache and Tomcat and wait a while and restart them, they startup fine. This seems very

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', 'some jsp tag:do

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

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 driver

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

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

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]

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 **