Hi,
I'm running Tomcat 7.0.32 on jdk1.6.0_06 and am having problems with
client browser (IE8) SPNEGO authentication.
I referred to this page when checking the browser configuration, which
runs on Windows XP.
http://www.oracle.com/technetwork/articles/idm/weblogic-sso-kerberos-161
9890.html
,
On 4/19/2010 5:42 PM, Marsh, Geoffrey (NIH/CIT) [E] wrote:
> Good evening. I would like to bind a specific application within
> Tomcat to a specific CPU or pair of CPUs on a Windows Server.
To follow-up on Andre's reply: you cannot control this from within
Java/your webapp itself: you
Thanks Andre. That makes sense. I appreciate the quick reply.
-Original Message-
From: André Warnier [mailto:a...@ice-sa.com]
Sent: Monday, April 19, 2010 5:48 PM
To: Tomcat Users List
Subject: Re: Binding Tomcat Apps to Specific CPUs in Windows
Marsh, Geoffrey (NIH/CIT) [E] wrote
Good evening. I would like to bind a specific application within Tomcat to a
specific CPU or pair of CPUs on a Windows Server.
I'm having no luck finding documentation or list threads about this. Anybody
done this? Any guidance or pointers would be greatly appreciated.
If it helps, software and
Hi everyone.
Sorry it took some time but here it is. It actually looks like changing the
variables to method variables fixed the problem. It has been running for 3 days
now without any problems.
Thanks everyone.
Best Regards
Geoffrey
Phone Norway: +47 45 86 53 83
Fileflow Technologies AS
Java is the same and no APR.
On 25 Nov 2009, at 15:10, Pid wrote:
> On 25/11/2009 14:04, geoff...@fileflow.com wrote:
>>
>> Hardware is different. The one working is a much older machine we use as
>> development server (less memory, older CPU, less disk, etc). OS is the same
>> and apache is
ream();
>> byte[] buf = new byte[8 * 1024]; // 8K buffer
>> int bytesRead;
>> while((bytesRead = in.read(buf)) > 0) {
>> out.write(buf, 0, bytesRead);
>> }
>>
>>
>> The updated code didn't change anything in that Servlet so I really
>> ha
t;>>>>>>> seems that it is less often.
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> So it is random... I wonder what can trigger it.
>>>>>>>>>>
>>>>>>>>>
>> configuration as a whole?
>>>>>>>>
>>>>>>>> There was the following bugreport recently:
>>>>>>>> https://issues.apache.org/bugzilla/show_bug.cgi?id=48105
>>>>>>>>
>>>>>>>
>>>>>>
>>>>>> The reporter of issue 48105 wrote that he saw exceptions in 6.0.18,
>>>>>> .20 as well, but no stack traces were provided, so it is unconfirmed.
>>>>>
>>>>> I don't think we got to the bottom of w
>>>> .20 as well, but no stack traces were provided, so it is unconfirmed.
>>>
>>> I don't think we got to the bottom of why that was happening. I was hoping
>>> the problem would be in the same method, but it's not in exactly the same
>>&g
On 25 Nov 2009, at 04:14, Konstantin Kolinko wrote:
> 2009/11/24 :
>> HTTP connector. I'll attach the conf folder from tomcat.
>>
>>
>>
>>
>>
>> Best Regards
>>
>> Geoffrey
>>
>> Phone Norway: +47 45 86
I changed the size to 4K, 50K and 1 byte without any luck.
Best Regards
Geoffrey
Phone Norway: +47 45 86 53 83
Fileflow Technologies AS
Ole Deviks vei 35, 0668 Oslo, Norway
-
On 25 Nov 2009, at 00:28, Pid wrote:
> On 24/11/2009 20:03, Konstan
I can't find anything in the list archive. You're sure it's not another list?
Best Regards
Geoffrey
Phone Norway: +47 45 86 53 83
Fileflow Technologies AS
Ole Deviks vei 35, 0668 Oslo, Norway
-
On 24 Nov 2009, at 19:18, Pid wrote:
>
Same problem. I'm getting lost.
Best Regards
Geoffrey
Phone Norway: +47 45 86 53 83
Fileflow Technologies AS
Ole Deviks vei 35, 0668 Oslo, Norway
-
On 24 Nov 2009, at 18:38, g f wrote:
> Perhaps change your code from
> while((bytesRead =
There is a different amount of data sent each time before it crashes. I also
tried byte by byte and gets the same error but it seems that it is less often.
Best Regards
Geoffrey
Phone Norway: +47 45 86 53 83
Fileflow Technologies AS
Ole Deviks vei 35, 0668 Oslo, Norway
The files are up to 30GB so it is not a solution. When I try without the buffer
it doesn't seem to work at all. What I mean is that the servlet sends some data
before the error occurs when sending with the buffer but I get 0KB without.
Best Regards
Geoffrey
Phone Norway: +47 45 86
The bytesRead returns the size of the buffer (8KB) every time. I also debug and
I can't find anything wrong. Input and OutputStream are not null, bytesRead is
the correct size and the buffer is also filled.
Any other ideas?
Best Regards
Geoffrey
On 24 Nov 2009, at 18:13, Ronald Klop
r
int bytesRead;
while((bytesRead = in.read(buf)) > 0) {
out.write(buf, 0, bytesRead);
}
The updated code didn't change anything in that Servlet so I really have no
clue what happened. It happens on tomcat 6.0.18 and 6.0.20. Java is 1.6.0_11.
Thanks for any help.
Best Regards
Wierd. I checked all of your points and they seemed fine. I 'cleaned'
my project, and the warning went away. I know I did that before
Thanks for the help.
~ Geoff ~
-Original Message-
From: Martin Gainty [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 06, 2008 10:38 AM
To: To
validation check? It looks like it's
complaining you might have a ...
element that's empty.
--David
Bell, Geoffrey T. wrote:
> I'm getting a warning that I can't seem to find an answer for. The
> Eclipse console is stating:
>
> Severity and Description:
>
Sure, here it is:
http://java.sun.com/dtd/web-app_2_3.dtd";>
emtk-air
LiveCycle Data Services Application
flex.class.path
/WEB-INF/flex/hotfixes,/WEB-INF/flex/jars
contextConfigLocation
classpath:/security-context.xml
I'm getting a warning that I can't seem to find an answer for. The
Eclipse console is stating:
Severity and Description:
CHKJ4014W: Empty Entry of Type Parameter Name.
Path:
emtk-air/src/main/webapp/WEB-INF
Resource:
web.xml
Location:
[EMAIL PROTECTED]
e (paramName: n
23 matches
Mail list logo