OOzy Pal wrote:
> Guys/Gals,
>
> I am running (K)ubuntu. I installed the following packages:
>
> Apache 1.3 connector for the Tomcat Java servlet engine
> Servlet 2.3 and JSP 1.2 Java classes and documentation
> Servlet 2.4 and JSP 2.0 Java classes and documentation
> Java Servlet engine -- core l
OOzy Pal wrote:
>>
>>
>
> I found the JKD but I am not sure how start tomcat. I am really stuck.
> I am not sure what am I missing? Is there a good tutorial for
> installing tomcat?
>
> Any help is appreciated.
The init scripts that come with the package are generally a pretty good
way to start
Hi,
I'm having a newbie type of problem with getting a JSP to compile. Seems it
can't find my class.
Rest of error messages:
Generated servlet error:
The import FOO cannot be resolved
Following files are located in Tomcat/webapps/VIP
Code:
Home.jsp
<%@ page import="java.util.*" %>
Home Pa
Well, umm, actually I wasn't aware that the default package isn't allowed. I
just considered it poor practice to use. Let me go fix that. Thanks.
"Caldarale wrote:
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Subject: Unable to compile class for JSP
> >
> > Class foo is in
Hi,
I've got a class that reads a file when it is first invoked. When I run this
class standalone, (meaning not using Tomcat), the class finds the file and can
read it just fine. But when I call the class from a JSP under Tomcat, I get an
error that indicates the class cannot find the file.
Tomcat community,
We have been using keycloak tomcat valves for SAML, but now we are moving
to OpenID.
Who in the tomcat community can create/support a tomcat authenticator valve
using the MSAL library?
I have the example authentication servlet working for MSAL below. Seems it
could be easily co
t;
> On 3/18/20 16:25, ken edward wrote:
> > Hello,
> >
> > When I deploy my war it produces the below error message, telling
> > me to pass the "--enable-preview". I can add the
> > "--enable-preview" to my tomcat start.sh script dev environm
How can I programatically find out which version(s) of Tomcat is
installed on my system ?
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
David Rees wrote:
On 6/23/06, Edward Diener <[EMAIL PROTECTED]> wrote:
How can I programatically find out which version(s) of Tomcat is
installed on my system ?
getServletContext().getServerInfo()
I need to be more precise in my question.
How can I programatically find out which ver
Len Popp wrote:
Tomcat 5.5 has the value "Version" under
HKEY_LOCAL_MACHINE\SOFTWARE\Apache Software Foundation\Tomcat\5.5
I don't know if earlier versions of Tomcat have a similar registry setting.
I did find a similar registry setting for the 4.1 version. Thanks !
--
en.
We've looked at garbage collection as the most likely source of this,
and ruled it out. Has anyone seen anything similar, or got any bright
ideas?
Regards,
Edward.
Well, it turns out I was wrong about the 2s banding. This _was_ garbage
collection, and was cured by using -XX:+UseConcMarkSweepGC
-XX:+UseParNewGC.
I still get the 5s banding, though, which is a puzzler.
Edward.
-Original Message-
From: Kurt Overberg [mailto:[EMAIL PROTECTED]
Sent
Hi,
tomcat versionfiltered=apache-tomcat-5.5.16
jdk version = java version 1.5.0_07
I am having issues shutting down tomcat 5
When I execute shutdown.bat the server stops and I can no longer deploy
applications but the tomcat console stays open and tha java.exe process stays
a
on the path to encryption? I must figure out how to
have IIS forward SSL/HTTPS requests to Tomcat and have Tomcat serve the
requests via SSL/HTTPS.
Any help is much appreciated.
Edward
With JKMount you would have done this with the location
JkMount worker1
Order allow,deny
Allow from all
but I think with the mod_proxy_ajp you need to do something like this
ProxyPass $1.jsp ajp://localhost:8009/$1.jsp
don't know if that will actually work as i am not an apache g
Hi,
I have an Apache 2 -> mod_jk -> Tomcat 5.5.16 set up and I'm trying to get
Tomcat errors handled by Apache.
In Apache I have:
ErrorDocument 404 /cgi-bin/error.cgi
And in Tomcat's web.xml I have
404
/cgi-bin/error.cgi
I guess the location tag is wrong here as it doesn't work, bu
Hi,
I have an Apache 2 -> mod_jk -> Tomcat 5.5.16 set up and I'm trying
to get Tomcat errors handled by Apache.
In Apache I have:
ErrorDocument 404 /cgi-bin/error.cgi
And in Tomcat's web.xml I have
404
/cgi-bin/error.cgi
I guess the location tag is wrong here as it doesn't work, but
> From: Edward Quick [mailto:[EMAIL PROTECTED]
> Subject: Handling Tomcat Errors in Apache
>
>
> 404
> /cgi-bin/error.cgi
>
>
> I guess the location tag is wrong here as it doesn't work, but I'm
> not surewhat else to put.
Quoting from the
> Can I have one cgi-bin directory, or does there
> have to be one in each webapp?
By design, webapps are intended to be independent, so error handling is
also independent. Don't have any personal experience here, but possibly
you could use a copy of the same error page in each webapp that does
Hi,
In Apache, you can specify directives <%s of >%s in the logformat to get the
original status code, and the actual status code returned for an http
request. I use this for my error page which returns back a code 200, but
also gives me a log with the real return code.
Now I am trying to se
Hello,
I am running Tomcat 5.0.28 and am having some problems with session
invalidation / timeout that I would like some help with.
My application has a session-timeout of 5 minutes, and in my development
and test environments sessions are correctly invalidated by tomcat when
the timeout pe
: 07 November 2005 13:21
To: Tomcat Users List
Subject: Re: Tomcat 5.0.28 session timeout / invalidation
Are you using IIS as frontend on that machine?
That is where I have very similar problems...
I'll be very much interested in any findings regarding this topic.
Tobias
Edward Wynn wrote:
&
other pages by using that
index.html.
Edward
2006-1-7
> -Original Message-
> From: Kumar, Sunitha [mailto:[EMAIL PROTECTED]
> Sent: Saturday, January 07, 2006 5:05 AM
> To: Tomcat Users List
> Subject: RE: How can directory listing be turned off for a certain webapp?
>
>
Hi,
I've been getting the following mod_jk errors and wondered whether they were
serious or not because the Tomcat I use is running for about 10 minutes then
falls over with a coredump. This has been happening all day.
[Fri Jan 20 17:16:49 2006] [info] jk_ajp_common.c (1225): All endpoints a
Hi,
I have a Tomcat set up in production, but when it errors with a 404 or 500,
it reveals its version number at the bottom of the page. Is there any way to
disable this?
Thanks,
Ed.
-
To unsubscribe, e-mail: [EMAIL PROTE
http://www.tomcatprobe.org/d/latest.shtml
Legolas Woodland wrote:
thank you for reading my post
is there any application that help monitor an application server when
it is working ?
for example , total active sessions , Connections , ...
i need this application to monitor my tomcat and sun
Hi,
I have set up Tomcat 4.1.31 with a JDBC pool using the settings below.
However I 'm a bit confused about my the way this works.
1. InitialSize is set to 5 yet I don't see any connections started after
Tomcat is bounced.
2. Some of the older connections are not getting cleared down.
3. Al
lears all connections to the DB. Reloading the app will not necessarily
clear connections, as the old app is still in PermGen, waiting for garbage
collection. Once collected, however, the connections will get cleaned up.
-Original Message-
From: Edward Quick [mailto:[EMAIL PROTECTED]
Hi there,
I've trying to setup a Datasource in Tomcat 5.028 and I can't get it to work.
I've meticulously followed the tomcat documentation and still no luck. I went
into several famous forums and still didn't work.
For starter, I tried adding the Datasource manually in the admin sc
Lists <[EMAIL PROTECTED]> wrote:
what did you put in your web.xml?
Filip
Edward Manalansan wrote:
> Hi there,
>
> I've trying to setup a Datasource in Tomcat 5.028 and I can't get it to work.
> I've meticulously followed the tomcat documentation and still no lu
Hi,
I have the following scenerio:
I'm running a jsp on tomcat 4.1.31 fronted by apache 2.0.54. This jsp uses a
tomcat jdbc pool connection with maxWait set to 1ms. At the moment the
database is screwed up because one of the filesystems on there has filled up
from an archive job.
Now wh
th set to false. I can't really think of
what else would cause this type of delay? Hope you can help!
Thanks,
Edward.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Good idea, but no:
ovapache 6305 6304 0 Apr 05 ?1:01 /usr/j2sdk1.4.2_06/bin/java
-Xms128m -Xmx256m -Dapp=ovprd01 -Djava.endorsed.dir
Could it simply be your tomcat service is restarted let's say at midnight ?
Edward Quick a écrit :
> Hi,
>
> We have a third par
Thanks Peter. I've checked the performance history but there is very little
running on the box, and CPU is usually 99% idle. There is also 8GB of RAM on
here, and usually 6GB free.
Ed.
Have you monitored your server during that time to work out what is the
rate-limiter? On UNIX, 'vmstat 5' i
1 HostConfig[ovprd01.abc.com]: Deploying discovered web
applications
2006-04-11 04:24:36 HostConfig[ovprd01.abc.com]: Deploying discovered web
applications
2006-04-11 04:24:51 HostConfig[ovprd01.abc.com]: Deploying discovered web
applications
And no mention about a webapp shutdown or other curio
Hi,
I have an Apache mod_jk Tomcat server set up on the same host, and want to
restrict access to the Tomcat so that only the Apache on the localhost can
connect to port 8009.
I tried using org.apache.catalina.valves.RemoteAddrValve, with
allow="127.0.0.1", but the issue is that Tomcat picks
> Hi,
>
> I have an Apache mod_jk Tomcat server set up on the same host, and want
to
> restrict access to the Tomcat so that only the Apache on the localhost
can
> connect to port 8009.
>
> I tried using org.apache.catalina.valves.RemoteAddrValve, with
> allow="127.0.0.1", but the issue is t
* Edward Quick wrote (28/04/06 10:53):
>
>> > Hi,
>> >
>> > I have an Apache mod_jk Tomcat server set up on the same host, and
want
>>to
>> > restrict access to the Tomcat so that only the Apache on the
localhost
>>can
ot;
Since I am attempting to direct traffic to a seperate physical server should
all the "HOST" or "Localhost" settings be edited to reflect the ip address of
the remote server where Tomcat is running?
Any information would be much appreciated!
Thank you!
Edward
server as well?
Any information is much appreciated!
Thank you!
Edward
Hi,
Could someone point me to some docs or give me some advice on Tomcat
timeouts please? There seem to be so many places to set it!
I have an Apache 2.0.59 - mod_jk 1.2.15 - jakarta-tomcat-4.1.31 server set
up, and a webapp deployed on this which opens http connections to a 3rd
party external
What are the consequences of putting shared web resources in the "common"
folder vs. the "shared" folder?
I'm not sure how to articulate the consequences of putting shared resources
in the "common" folder.
The following below is in the documentation, but is it enough to force
another QA cycl
"common" folder?
To: Tomcat Users List
Send reply to: Tomcat Users List
> Steve Ochani wrote:
> > On 9 Jul 2008 at 11:57, Edward Song wrote:
> >
> >
> >> What are the consequences of putting shared web resources in t
I believe it is because you are sharing the class definition, not instances,
even if they are static instances.
So webapp1 will create a static instance of Sharer, so will webapp2 off of
the same class definition, but each will have its own instance.
-Original Message-
From: java_is_ever
Hi all,
Just soliciting some feedback on how to effectively, thwart data mining on
our server.
We have a reactive solution when it comes to screen scraping and data mining
on Tomcat 5.5.
We simply find the offending IP's and add them to the deny rules using the
Valve - org.apache.catali
How about putting in a lifecycle listener for Session destruction?
Ed
On Sat, Sep 27, 2008 at 6:14 PM, Martin Gainty <[EMAIL PROTECTED]> wrote:
>
> agreed.. I would definitely try that solution first
>
> also you may want to use a different connector (such as NIOConnector..)
> that supports Even
Hi,
You're going to have to do some more digging. A few questions which might
help shed some light:
Anything in the apache and tomcat logs? Look for MaxClients reached.
Anything in the syslog?
Are you using the latest apache and mod_jk ? If not, get them!
Have you checked the mod_jk setting
Hi,
As the manager servlet is currently written, is it possible to
configure it to use CLIENT-CERT authentication instead of BASIC
authentication?
I've got CLIENT-CERT working with the locally developed apps, but am
having no luck configuring the manager or admin servlets. The locally
developed
Hi,
As the manager servlet is currently written, is it possible to
configure it to use CLIENT-CERT authentication instead of BASIC
authentication?
I've got CLIENT-CERT working with the locally developed apps, but am
having no luck configuring the manager or admin servlets. The locally
developed
Does anyone have a war file blank they are willing to share that is
correctly setup for PKI on Tomcat 5.5 or 6.0?
Ed
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
I believe Oracle Corporation has an Oracle Enterprise Linux which you
can download for free. They charge you for support however.
Ed
On 11/14/07, Steve Ochani <[EMAIL PROTECTED]> wrote:
> On 14 Nov 2007 at 22:58, Lionel Crine wrote:
>
>
> > another distribution to know. You have some support. Fe
I'm getting this error on a development server as we constantly
redeploy the same app for testing. The problem does not occur until
after several dozen redeployments. This makes sense since each
redeployment contains new versions of some of the application's
classes.
Ed
On 11/16/07, Peter Crowt
The schema name is not required in general.
Speak to your DBA about creating a public synonym for the package.
Ed
On 12/5/07, khalid syed <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am trying to call a stored procedure defined within a package in Oracle
> database from my servlet using java.sql.Calla
Hi
I'm running tomcat 5.5.16 on jdk1.5.0_10, Redhat ES4 and having a problem when
I deploy my war file myApp.war. The context path is set to deploy it to
/dpm/myApp. However tomcat is deploying it to /myApp.
On my localhost (with NetBeans) running Java EE 5 SDK Update 4 on tomcat
6.0.14, the
> > > From: Edward Quick [mailto:[EMAIL PROTECTED] > > Subject: multi-level
> > > context path> > > > The context path is set to deploy it to /dpm/myApp.>
> > > > What context path? If you're talking about the path attribute of the>
request instead.
--David
Edward Mckee wrote:
When I try to load images in ROOT/images I get a "requested
resource (/images/submit.jpg) is not available." error
If I move this image to ROOT/image it works.
The the file is in the images directory webapps directory is
webapps/ ROOT/images
? If so, that's
probably receiving your request instead.
--David
Edward Mckee wrote:
When I try to load images in ROOT/images I get a "requested
resource (/images/submit.jpg) is not available." error
If I move this image to ROOT/image it works.
The the file is in the i
When I try to load images in ROOT/images I get a "requested resource
(/images/submit.jpg) is not available." error
If I move this image to ROOT/image it works.
The the file is in the images directory webapps directory is webapps/
ROOT/images/submit.jpg
The file is in the images and image dir
Morning,
With tomcat 5.5.20 I've been getting NullPointer Exceptions out of
java.lang.Package.isSealed when multiple threads hit a web-app as it's
starting up. Basically the stack trace looks like the below. I believe
that what's triggering the error in this case is an RMI thread loading
the class
I have a question about the difference between TC 5.5 and 6.
We use 5.5 as our standard, but a vendor we are working with is insisting their
webapp will only work with TC6 because they have coded to JSP standard 2.2 (may
be 2.1?)
I have a couple of questions about this:
Where do I go to check
Hi,
I would like to specify my own tomcat-users.xml for my webapp to use (not the
server's main one in conf/tomcat-user.xml).
I tried the following configuration in my webapp's context.xml file but
unfortunately when I went to the URL, I wasn't even prompted for a logon:
Could so
ers.xml is:
>
> whats in your web.xml ?
>
> is your app forcing a login ?
>
> all the realm provides is a system to do authentication
> unless you are triggering it, it isn't used
>
>
>
> On Wed, 2008-03-12 at 10:36 +, Edwa
008-03-12 12:18:52,295 DEBUG org.apache.commons.digester.Digester.sax -
characters(
)
2008-03-12 12:18:52,295 DEBUG org.apache.commons.digester.Digester.sax -
startElement(,,role)
2008-03-12 12:18:52,295 DEBUG org.apache.commons.digester.Digester - Pushing
body text '
> On your r
18:52,294 DEBUG org.apache.commons.digester.Digester - No
> rules found matching 'tomcat-users/role'.
> 2008-03-12 12:18:52,294 DEBUG org.apache.commons.digester.Digester -
> Popping body text '
>
> '
> 2008-03-12 12:18:52,295 DEBUG org.apache.commons.digester.Digeste
Thanks Chuck.
Here is my context.xml now:
And this is in the webapp's META-INF. I also updated the webapps web.xml file
so that it refers to SampleUserDatabase instead of Tomcat's UserDatabase.
SampleUserDatabase
org.apache.catalina.UserDatabase
Unfortunatel
Thanks Chuck,
I'm not sure about that because I copied the format that's used in the tomcat
manager webapp 's web.xml in
tomcat-5.5.16/server/webapps/manager/WEB-INF/web.xml
which has in it:
Link to the UserDatabase instance from which we request lists of
defined role n
I have a web application that includes a jndi resource data sourcedefined in
context.xml. This is causing me problems when I deploy todifferent environments
(test/production) because the data sourceparameters change. What is the
preferred way to store such jndiinformation external to the war?
T
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
the jvm can't find a native library, which will be called libeMatrix.so
on a *nix system, or eMatrix.dll on win. This library should be
somewhere in the eMatrix distribution and you must make sure that it's
on the java.library.path, which you can find
s
are all where they should be)?
thanks for any pointers,
edward
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAkk32XEACgkQ0JfS0fIxFN2aygCgh97YxFfO0lQ/eQ5qRYrp+311
lkUAnjsEy2nCg2g59P7d8ZZoORhe1Loc
=Hjdg
--
uring development, so it should have worked on Tomcat 5.5; but maybe not.
Oh well.
Edward Barrow wrote:
> I'm developing a webapp using Netbeans 6.5 and it works fine on the
> development machine. On deploying it to a semi-production machine, it
> immediately fails with a 404 "Serv
Support for what you want to do is actually a feature in Oracle 11g. For
Oracle 10g, you want to look at the publish/subscribe support which is part
of advanced queueing. The documentation is available online at
http://otn.oracle.com.
Ed
On Tue, Jan 6, 2009 at 5:22 PM, Bill Davidson wrote:
>
It is not necessary to poll an Oracle database. Advanced queueing in
combination with triggers provide an event driven framework.
Ed
On Tue, Jan 6, 2009 at 5:28 PM, Mark Thomas wrote:
> Bill Davidson wrote:
> > Is it possible to set up a callback like situation so that a trigger in
> an
> > Or
r RESTful).
>
>
> Regards, Youssef
>
>
> On Wed, Jan 7, 2009 at 12:26 AM, Edward Dowgiallo >wrote:
>
> > Support for what you want to do is actually a feature in Oracle 11g. For
> > Oracle 10g, you want to look at the publish/subscribe support which is
> part
;
> iEYEARECAAYFAkmsFQIACgkQ9CaO5/Lv0PC2mACdEmW+hq/u2W+jY7kgr9Md4Qhm
> dBQAnRxW3YE+wsbX3Nabkauk513AtYpc
> =DXBg
> -END PGP SIGNATURE-
>
> -----
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>
--
Regards,
Edward Song
Java Web Developer
631-396-5000 x306
This is a Fantastic request for Info. I am relieved to know there are some
folks that can still frame a question in such a way to be a pleasure to read.
Thanks,
Ed
-Original Message-
>From: André Warnier
>Sent: Mar 13, 2009 12:04 PM
>To: Tomcat Users List
>Subject: Re: Tomcat for Dumm
What Tomcat, Java and OS versions were they?
-Original Message-
>From: Pid
>Sent: Apr 2, 2009 1:14 PM
>To: Tomcat Users List
>Subject: Re: CPU 100% and restart...
>
>Laura Bartolomé wrote:
>> Hi again
>>
>> A few minutes ago we have these problems in our server:
>>
>> The CPU usage was
Charles,
When you say conf/Catalina/[host]/[appName].xml what are you refering to when
you say .../host/ ? What do you want us to add as /host/ / Can you
give example?
/Ed
-Original Message-
>From: "Caldarale, Charles R"
>Sent: Apr 3, 2009 10:16 AM
>To: Tomcat Users List
>Sub
Ok, got it...Thanks for quick response...
/Ed
-Original Message-
>From: "Caldarale, Charles R"
>Sent: Apr 3, 2009 10:50 AM
>To: Tomcat Users List
>Subject: RE: Context and swallowOutput
>
>> From: Caldarale, Charles R
>> Subject: RE: Context and swallowOutput
>>
>> Strictly speaking, th
I am up for fish 'n' chips at duggy's
-Original Message-
>From: "Caldarale, Charles R"
>Sent: Apr 23, 2009 9:17 AM
>To: Tomcat Users List
>Subject: RE: Tomcat users meetup in London
>
>> From: Mark Thomas [mailto:ma...@apache.org]
>> Subject: Tomcat users meetup in London
>>
>> Just
I use Statcounter.com The free version gives me stats and tracks. Maybe it will
work for you.
-Original Message-
>From: Andrew Davidson
>Sent: Apr 29, 2009 6:24 PM
>To: 'Tomcat Users List'
>Subject: RE: looking for a web usesage / analytics package
>
>Hi Hassan
>
>Thanks for the sugges
Hi,
Apologies in advance if this is the wrong mailing list. I was unable to find
one specific to mod_jk and this looked the most relevant.
I have the following apache tomcat server configuration set up: Apache 2.2.3 ,
mod_jk 1.2.32 , and tomcat 6.0.32 running HelloWorld.war
If I send a request
Thanks for your replies. I found the solution was to set JkWatchdogInterval (by
default this is not on). I set it to 30, and observed the FIN_WAIT disappears
after 60 seconds (this could be the worker.maintain setting?) and the
CLOSE_WAIT thread disappeared when it reached the connection_pool_ti
You could try adding JkWatchDogInterval 30. That did the trick for me.
-Original Message-
From: Jagadish Raj R [mailto:jagadish_ra...@symantec.com]
Sent: 24 August 2011 10:39
To: Tomcat Users List
Subject: Ajp13Processor threads are not getting closed.
Hi Tomcat Users,
I have a Tomcat se
ntec.com
-Original Message-
From: Edward Quick [mailto:edward.qu...@iggroup.com]
Sent: Wednesday, August 24, 2011 3:20 PM
To: Tomcat Users List
Subject: RE: Ajp13Processor threads are not getting closed.
You could try adding JkWatchDogInterval 30. That did the trick for me.
-Or
Hi there,
I was testing out the packet forgery example (at
https://issues.apache.org/bugzilla/show_bug.cgi?id=51698)
to see if my site was vulnerable and got the following results.
I'm not sure looking at the code comments in ForwardRequestForgeryExample.java
if the output below means it's vulner
Sent: 02 September 2011 14:18
To: Tomcat Users List
Subject: Re: Bug 51698 - ajp CPing/Forward-Request packet forgery
On 02/09/2011 14:12, Edward Quick wrote:
> Hi there,
>
> I was testing out the packet forgery example (at
> https://issues.apache.org/bugzilla/show_bug.cgi?id=51698)
&g
Hi,
I have an ssl handshake issue with an application running on tomcat that talks
to an ssl site. This site renewed their ssl certificate recently, however it
was signed with the G5 and G3 intermediate verisign CA certificates which are
imported into the java truststore that my tomcat uses.
I
Sent: 11 October 2011 16:30
To: Tomcat Users List
Subject: Re: ssl handshake problem
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Edward,
On 10/11/2011 9:21 AM, Edward Quick wrote:
> I have an ssl handshake issue with an application running on
> tomcat that talks to an ssl site. This site
Found out the reason for the ssl handshake error. The certificate chain was in
the wrong order (being server certificate, Root CA, Intermediate, instead of
server certificate, Intermediate, Root CA).
-Original Message-
From: Edward Quick [mailto:edward.qu...@iggroup.com]
Sent: 12
[mailto:a...@ice-sa.com]
Sent: 12 October 2011 16:41
To: Tomcat Users List
Subject: Re: ssl handshake problem
Edward Quick wrote:
> Thanks for your reply Chris. No I'm not confident a restart would fix it.
> Having said that I haven't seen the ssl handshake problem since ye
Sorry I meant it was a java issue (typo!)
-Original Message-
From: Edward Quick
Sent: 17 October 2011 09:17
To: Tomcat Users List
Subject: RE: ssl handshake problem
Hi Andre, thanks for your reply.
I tested this a bit more and did a write up of the problem for anyone who's
inter
Yeah, but I thought OpenSSL had a patch for this that worked.
Read...#2635: 1/n-1 record splitting technique for CVE-2011-3389
-Original Message-
>From: Brian Braun
>Sent: Sep 14, 2012 11:12 PM
>To: Tomcat Users List
>Subject: Is there a REAL solution to the "BEAST attack" (CVE-2011-338
I agree, I have enjoying Charles remarks and comments as well.
I say to PID, he needs to PIDDLE off and leave us alone.
/Ed
-Original Message-
>From: Jordan Michaels
>Sent: Feb 8, 2011 3:39 PM
>To: Tomcat Users List
>Subject: Re: Is IBM Right About Java?
>
>pid's using a mail client th
a?
>
>On 2/9/11 8:01 PM, Edward Bicker wrote:
>>
>> I agree, I have enjoying Charles remarks and comments as well.
>> I say to PID, he needs to PIDDLE off and leave us alone.
>> /Ed
>
>// eds_sense_of_humor is a little-known but primitive type
>char *str = (c
In the served files log.
-Original Message-
>From: Jeff Hubbs
>Sent: Oct 14, 2010 12:15 PM
>To: Tomcat Users List
>Subject: Re: Where do files served get logged?
>
> On 10/14/10 12:08 PM, Caldarale, Charles R wrote:
>>
>>> I'm trying to make sure Tomcat is not serving static
>>> fil
Krb5LoginModule is actually reading /usr/share/tomcat7c/conf/tomcat7.keytab; I
can change:
keyTab="/usr/share/tomcat7c/conf/tomcat7.keytab"
to:
keyTab="/usr/share/tomcat7c/conf-junk/tomcat7.keytab"
and get the same log "Key for the principal...not available" result (+ "-junk"
of course).
Well-founded guidance, clues, and even good guesses are all welcome.
Edward
e tomcat hostname explicitly into the list of
> "trusted" servers ?).
André,
Thanks for the good guess. The server, DC and workstation are all virtual hosts
in an isolated lab context. So tinkering around with configurations isn't a
problem. I'v
From: Felix Schumacher [felix.schumac...@internetallee.de]
Sent: Friday, May 31, 2013 1:18 PM
To: users@tomcat.apache.org
Subject: Re: Tomcat7 and SPNEGO configuration questions
Am Freitag, den 31.05.2013, 10:17 -0500 schrieb Edward Siewick:
>&
From: Felix Schumacher [felix.schumac...@internetallee.de]
Sent: Friday, May 31, 2013 3:22 PM
To: users@tomcat.apache.org
Subject: Re: Tomcat7 and SPNEGO configuration questions
Hi Edward.
Am Freitag, den 31.05.2013, 13:24 -0500 schrieb Edward Siewick
CP:88, timeout=3, number
>>> of retries =3, #bytes=255
>>> KDCCommunication: kdc=openiddc.openidmdev.com TCP:88, timeout=3,Attempt
>>> =1, #bytes=255
>>>DEBUG: TCPClient reading 1611 bytes
>>> KrbKdcReq send: #bytes read=1611
>>> Krb
1 - 100 of 126 matches
Mail list logo