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
**
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
"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
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]
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
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
> 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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
> 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
> 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
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
> 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
> 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
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
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
> 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?
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]
Thats new to me.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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
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
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
36 matches
Mail list logo