Fletcher Cocquyt wrote:
Hi, we have noticed when we get close to 150 workers/2000bytes defined in our
worker.list - mod_jk 1.2.20 starts to break ("could not find worker for worker
name=xyz")
Anyone know what the limits are on 1.2.28 in terms of workers?
Unlimited if you use JkShmSize
See htt
Thanks Leon, M is not a problem I forget to include in my question, My
system is 32 bit OS .
-Original Message-
From: Leon Rosenberg [mailto:rosenberg.l...@googlemail.com]
Sent: Thursday, June 25, 2009 11:47 AM
To: Tomcat Users List
Subject: Re: Regarding Java Heap Size
Most likely an 'M
So, here is my configuration and what I am trying to accomplish:
I have 1 host definition (aside from the default localhost) in my
server.xml:
foocom
I have /work/tomcat as my home folder for Tomcat.
Inside of /work/tomcat I have foocom (/work/tomcat/foocom)
Inside of /work/tomcat/foocom
Most likely an 'M' at the end of the number (-Xmx2048M) or your 32bit
OS or 32 bit java?
regards
Leon
On Thu, Jun 25, 2009 at 8:17 AM, Habib Rahman wrote:
> Hi all,
>
> Im trying to increase the Heap Size in Tomcat using CATALINA_OPTS = -Xms512
>
> -Xmx1024 in catalina.bat file , This works fine
Hi all,
Im trying to increase the Heap Size in Tomcat using CATALINA_OPTS = -Xms512
-Xmx1024 in catalina.bat file , This works fine and Tomcat server started
successfully.
When i change CATALINA_OPTS = -Xms512 -Xmx2048 the Tomcat server did not
start even if i have 4GB RAM. What is the problem?
Hi, we have noticed when we get close to 150 workers/2000bytes defined in our
worker.list - mod_jk 1.2.20 starts to break ("could not find worker for worker
name=xyz")
Looking at the code - cause the release notes /changelog don't seem to mention
this - looks like 1.2.28 has a new formula for defi
Hi Tim,
Good suggestion! I'll look into it. I am in a situation where I'll prefer to
work on my own than to bother IT with LDAP role setup and subsequent access
granting to users. By having a JDBC Realm with a blacklist of users, I can
easily control the access.
I'll probably dig into the filter
"A. Rothman" wrote in message
news:965599.49.1245887723160.javamail.sys...@endor...
>
> Yes, I've compared both the generated java files and corresponding
> compiled class files from when it works and when it doesn't work - they
> are identical. I think the problem is not with the bean sources,
Hi all:
I hit this issue while trying to move my application from Tomcat 5.5.9 to
Tomcat 6.0.18. The application runs fine in Tomcat 5.5.9 but is getting the
following exception with Tomcat 6.0.18. Any help with this is much appreciated!.
My /conf/logging.properties is as follows:
handlers = 1c
Hello there! We are adding a new server to our park, and now we are
going to use LB for both machines. We are using an Alteon 180e layer 7
switch to perform LB. So far everything was fine. But we decided to
let the router do all the SSL part this way we would have something
like this:
[internet]
Yes, I've compared both the generated java files and corresponding
compiled class files from when it works and when it doesn't work - they
are identical. I think the problem is not with the bean sources, jsps,
configuration, permissions, file locations, classpaths, etc. - because
all of these
Thanks for getting back to me so quickly:
The exact exception is java.lang.reflect.InvocationTargetException, but
sadly I don't have a stack trace available. I'm getting that except
back as the web service faultstring and the stack trace isn't being
logged to the catalina.log. I've tried cha
> From: Kyle Bahr [mailto:kb...@rogue-engr.com]
> Subject: Tomcat 5.5, getting exception while creating database driver
> instance
>
> I'm getting an exception thrown when trying to instantiate a
> mysql database driver using the line of code:
Would you mind telling us the exception (and providin
> From: A. Rothman [mailto:amich...@amichais.net]
> Subject: Re: Bizarre NoClassDefFoundError
>
> Any other thoughts?
You could actually try a real Tomcat, rather than just browsing someone's
likely incomplete list of what has been changes.
Have you compared the failing generated .java file wit
> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: Re: The best place for implementing context specific behavior?
>
> I believe (but we need a real expert here) that having multiple
> entries sharing the same appBase is a receipe for problems.
It seems to work for most usages. As Mark po
Hello all,
I'm running Tomcat 5.5 on a linux (CentOS) box and attempting to
implement a set of web services (.jws). I'm getting an exception
thrown when trying to instantiate a mysql database driver using the line
of code:
Class.forName("com.mysql.jdbc.Driver").newInstance();
I am using th
Jonathan Mast wrote:
Andre, its one single, physical app/docBase, mapped to multiple contexts
(which happen to located on different virtual hosts). This is a
requirement.
It seems to be a bad requirement then, see
http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html
I believe (b
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Jonathan,
On 6/24/2009 5:13 PM, Jonathan Mast wrote:
> Andre, its one single, physical app/docBase, mapped to multiple contexts
> (which happen to located on different virtual hosts). This is a
> requirement.
>
> The /META-INF/context.xml approach i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chris,
On 6/24/2009 5:17 PM, Christopher Piggott wrote:
>>> Here's my question: if this was failing, why didn't it throw a
>>> SecurityException? It would have been less challenging to figure out
>>> what was going on had there been one.
>> Ask your
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Martin,
On 6/24/2009 9:32 AM, Martin Gainty wrote:
> http://tomcat.apache.org/connectors-doc/generic_howto/quick.html
+1
You'll want to read up on running under a Security Manager:
http://tomcat.apache.org/tomcat-6.0-doc/security-manager-howto.html
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chuck,
On 6/24/2009 9:20 AM, Caldarale, Charles R wrote:
>> From: Zeeshan Ahmad [mailto:zah...@i2cinc.com] Subject: RE:
>> Application Stop responding
>>
>> We are facing the same issue on 6.x, thanks.
>
> Then let's discuss what happens on 6.0.20;
Well I went over the changelog, and there's nothing there that sounds
related... it is mostly distro details, plus a few security patches
(which look related to request handling and not classloading/compiling)...
Any other thoughts?
A. Rothman wrote:
You're absolutely right :-)
I meant
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Tim,
On 6/24/2009 2:59 PM, Tim Funk wrote:
> If you want a black list - it would probably be easier to write a filter
> [programmatic security] instead of declarative security.
You can even combine declarative + programmatic and read your
configurati
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Sumit,
On 6/24/2009 10:48 AM, Sumit D wrote:
> Hello All!I am trying to edit the AccessLogValve and then would
> rename it to some other Valve. Presently, the AccessLogValve writes
> logs, but I would like to write the same data in an object as well.
Jonathan Mast wrote:
> Andre, its one single, physical app/docBase, mapped to multiple contexts
> (which happen to located on different virtual hosts). This is a
> requirement.
>
> The /META-INF/context.xml approach is ruled out by this requirement.
>
> My goal is to have a layer of code takes a
>> Here's my question: if this was failing, why didn't it throw a
>> SecurityException? It would have been less challenging to figure out
>> what was going on had there been one.
> Ask your Java vendor. :)
> There is no Tomcat code there.
Really? I guess I didn't realize that. I figured the sec
Andre, its one single, physical app/docBase, mapped to multiple contexts
(which happen to located on different virtual hosts). This is a
requirement.
The /META-INF/context.xml approach is ruled out by this requirement.
My goal is to have a layer of code takes a the current host (eg.
apples.mysit
Hi.
I am one of the least Tomcat and Java qualified people that regularly
lurk on this forum, so don't take my word for any of what follows.
Let's say that I am just trying to apply what I think I have learned here.
And I am eager for contradiction, because it is said that this is how
one lear
You're absolutely right :-)
I meant 'stock' as in "I used the distro package manager's stock binary
and didn't mess with it". I'm trying to find the diff/changelog of how
the ubuntu package differs from the original. I thought they only change
around distro-related things like paths and split
(Martin - I hope it's ok with u that I'm replying back to the list - u
seem to be sending me personal replies)
The bean class is in a jar under WEB-INF/lib. At no point is anything
being changed there, and it has no external dependencies.
When I was talking about compiling, deleting, etc. I
Hello
Newbie on ussing log4j and now that I have a simplistic log4j configuration
file I am seeing ALL of the apache all from
org.apache.commons.digester.Digester or
org.apache.commons.digester.Digester.sax. How can I stop that but still keep a
simple or reconfigure my log4j.properties? tia.
> From: Andre-John Mas [mailto:aj...@sympatico.ca]
> Subject: Re: Best practices for switching back/forth between java
> 1.5/1.6
>
> If this is simply for development purposes, then I would recommend
> having two installations of Tomcat. One is configured to use JDK 1.5
> and the other JDK 1.6. Sp
> From: A. Rothman [mailto:amich...@amichais.net]
> Subject: Bizarre NoClassDefFoundError
>
> I'm running a stock tomcat 6 (6.0.18-0ubuntu6.1)
Well, that's *not* a stock Tomcat - it's one that's been repackaged by someone
at Ubuntu. It would be interesting to try this on a truly stock Tomcat -
You can assume it's "placed in a jar file under WEB-INF/lib" :-)
The thing is, I have a feeling it has nothing to do with the actual
class not being found. Because it finds it when another page loads
first, or when the jsp's generated class file is deleted and recreated,
and nothing in the cl
Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
John,
On 6/23/2009 5:04 PM, John Caron wrote:
Pid wrote:
Filip Hanik - Dev Lists wrote:
John Caron wrote:
Tomcat 6.0.18 automatically adds the session cookie like:
Set-Cookie: JSESSIONID
Hi everyone!
I'm running a stock tomcat 6 (6.0.18-0ubuntu6.1) on kubuntu Jaunty amd64
and Sun JDK (1.6.0_13-b03) , with a website consisting of several jsps,
some of which make use of a POJO session bean, placed in a jar file
under WEB-INF/lib.
I'm encountering a very strange error, in the
On 24-Jun-2009, at 14:54, Ken Bowen wrote:
Hi all,
I failed at searching for this, even though I know it's been answered:
Setting: Tomcat 6.0_20; Mac OS X 10.5.7;
I've been normally running against java 1.5.0_19, but I tried to
install a war which is throwing
.UnsupportedClassVers
If you want a black list - it would probably be easier to write a filter
[programmatic security] instead of declarative security. [At a minimum,
everyone would still need to be authenticated - its the authorization
which is done via the filter (actually the filter will defer to the
realm so the
Hi all,
I failed at searching for this, even though I know it's been answered:
Setting: Tomcat 6.0_20; Mac OS X 10.5.7;
I've been normally running against java 1.5.0_19, but I tried to
install a war which is throwing
.UnsupportedClassVersionError: Bad version number in .class file
w
Ok then consider this thread closed for me.?Thanks again for the quick
turnaround.
Best Regards,
Abdul.
-Original Message-
From: Caldarale, Charles R
To: Tomcat Users List
Sent: Wed, Jun 24, 2009 11:44 am
Subject: RE: Issue with Tomcat 6 on Windows Server 2003 x64
> From: abmo...@
I have a webapp that I would like to behave in a context (actually
host)-specific manner. Where is the best place to initialize the
context/host specific functionality?
Let me demonstrate what I'm talking about. Lets say I have a webapp Fruit
located in folder webapps/fruit.
I want to define:
ap
Tomcat Realms would 'silo' access based on authentication to role
Ralams would also provide the capability to work with whitelist,blacklist
scenarios
However if you want access to governed Resource based on your authenticated SSO
Portlet-level Security check
you will need JSR286 Portal in whi
2009/6/24 Christopher Piggott :
> I have a servlet that sends and listens to a local UDP service. To
> allow this, I established the following policy:
>
> grant codebase "file:${catalina.base}/webapps/modbus/-" {
> permission java.net.SocketPermission "localhost:502", "connect";
>
> };
>
>
I have a servlet that sends and listens to a local UDP service. To
allow this, I established the following policy:
grant codebase "file:${catalina.base}/webapps/modbus/-" {
permission java.net.SocketPermission "localhost:502", "connect";
};
This allowed packets out to the external serv
Does this file:
D:\Java\jdk1.6.0_14\jre\bin\server\jvm.dll
exist?
George Sexton
MH Software, Inc.
http://www.mhsoftware.com/
Voice: 303 438 9585
> -Original Message-
> From: abmo...@aol.com [mailto:abmo...@aol.com]
> Sent: Wednesday, June 24, 2009 8:46 AM
> To: users@tomcat.apache.org
> From: Leon Rosenberg [mailto:rosenberg.l...@googlemail.com]
> Subject: Re: potential thread? and what should we do?
>
> If your car is broken, do you buy a new one from a vendor, or do you
> buy a "do it yourself" manual and separate parts and spend next
> three years in the garage assembling? .
Niki Diulgerov wrote:
> Mark,
> I used the build.xml downloaded from here
> (http://tomcat.apache.org/tomcat-5.5-doc/build.xml).
> Looking at it I can see that it checks out
> http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x (probably the
> latest available revision).
Correct, that is the la
> From: abmo...@aol.com [mailto:abmo...@aol.com]
> Subject: Re: Issue with Tomcat 6 on Windows Server 2003 x64
>
> Did I miss this in any of the documentation or FAQs?
Not sure if there's any references in the FAQ or doc; the mailing list archives
do contain several inquiries about the issue. I
A bit of advice...
Its much less risky and complicated to take the last 6.0.x version,
namely 6.0.20, instead of building what will become
your unique personal tomcat version r-something.
If your car is broken, do you buy a new one from a vendor, or do you
buy a "do it yourself" manual and separa
Ah solved, the class could be found but it couldnt find other classes, the
error message threw me!
dori wrote:
>
> Hello all, i am relativly new to tomcat so please bear with me. I have a
> servlet under web-inf/classes/com/mysite/myservlet.class, it refernces a
> class in another package (say
> From: dori [mailto:dorian.cus...@googlemail.com]
> Subject: files under web-inf not found
>
> I have a servlet under web-inf/classes/com/mysite/myservlet.class
First: tell us your Tomcat version, the JVM level you're using, and the
platform you're running on.
Second: the directory name is WEB
please display contents of /WEB-INF/web.xml
Martin
__
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger
sein, so bitten wir hoeflich um eine Mittei
On Wed, Jun 24, 2009 at 5:28 PM, Caldarale, Charles
R wrote:
>> From: Maciej Matecki [mailto:mmate...@gmail.com]
>> Subject: Re: Issue with Tomcat 6 on Windows Server 2003 x64
>>
>> I had the same issue sometime ago. I had to copy > Files>\Java\jre1.6.0\bin\msvcr71.dll file to \system32
>> directo
Hello all, i am relativly new to tomcat so please bear with me. I have a
servlet under web-inf/classes/com/mysite/myservlet.class, it refernces a
class in another package (say com/variation/class1.class) and everything
works fine, but another class it references (say
com/variation2/class2.class) i
> From: Maciej Matecki [mailto:mmate...@gmail.com]
> Subject: Re: Issue with Tomcat 6 on Windows Server 2003 x64
>
> I had the same issue sometime ago. I had to copy Files>\Java\jre1.6.0\bin\msvcr71.dll file to \system32
> directory.
Do NOT do that on a 64-bit version of Windows. That's a 32-b
Mark,
I used the build.xml downloaded from here
(http://tomcat.apache.org/tomcat-5.5-doc/build.xml).
Looking at it I can see that it checks out
http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x (probably the
latest available revision).
Please advice me does it contain the latest approved pat
Thanks, This fix works for me. Just a quick question though, Did I miss this in
any of the documentation or FAQs? I'm sure if it's a binary issue it would have
been noted somewhere so the 'community' has direct reference to the issue. Just
my thoughts... or should I make an official request to
On Wed, Jun 24, 2009 at 4:45 PM, wrote:
> Hi Tomcat Users,
>
> I am trying to configure Tomcat 6.0.20 on Windows Server 2003 x64 and find
> that the installed service abruptly stops during startup. The following
> errors are logged.
>
> [2009-06-23 14:49:46] [info] Procrun (2.0.4.0) started
> [2
Hi Tim,
Basically the first realm contains list of users we want to deny access. The
password would be dynamic, making it difficult to get through. Well, maybe I
should really consider working with specific roles. That is, grant users
with roles that would allow them access. Then I would probably
> From: abmo...@aol.com [mailto:abmo...@aol.com]
> Subject: Issue with Tomcat 6 on Windows Server 2003 x64
>
> I am trying to configure Tomcat 6.0.20 on Windows Server 2003 x64 and
> find that the installed service abruptly stops during startup.
You need to use the 64-bit versions of tomcat6.exe
Christopher Schultz wrote:
>> Would it also be possible to change the behavior of the
>> combinedRealm/LockoutRealm such that if username is found in prior
>> realm and password is incorrect, then it skips the other realms? It
>> only look into the other realms if username is not found in prior
>>
Hello All!I am trying to edit the AccessLogValve and then would rename it to
some other Valve.
Presently, the AccessLogValve writes logs, but I would like to write the
same data in an object as well.
Any pointers on how can I achieve this ?? I might be able to add some code
where it writes to logs,
Hi Tomcat Users,
I am trying to configure Tomcat 6.0.20 on Windows Server 2003 x64 and find that
the installed service abruptly stops during startup. The following errors are
logged.
[2009-06-23 14:49:46] [info] Procrun (2.0.4.0) started
[2009-06-23 14:49:46] [info] Running Service...
[2009-06
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Clement,
On 6/24/2009 2:57 AM, Clement Chong wrote:
>
>
> *
>
>
> User is now authenticated via JDBCRealm followed by JNDIRealm and
> would be able to access protected pages with any role.
>
> The question I have is how can I deny a g
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chris,
On 6/18/2009 10:35 PM, cleegt wrote:
> Because of the security reason imposed by my company, I disabled http
> DELETE, PUT methods from the tomcat based on some suggested method mentioned
> on the internet. Now, I need to test whether the fix i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
John,
On 6/23/2009 5:04 PM, John Caron wrote:
> Pid wrote:
>> Filip Hanik - Dev Lists wrote:
>>
>>> John Caron wrote:
>>>
Tomcat 6.0.18 automatically adds the session cookie like:
Set-Cookie: JSESSIONID=6D839FF3B960947CC6FD41B98C
Niki Diulgerov wrote:
> After doing some reading of the documentation I found that these bugs
> are fixed in the SVN repository. Also checking out the latest source I
> can see that it is revision (Checked out revision 787991) and tomcat is
> with version 5.5.28.
> Following the simple instructions
Susumu Sai wrote:
> Thanks for the response. Yes, I think this makes sense.
> What I worried is if there's any reason for this. For example, is not
> supported,
> will be deprecated, has potential problem, and etc.
No plans that I am aware of.
There is always a risk we break things by adding some
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Nikolay,
On 6/24/2009 4:20 AM, Niki Diulgerov wrote:
> Does this means that 5.5.x is no more developed, and there will be no
> new versions in the 5.5 branch ?
http://wiki.apache.org/tomcat/TomcatVersions
- -chris
-BEGIN PGP SIGNATURE-
Versi
Hello,
That's my first post for users@tomcat.apache.org list so I'd like to
say hello to everybody.
I've got the big problem with forward REMOTE_HOST from Apache to
Tomcat. On the Apache side everything works ok. I've tested it with
PHP script and it simply works. But on the Tomcat side REMOTE_USE
John Caron wrote:
> Pid wrote:
>> Filip Hanik - Dev Lists wrote:
>>
>>> John Caron wrote:
>>>
Tomcat 6.0.18 automatically adds the session cookie like:
Set-Cookie: JSESSIONID=6D839FF3B960947CC6FD41B98CD02E0D; Path=/thredds
How can I change the path part of the cookie
Thanks for the response. Yes, I think this makes sense.
What I worried is if there's any reason for this. For example, is not
supported,
will be deprecated, has potential problem, and etc.
Since this is a feature for advanced users, it is reasonable to not add it
to document. It may be a good entry
> From: pandeyprashant [mailto:pandeyprash...@live.in]
> Subject: problem in loging
>
> plz tell me how to solve this problem?
> when i strat tomcat it shows this massage.
>
> Jun 24, 2009 9:45:56 AM org.apache.catalina.core.AprLifecycleListener
> init
> INFO: The APR based Apache Tomcat Native l
http://tomcat.apache.org/connectors-doc/generic_howto/quick.html
Martin Gainty
__
Verzicht und Vertraulichkeitanmerkung
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger
sein, so bitten wir hoeflich um eine Mitteilung. J
> From: Hracek, Petr [mailto:petr.hra...@siemens-enterprise.com]
> Subject: Adding jar files to stratup sequence of tomcat
>
> Afterwards some applets has been working because of they
> found connection classes to the relevant database.
Applets? Applets run in the client system's JVM, not the J
> From: Zeeshan Ahmad [mailto:zah...@i2cinc.com]
> Subject: RE: Application Stop responding
>
> We are facing the same issue on 6.x, thanks.
Then let's discuss what happens on 6.0.20; 5.5.7 is four years old and it's
somewhat irresponsible to still be using it.
What JVM are you using with 6.0.2
After doing some reading of the documentation I found that these bugs
are fixed in the SVN repository. Also checking out the latest source I
can see that it is revision (Checked out revision 787991) and tomcat is
with version 5.5.28.
Following the simple instructions on the site
(http://tomcat.
Hello,
Can somebody provide me a good HowTo to install a commercial hosting server
with Apache Webserver and Tomcat App Server and many Applications?
Best Choise means the flexibility to add and remove and restart isolated
webapps in the Tomcat without interferences the other webapps.
Greetin
Niki Diulgerov wrote:
Hello there,
recently I'm reading in the security news channels that there are
discovered "multiple vulnerabilities" in tomcat and almost all
versions are affected.
For example these news from today:
http://www.linuxsecurity.com/content/view/149201?rdf
On the other side,
Do you really want to have allow different passwords for the same user
id? Sounds dangerous.
For different access control restrictions you needs to set up various
roles, which are names chosen by you. Which can be something like
- reader, writer
- admin, superuser, user
- it, sales, marketing,
Opps!!!
I forgot to post how i resolved the issue.
Actually i haven't installed the "libssl-dev" libraries.
I just gone through the link https://help.ubuntu.com/community/OpenSSL and
then i checked whether everything fine about the openssl lib, at that point
i realized that i haven't instal
André Warnier wrote:
Leon Rosenberg wrote:
I'm probably the wrong person to answer this,
...
Me too, but a pretty detailed overview of these matters is always
available here :
http://tomcat.apache.org/whichversion.html
and here :
http://tomcat.apache.org/security.html
All these links are a
Leon Rosenberg wrote:
I'm probably the wrong person to answer this,
...
Me too, but a pretty detailed overview of these matters is always
available here :
http://tomcat.apache.org/whichversion.html
-
To unsubscribe, e-mail: u
I'm probably the wrong person to answer this, but there will be
patches and updates to 5.5.x as there are for even 4.1.x, but the
general development is moving along to tomcat 7, so 5.5.x is an
outdated model.
However, for almost all webapps the migration to 6.0.x is rather
smooth (I've had an iss
Does this means that 5.5.x is no more developed, and there will be no
new versions in the 5.5 branch ?
Best regards,
Nikolay Diulgerov
Network Administrator
E-mail: ndiulge...@imx.fr
Telephone : +33 4 89 87 77 77
Fax : +33 4 89 87 77 00
Web: http://www.codix-france.com
Leon Rosenberg
The latest version of tomcat is 6.0.20 and its about one month old.
http://tomcat.apache.org/download-60.cgi#6.0.20
enjoy :-)
Leon
On Wed, Jun 24, 2009 at 10:06 AM, Niki Diulgerov wrote:
> Hello there,
> recently I'm reading in the security news channels that there are discovered
> "multiple vu
We are facing the same issue on 6.x, thanks.
Best Regards,
Zeeshan Ahmad.
-Original Message-
From: Ghufran [mailto:ghufra...@vopium.com]
Sent: Wednesday, June 24, 2009 3:06 PM
To: 'Tomcat Users List'
Subject: RE: Application Stop responding
Well, I am not proposing a solution.
Hello there,
recently I'm reading in the security news channels that there are
discovered "multiple vulnerabilities" in tomcat and almost all versions
are affected.
For example these news from today:
http://www.linuxsecurity.com/content/view/149201?rdf
On the other side, I can see that the lat
Well, I am not proposing a solution.
but I have a suggestion for you; Upgrade your tomcat version to latest
stable version 6.x
Ghufran
-Original Message-
From: Zeeshan Ahmad [mailto:zah...@i2cinc.com]
Sent: Wednesday, June 24, 2009 12:52 PM
To: 'Tomcat Users List'
Subject: Applica
Hello,
While running some times Tomcat did not respond to the requests for some
seconds and I got the following errors in Apache Error log, thanks.
[Wed Jun 24 00:47:29 2009] [error] [client 192.168.0.186] (70014)End of file
found: proxy: error reading status line from remote server 192.168
Ahoj Jirkove,
nevite, jak se da zapnout bluetooth na nasich noteboocich E8020?
regards / S pozdravem
Ing. Petr Hráček
IT Services and Enterprise Communications
Developer
Bidláky 20, budova Mediahall
639 00 Brno
Tel.: +420 533 337 267
Fax.: +420 533 337 252
mailto: petr.hra...@siemens-ent
Hello *,
sory for bother you with this question but I have a little problem.
In the last version of the tomcat (3.2.1) which I have been used I've
add
some classes (connection to the Informix database). Afterwards some
applets has been working because of they found connection classes to the
relev
92 matches
Mail list logo