Tomcat Developers List" <[EMAIL PROTECTED]>
Sent: Wednesday, September 22, 2004 6:19 PM
Subject: Re: Problem with Tomcat 4.0.6 and open udp ports
> Tomcat 4 doesn't use UDP for anything. Someone's code using tomcat is
doing that.
>
> -Tim
>
> Valentín Alonso Álvarez wr
Tomcat 4 doesn't use UDP for anything. Someone's code using tomcat is doing that.
-Tim
Valentín Alonso Álvarez wrote:
Hi,
We have a problem in production with Jakarta-Tomcat 4.0.6. As the time the
server is running increases, java process open more and more UDP ports (from
1005 to 5000), and we don
Hi,
We have a problem in production with Jakarta-Tomcat 4.0.6. As the time the
server is running increases, java process open more and more UDP ports (from
1005 to 5000), and we don't know why. These ports don't get closed , so the
number of open ports increases as time goes on. It's probable that
Hallo,
I have a strange problem:
Im using Tomcat 4.27 connected to an IIS 6.0 via AJ13 connector.
Everythings works fine, until I use a Norton Firewall.
If I switch on the privacy setting, which strips the referer from the
request, no request-parameter in POST-request reaches tomcat. ( No
pro
I typed in a simple servlet example from the book "Tomcat Kick Start" (Sams).
Basically I put the html and servlet class as follow:
$CATALINA/webapps/mybasic_servlet/CurrencyForm.html
$CATALINA/webapps/mybasic_servlet/WEB-INF/classes/CurrencyConverter.class
When I start Tomcat, and access: ht
The issus is explained in "Enabling invoker servlet" section at
http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24/RELEASE-
NOTES
In addition, the Servlet 2.3 spec also states that mapping requests to
servlets based on web applicatioin deployment descriptor (i.e. web.xml) is
requ
Dear Sir,
In our company, we are planning to use JSP 2.0,JSTL and EL in Tomcat 5 in our next
project. We cannot run JSTL in Tomcat 5. So please send all the steps which I have to
follow to run the application. If you send it, it is a favourable for me also.
Have a nice day with warm regards
Sh
Hi
I have found your email id in tomcat forums
Well .. When I trying to open connection to my DB2 database in tomcat
-4.0.3, I am getting below expections..
here is the stacktrace from Tomcat
logs(/usr/local/jakartha-tomcat-4.0.3/logs/catilina.out)
javax.naming.NameNotFoundException: Name SmsDBDS
Hi,
I find the webdav implementation really great but I have a problem. When I
open a webfolder (webdav) using tomcat-4.18 and change (double click) to a
directory, Internet Explorer refreshes only when I click on an other IE
window. What is the reason and how can I fix the problem?
I work with W
ECTED]
Subject: Problem with Tomcat 4.1 and Apache 2 integration using mod_jk2
Hi Everyone,
I am trying to integrate Tomcat 4.1 and Apache 2. Everything works fine if I
use the /examples webapp. However when I try to use my own webapp I get the
following error. I would be very grateful if someone
Hi Everyone,
I am trying to integrate Tomcat 4.1 and Apache 2. Everything works fine if I
use the /examples webapp. However when I try to use my own webapp I get the
following error. I would be very grateful if someone could help me out. In
one mailing list I saw a post with the same problem which
Hi All,
I am afraid that I am posting this message in this newsgroup . But I am
pretty sure I will get some answer.
After successfully configuring mod_jk2 to enable communication in
between Apache and tomcat, I have couple of questions which has been
unanswered. I will appreciate any answer:
t;
> Other idea ?
>
> Thx, Sergio.
>
> - Original Message -
> From: "Torsten Fohrer" <[EMAIL PROTECTED]>
> To: "'Tomcat Developers List'" <[EMAIL PROTECTED]>
> Sent: Thursday, November 28, 2002 11:26 AM
> Subject: AW: AW: e
, 28. November 2002 12:50
> An: Tomcat Developers List
> Betreff: Re: AW: euro character problem with tomcat compression Filter
>
>
> The problem I comment, did not occurs before setting on the
> compressionFilter.
>
> I've changed also the request.setCharacterEncoding t
lt;[EMAIL PROTECTED]>
Sent: Thursday, November 28, 2002 11:26 AM
Subject: AW: AW: euro character problem with tomcat compression Filter
ok...
but if you set response content-type to text/html; charset: iso-8859-15,
pages shows correctly with euro symbols in konqueror, netscape 4, ie and
Gesendet: Donnerstag, 28. November 2002 10:17
> An: Tomcat Developers List
> Betreff: Re: AW: euro character problem with tomcat compression Filter
>
>
> And failing that perhaps cp1252 if you are a windowz kind of guy.
>
> I find this page helpful:
> http://czyborra.com/
rer [mailto:[EMAIL PROTECTED]]
> > Gesendet: Donnerstag, 28. November 2002 08:28
> > An: 'Tomcat Developers List'
> > Betreff: AW: euro character problem with tomcat compression Filter
> >
> >
> >
> > try, to set the response encoding
sorry, iso-8859-15
> -Ursprüngliche Nachricht-
> Von: Torsten Fohrer [mailto:[EMAIL PROTECTED]]
> Gesendet: Donnerstag, 28. November 2002 08:28
> An: 'Tomcat Developers List'
> Betreff: AW: euro character problem with tomcat compression Filter
>
>
>
&
try, to set the response encoding to 8559-15
cu Torsten
> -Ursprüngliche Nachricht-
> Von: Sergio [mailto:[EMAIL PROTECTED]]
> Gesendet: Mittwoch, 27. November 2002 21:18
> An: 'Tomcat Developers List'
> Betreff: euro character problem with tomcat compression
Hí techies!
I'm having problems adding the tomcat compression Filter version 4.0.3 to my webapp.
Some characters (like euro symbol ) that are printed in my jsp page with a method
which return a field of a MSSQLServer table, are printed with the '?' symbol.
I've modified the CompressionFilter.ja
Matt Fury wrote:
> I BELIEVE that is due to some incorrect commenting in
> your server.xml file. I had this problem once and I
> thats what caused it.
>
> Double check your server.xml file.
I triple checked ALL xml files, and they are correct
and the error show up first in digester.
I suspect s
Definitely a problem with an extra '--' in your XML comments. The only
place that '--' is allowed is at the beginning and at the end:
Han Ming
On Wednesday, October 2, 2002, at 04:32 AM, Henri Gomez wrote:
> While working on 4.1.2 rpms I noticed the following error at startup :
>
> 4732 [m
Hi,
I am getting
the following exception off the JSP engine in my tomcat 4.0 when I try to
execute a class file off my linux box. The details are as given
below.
java.lang.NoClassDefFoundError:
sun/io/MalformedInputException at
sun.tools.java.Scanner.(Scanner.java:144)
I BELIEVE that is due to some incorrect commenting in
your server.xml file. I had this problem once and I
thats what caused it.
Double check your server.xml file.
--- Henri Gomez <[EMAIL PROTECTED]> wrote:
> While working on 4.1.2 rpms I noticed the following
> error at startup :
>
> 4732 [mai
While working on 4.1.2 rpms I noticed the following error at startup :
4732 [main] INFO modeler.Registry - Creating MBeanServer
5705 [main] INFO http11.Http11Protocol - Initializing Coyote HTTP/1.1
on port 8080
Starting service Tomcat-Standalone
Apache Tomcat/4.1
7324 [main] ERROR digester.Dig
Henri Gomez wrote:
>> With JDK1.4 - this is not possible anyway ( unless reverse loader
>> is used to load org.apache.xalan classes ).
>
> Interesting point here, will it be possible when using jdk 1.4
> to use a specific xalan at least for webapp ?
It is certainly possible to use a different x
> With JDK1.4 - this is not possible anyway ( unless reverse loader
> is used to load org.apache.xalan classes ).
Interesting point here, will it be possible when using jdk 1.4
to use a specific xalan at least for webapp ?
> Just put xalan in common, it won't be worse :-) ( or use 1.4 )
So we'
Henri Gomez wrote:
>> Not sure I agree ( completely ).
>>
>> In theory, jmx is a 'system' API, and we can expect it to be in
>> common. J2EE has it, catalina has it, etc. So we need to make sure
>> it's security works and it is safe.
>>
>> I agree - it is much 'safer' to keep in in container/.
> Not sure I agree ( completely ).
>
> In theory, jmx is a 'system' API, and we can expect it to be in
> common. J2EE has it, catalina has it, etc. So we need to make sure
> it's security works and it is safe.
>
> I agree - it is much 'safer' to keep in in container/. But there
> are many cases
Bill Barker wrote:
>
> - Original Message -
> From: "Henri Gomez" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, September 19, 2002 4:25 AM
> Subject: Problem with Tomcat 3.3.2-dev and classloader for JMX
>
>
>&
I'm not sure if this mail ever arrived on list ?
>>> How could I update MxInterceptor to make use of lib/container
>>> CL and sus being able to put mx4j jars in lib/container ???
>>
>> What needs to happen is to split the j-t-c tomcat-util.jar into two jars
>> (one for common and one for con
Bill Barker wrote:
> - Original Message -
> From: "Henri Gomez" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, September 19, 2002 4:25 AM
> Subject: Problem with Tomcat 3.3.2-dev and classloader for JMX
>
>
>
>>I'
- Original Message -
From: "Henri Gomez" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 19, 2002 4:25 AM
Subject: Problem with Tomcat 3.3.2-dev and classloader for JMX
> I've got a problem in loading MX4J and it's http adaptator
I've got a problem in loading MX4J and it's http adaptator.
I initially put mx4j and mx4j-tools in lib/container,
next to crimson and xalan but at init time the ClassLoader
didn't find mx4j/mx4j-tools there.
When I moved mx4j and mx4j-tools to lib/common, both are
found but http connector couldn
Hi,
I installed tomcat and am able to all examples. I have also installed Apache-SOAP
v2.2. And, I was able to run http://localhost:8080/soap/servlet/rpcrouter succesfully
But, after setting up SSL (as mentioned in the documentation), I am unable to start
tomcat through the "Start
Apache" opt
> We are facing serious problems with the above problem when running jsp on
tomcat/linux.
> Could anyone please update me on the current status of handling this
problem.
If your application has lots of JSPs which need to get compiled, the VM may
run out of memory because javac leaks memory each t
manju at [EMAIL PROTECTED] wrote:
> Hi,
>
> We are facing serious problems with the above problem when running jsp on
> tomcat/linux. Could anyone please update me on the current status of handling
> this problem.
>
> It is extremely critical for us. Please reply ASAP.
As far as I know there a
Hi,
We are facing serious problems with the above problem when running jsp on
tomcat/linux. Could anyone please update me on the current status of handling this
problem.
It is extremely critical for us. Please reply ASAP.
Manjunath
t; Gesendet: Montag, 18. Juni 2001 23:06
> > An: [EMAIL PROTECTED]; [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED]
> > Betreff: Serious problem with Tomcat JVM running out of memory
> >
> >
> > Hi,
> >
> > Yes I've tried that and it did not seem to help
che Nachricht-
> Von: Tom Amiro [mailto:[EMAIL PROTECTED]]
> Gesendet: Sonntag, 17. Juni 2001 22:33
> An: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
> Betreff: serious problem with Tomcat JVM running out of memory
>
>
> Hello,
>
&
EMAIL PROTECTED]; [EMAIL PROTECTED]
> Betreff: serious problem with Tomcat JVM running out of memory
>
>
> Hello,
>
> I am at the end of my rope. A couple of weeks ago, I tried to
> deploy a Java servlet
> that gets about 300-400 hits a day using Tomcat in stand-alone mode
>
Hello,
I am at the end of my rope. A couple of weeks ago, I tried to deploy a Java servlet
that gets about 300-400 hits a day using Tomcat in stand-alone mode
and Tomcat keeps running out of memory and crashing. The servlet does an XSLT
transformation
on an XML file about 1.5MB large. I was pla
It seems that the only way to add files to the CLASSPATH in 3.3 is via
the tomcat.cp property, but it doesn't seem to be working quite right.
Below is the patch to org/apache/tomcat/startup/Main.java that works for me.
133,134c133,134
< if( ! base.endsWith( "/" ) )
< ba
Hi,
There seems to be a problem with the zip file for Tomcat 3.2.1 available at
the jakarta.apache.org. It doesn't contain the file xml.jar because of
which an exception is thrown and the server doesn't start. I tried putting
the 3.1 xml.jar file in the lib directory but still some exception was
> My lib folder contains the xerces.jar and the xalan.jar which come with
> Xalan20D07.
Workarounds:
- replace parser.jar with xerces.jar ( in tomcat_home/lib )
- replace parser.jar with crimson.jar ( part of jaxp1.1 or built from
apache xml-crimson )
( you'll have to also replace jaxp.jar with t
BDY.RTF
Hi all,
I am facing this unusual problem. Today, I am not
able to start the Tomcat v3.1(Win NT 4.0).
When I use the "tomcat run" option, I get the
following exception :
D:\Installs\jakarta-tomcat\bin>tomcat
runUsing classpath:
d:\installs\jakarta-tomcat\classes;d:\installs\jakarta-to
I have installed tomcat and also its plug in for IIS 4.0, when I open the
site, the index page shows, but when i click on any of the JSP executable
lists, I either gives me whole page as html code or it is executes the html
code, but the JSP variables are not shown. For example, if I click on the
Well, that is not good. I hope someone is working on it. I am launching our site soon and was hoping to have both English and Arabic. I am a Tomcat-ter, and would hate to think of something different. I do not have time either to dig up the code and see if I can fix it.
Please someone help with th
I think this is a known bug.
http://znutar.cortexity.com/BugRatViewer/ShowBug/48
I think if you report this, it will get linked to the same bug (#48).
I do not know the status of this kind of behavior in TC 4.0.
On Thu, 2 Nov 2000, Falcon cheetah wrote:
> I am using Tomcat 3.2.6 with Apache 1
I am using Tomcat 3.2.6 with Apache 1.3.14 on RH6.1. I
am writing a WebMail application using JSP, JavaMail,
etc.
To write Arabic emails I wrote an applet that takes
care of that and it works fine. My problem is when I
send. my Editor_ar.jsp submits its form to
handleMailaction.jsp where it shoul
51 matches
Mail list logo