Sure, just set the content-type and stream some bytes. As far as I know
this applies to all versions of tomcat too.
Jilles
Maceno, Shawn wrote:
Hello all,
I'm running Tomcat 5.0.27 on Linux, and need to know if this version of
Tomcat supports byte serving and how to determine if it's workin
alebu wrote:
Hi!
How to run Perl script from tomcat ( no apache ) on windows?
It is required for AW Stats, which uses perl for generating response.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EM
Could you check if relative to your jdk directory there is a
lib\tools.jar? This is where the class files for the javac compiler are
located and this file is not found by tomcat at the expected location.
Anyway, I recommend reinstalling the java development kit and using the
default settings.
Jilles van Gurp wrote:
I'm not sure this is the right place for this question but I assume more
tomcat users use the sysdeo plugin to launch tomcat.
The issue is that my WEB-INF/classes directory of my web application is
not on the classpath if I launch tomcat using the sysdeo plugin.
I'm not sure this is the right place for this question but I assume more
tomcat users use the sysdeo plugin to launch tomcat.
The issue is that my WEB-INF/classes directory of my web application is
not on the classpath if I launch tomcat using the sysdeo plugin. This
used to work fine but for
The fix is to replace the mx4j jar file in the release (bin/jmx.jar)
with the fixed version (latest 2.1.x) which has been available for a
long time now from the mx4j project site.
You might also search this mailinglist. This must be one of the more
frequently raised topics. I know I found the
NoKideen wrote:
On Tuesday 27 September 2005 15:36, Seak, Teng-Fong wrote:
My webapp needs some application string variables for
configuration. For the moment, I hard-code them as class static
properties and compiled. But I'd like to know if there's any method to
define such variables in a
a way to optimize this problem away (even partially) by e.g.
telling tomcat explicitly what tlds to process?
Regards,
Jilles van Gurp
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
swallowoutput=true in your context should help
Jilles
James Cowan wrote:
Hi
How do I suppress the stack trace from exception handling globally (i.e. not
using an errorPage directive)?
I have tried setting the Verbosity of the Logger elements in the server.xml
(for Tomcat 5.0.28) to 0 but this
Leon Rosenberg wrote:
starting tomcat:
22.09.2005 12:41:27 org.apache.coyote.tomcat5.MapperListener init
WARNUNG: Error registering contexts
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextEntry(HashMap.java:782)
at java.util.HashMap$EntryIterator.
Richard Burman wrote:
Hi all,
Just a quick question for you; how can I launch the Tomcat installer
without the installation screens popping up? Can I specify the
installation directory and settings from the command line? I tried
feeding the installer some parameters but it seems to completely ig
Assaf wrote:
Hi Tom,
Thanks again for the answer. BUT my problem is not the
hosts file. That works fine. My issue is as follows:
I have multiple hosts (as in TOMCAT HOSTS) running on
the server. Each is mapped to a different context/
application. I need to be able to map ALL subdomains
to the s
Alpay Ozturk wrote:
Hi,
I am using Tomcat 4.1.29 in a production environment and I want tomcat
not to add default charset in Content-Type response header.
Is it possible?
Thanks in advance.
Alpay
-
To unsubscribe, e-mail
Why aren't you using setContentType("text/html, "utf-8") on the response?
What content-type is the server actually returning (use the live http
headers extension for firefox or something similar to find out).
What database and jdbc driver are you using? What method are you using
to store the
You can use multiple hosttags in the server.xml, each with their own
context. As described here
http://jakarta.apache.org/tomcat/tomcat-5.5-doc/config/host.html
"One or more Host elements are nested inside an Engine element. Inside
the Host element, you can nest Context elements for the web app
If you define the contexts in the server.xml, they are started in the
order that you define them, I think.
Regards,
Jilles
Peter Menzel wrote:
Hi there,
I have a question concerning Tomcats webapp loading:
What is the order in which tomcats loads its webapps ?
I have two webapps configured b
Hi I suspect I am running into this bug in tomcat 5.5.9 which has been
solved in tomcat 5.5.11 and I was wondering if there is a workaround:
http://issues.apache.org/bugzilla/show_bug.cgi?id=22617
Let me first explain my situation. I have a webapplication which we use
in production on multiple
17 matches
Mail list logo