Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mark,
On 1/20/2011 6:27 PM, Mark Thomas wrote:
On 20/01/2011 23:23, Christopher Schultz wrote:
I happen, for the sake of simplicity, to be using a non-file multipart
part. Could that be confusing things?
It may well be.
I told when a jsp file is edited on Eclipse WTP, and published, the
tomcat work directory is removed and regenerated.
I checked more and more and finally found out that this happens only
when the project web context root is "/" in Eclipse Project properties.
When a project has other context r
2011/1/21 Adib :
> I am wondering why does tomcat need a shut down port on windows but
> not on Unix. My guess is that UNIX has support for signals and on
> shutdown you can do kill -3 to get the JVM to shutdown but windows
> they can't for some reason. If anyone can shed some light on this for
> m
I checked the timestamp of JSP and class/java file.
When I edited JSP in Eclipse editor and saved the file, it was published
to
workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/myweb/...
directory.
I checked the contends and times stamp of jsp file, it was proper.
Al
Hi,
I am wondering why does tomcat need a shut down port on windows but
not on Unix. My guess is that UNIX has support for signals and on
shutdown you can do kill -3 to get the JVM to shutdown but windows
they can't for some reason. If anyone can shed some light on this for
me, it would be great,
Hi,
In the latest Tomcat codes, I saw that a new thread is created for listener
start, filter start and loadOnStartup. But the two methods bindThread and
unbindThread is marked as private, how about making those methods protected
? So that other containers could use those two methods for their own
Hi,
Is there a reason why InternalNioInputBuffer automatically grows its buffer,
effectively ignoring the maxHttpHeaderSize setting, while
InternalNioOutputBuffer doesn't? I was playing around with the setting, and set
it to a rather small value. While large requests seem to go through without
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mark,
On 1/20/2011 6:27 PM, Mark Thomas wrote:
> On 20/01/2011 23:23, Christopher Schultz wrote:
>> I happen, for the sake of simplicity, to be using a non-file multipart
>> part. Could that be confusing things?
>
> It may well be. The parts are expe
On 20/01/2011 23:23, Christopher Schultz wrote:
> Mark,
>
> On 1/20/2011 5:24 PM, Mark Thomas wrote:
>> On 20/01/2011 22:10, Christopher Schultz wrote:
>>> All,
>>>
>>> I'm working on a patch for allowing multipart parsing when a servlet
>>> doesn't have the @MultipartConfig annotation but I'm hav
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mark,
On 1/20/2011 5:24 PM, Mark Thomas wrote:
> On 20/01/2011 22:10, Christopher Schultz wrote:
>> All,
>>
>> I'm working on a patch for allowing multipart parsing when a servlet
>> doesn't have the @MultipartConfig annotation but I'm having trouble
Jill -
Check your Windows firewall settings on the 2008 server.
It's pretty locked down by default.
Name/address resolution seems to be fine, so next thing to do is look for comms
blocking, e.g. the Windows firewall or any external firewall.
Jeff
> -Original Message-
> From: Jill Han [mai
On 20/01/2011 22:10, Christopher Schultz wrote:
> All,
>
> I'm working on a patch for allowing multipart parsing when a servlet
> doesn't have the @MultipartConfig annotation but I'm having trouble
> testing the case where the servlet *does* have the annotation.
And the winner is...
> 2. Tomcat
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All,
I'm working on a patch for allowing multipart parsing when a servlet
doesn't have the @MultipartConfig annotation but I'm having trouble
testing the case where the servlet *does* have the annotation.
I essentially have this:
@MultipartConfi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Reshma,
http://www.catb.org/~esr/faqs/smart-questions.html
On 1/20/2011 6:06 AM, reshma balsaraf wrote:
> org.apache.catalina.core.ApplicationDispatcher invoke
> SEVERE: Servlet.service() for servlet jsp threw exception
> java.lang.NullPointerExcepti
Here is ping output.
Pinging DCSRV1.emp.alverno.edu [10.0.60.30] with 32 bytes of data:
Reply from 10.0.60.30: bytes=32 time<1ms TTL=127
Reply from 10.0.60.30: bytes=32 time<1ms TTL=127
Reply from 10.0.60.30: bytes=32 time<1ms TTL=127
Reply from 10.0.60.30: bytes=32 time<1ms TTL=127
Ping statisti
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mark,
On 1/20/2011 12:28 PM, Mark Thomas wrote:
> On 20/01/2011 17:25, neo21 zerro wrote:
>> Hi Mikolaj and Mark,
>>
>>
>> Thanks for the replay. The problem is that I read the specifications and I
>> still don't know how to push the login detail
Jill Han wrote:
...
Jan 19, 2011 3:29:26 PM org.apache.catalina.realm.JNDIRealm
authenticate
SEVERE: Exception performing authentication
javax.naming.PartialResultException [Root exception is
javax.naming.CommunicationException: DomainDnsZones.emp.alverno.edu:389
[Root exception is java.net.U
Still no luck after trying adCompat="true".
Thanks,
Jill
-Original Message-
From: Felix Schumacher [mailto:felix.schumac...@internetallee.de]
Sent: Thursday, January 20, 2011 11:11 AM
To: Tomcat Users List
Subject: RE: how to configue tomcat ldap 2008
X-HOSTLOC: alverno.edu/10.0.60.9
Am
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
David,
On 1/20/2011 5:02 AM, Rhonny David wrote:
> We are facing session termination problem in Tomcat 6.0.29. In web.xml of our
> application, we have configured session timeout as 60 minutes, but tomcat is
> giving no respect to it, rather it rand
On 1/20/11 5:41 PM, neo21 zerro wrote:
> How do I set it?Is it a configuration is my deployment descriptor or in the
> server.xml file?In tomcat 7 ..
If you're using Tomcat 7.0, just login programmatically using the
HttpServletRequest.login(user, pass) method.
p
0x62590808.asc
Descripti
How do I set it?Is it a configuration is my deployment descriptor or in the
server.xml file?In tomcat 7 ..
Thanks!
When our application forces to terminate a user session explicitly,
then session listener logs print as follows:
12:16:37,812 INFO [http-8080-24] Log1:9 - SessionCounter |
sessionDestroyed(HttpSessionEvent se) | Start
12:16:37,812 INFO [http-8080-24] Log1:9 - SessionCounter |
sessionDestro
On 20/01/2011 17:28, Ingo Fischer wrote:
> Hello!
>
> I want to develop applications with Tomcat 7, using Maven for dependency
> management.
>
> I'm used to develop apps for Glassfish (which is built by Maven), but Tomcat
> seems to be built completely by Ant, so i cannot see what dependencies
>
On 20/01/2011 17:25, neo21 zerro wrote:
> Hi Mikolaj and Mark,
>
>
> Thanks for the replay. The problem is that I read the specifications and I
> still don't know how to push the login details
> and the request for the main page in one call.
In Tomcat 6.0.x you can't. In Tomcat 7, the lan
Hello!
I want to develop applications with Tomcat 7, using Maven for dependency
management.
I'm used to develop apps for Glassfish (which is built by Maven), but Tomcat
seems to be built completely by Ant, so i cannot see what dependencies
Tomcat exactly relies on.
Where can i find all matching d
Hi Mikolaj and Mark,
Thanks for the replay. The problem is that I read the specifications and I
still don't know how to push the login details
and the request for the main page in one call.
The fact is that I need to open a browser from a swing app with the main
page
for my other appl
Thanks. I think Mark identified the memory problem in 6.0.30. So we will try
again when a new release is available with the fix. For now we've reverted to
6.0.20 which seems to be free of both defects.
Yuesong
On Jan 20, 2011, at 11:38 AM, Jason Pyeron wrote:
>> -Original Message-
>> F
Am Donnerstag, den 20.01.2011, 07:19 -0600 schrieb Jill Han:
> Thanks for your reply.
> 1. Apache Tomcat version is 5.5.15.
> 2. Below is from the log file.
> Jan 19, 2011 3:29:26 PM org.apache.catalina.realm.JNDIRealm authenticate
> SEVERE: Exception performing authentication
> javax.naming.Partia
Op donderdag, 20 januari 2011 17:03 schreef Mark Thomas :
On 20/01/2011 15:45, Mark Thomas wrote:
> On 20/01/2011 15:29, Mark Thomas wrote:
>> On 20/01/2011 11:50, Ronald Klop wrote:
>>> Hi,
>>>
>>> In this mail thread there is mention of a memory leak which is fixed in
>>> Tomcat 7.0.6.
>
> -Original Message-
> From: Yuesong Wang
> Sent: Thursday, January 20, 2011 10:41
> To: Tomcat Users List
> Subject: Re: Request Line Truncated and Caused 501
>
> Thanks. I tried 6.0.30, but under heavy load in our
> production environment, its memory usage shot up in a matter
> of min
On 20/01/2011 15:45, Mark Thomas wrote:
> On 20/01/2011 15:29, Mark Thomas wrote:
>> On 20/01/2011 11:50, Ronald Klop wrote:
>>> Hi,
>>>
>>> In this mail thread there is mention of a memory leak which is fixed in
>>> Tomcat 7.0.6.
>>> http://marc.info/?l=tomcat-user&m=129487211630075&w=2
>>>
>>> Is
On Thu, 20 Jan 2011 15:16:15 +, Mark Thomas
wrote:
Read up on FORM auth in the Servlet spec. There is a specific
sequence
of events that looks roughly like (for a successful auth):
1. Browser sends original request
2. Server saves request, creates session and responds with login page
3
On 20/01/2011 15:29, Mark Thomas wrote:
> On 20/01/2011 11:50, Ronald Klop wrote:
>> Hi,
>>
>> In this mail thread there is mention of a memory leak which is fixed in
>> Tomcat 7.0.6.
>> http://marc.info/?l=tomcat-user&m=129487211630075&w=2
>>
>> Is it possible that this leak also exists in 6.0.30
Thanks. I tried 6.0.30, but under heavy load in our production environment, its
memory usage shot up in a matter of minutes and we had to bring it down. We did
not see that in 6.0.29.
Yuesong
On Jan 19, 2011, at 5:59 PM, Mark Thomas wrote:
> On 19/01/2011 19:54, Yuesong Wang wrote:
>> Hi,
>>
On 20/01/2011 14:55, Reinwald Warapen wrote:
> On 1/20/2011 8:03 PM, Caldarale, Charles R wrote:
>>> From: Reinwald Warapen [mailto:reinwal...@directi.com]
>>> Subject: Re: Why cant the the classes (in the jars) places in
>>> Tomcat/lib see the classes from the webapp/WEB-INF/lib.
>>> After reading
On 20/01/2011 11:50, Ronald Klop wrote:
> Hi,
>
> In this mail thread there is mention of a memory leak which is fixed in
> Tomcat 7.0.6.
> http://marc.info/?l=tomcat-user&m=129487211630075&w=2
>
> Is it possible that this leak also exists in 6.0.30 (and not in 6.0.29)?
> We are seeing problems s
On 20/01/2011 10:02, neo21 zerro wrote:
> Hello,
>
>
>I'm using Tomcat 6.0.26 and java 1.5 SDK and I'm trying to implement a
> programmatic login in tomcat.
>I'm using JAAS for the container based security. Is there anyone that has
> done this before?
>I've tryied to bypass it by
On 20/01/2011 09:10, Amol Puglia wrote:
> Hello Mikolaj,
>
> Thanks a lot for your quick response.
>
> I have uncommented the servlet mapping in web.xml in conf directory of tomcat
> and it has resolved our issue.
If you have uncommented the invoker servlet I trust you have read the
warnings an
On 1/20/2011 8:20 PM, Martin Grotzke wrote:
On Thu, Jan 20, 2011 at 2:24 PM, Reinwald Warapenwrote:
@Martin :Actually I was trying to write my own Session Manager since i
wanted to store the session into mysql. The issue was when deserializing
Tomcat could not find the classes since the objects
> From: Reinwald Warapen [mailto:reinwal...@directi.com]
> Subject: Re: Why cant the the classes (in the jars) places in Tomcat/lib see
> the classes from the webapp/WEB-INF/lib.
> Then how do you suggest going about it?
Exactly as others have suggested. For example:
http://marc.info/?l=tomcat
On 1/20/2011 8:03 PM, Caldarale, Charles R wrote:
From: Reinwald Warapen [mailto:reinwal...@directi.com]
Subject: Re: Why cant the the classes (in the jars) places in Tomcat/lib see
the classes from the webapp/WEB-INF/lib.
After reading the docs I figured that one work around would be to define
On Thu, Jan 20, 2011 at 2:24 PM, Reinwald Warapen wrote:
>
> @Martin :Actually I was trying to write my own Session Manager since i
> wanted to store the session into mysql. The issue was when deserializing
> Tomcat could not find the classes since the objects stored in the sessions
> are related t
> From: Reinwald Warapen [mailto:reinwal...@directi.com]
> Subject: Re: Why cant the the classes (in the jars) places in Tomcat/lib see
> the classes from the webapp/WEB-INF/lib.
> After reading the docs I figured that one work around would be to define
> my web-app/lib in the common class load
> From: Rhonny David [mailto:rhonnyda...@yahoo.com]
> Subject: Tomcat 6 sessino timeout problem
> We are facing session termination problem in Tomcat 6.0.29. In web.xml of our
> application, we have configured session timeout as 60 minutes, but tomcat is
> giving no respect to it, rather it ran
Thanks for your reply.
1. Apache Tomcat version is 5.5.15.
2. Below is from the log file.
Jan 19, 2011 3:29:26 PM org.apache.catalina.realm.JNDIRealm authenticate
SEVERE: Exception performing authentication
javax.naming.PartialResultException [Root exception is
javax.naming.CommunicationException:
On 1/20/2011 2:54 PM, Martin Grotzke wrote:
Hi,
I just got pinged by Reinwald (we're already on contact via email) regarding
this issue. I created the memcached-session-manager (
http://code.google.com/p/memcached-session-manager/ ) for which Reinwald is
trying to create a custom serializer/tran
On 1/20/2011 4:23 AM, Christopher Schultz wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Mark,
On 1/19/2011 2:27 PM, Reinwald Warapen wrote:
On 1/20/2011 12:47 AM, Mark Thomas wrote:
On 19/01/2011 19:17, Reinwald Warapen wrote:
I am writing a serializer/deserializer functionality (used
On 19 January 2011 16:30, Christopher Schultz
wrote:
> [Peter]
>> I'm actually interested to know your environment for your
>> precision.c code, as a single-precision (32-bit) float is only good for 6-7
>> significant figures and your answers agree to 11sf.
... and I'm cross-eyed and can't count
Hello,
I'm using Tomcat 6.0.26 and java 1.5 SDK and I'm trying to implement a
programmatic login in tomcat.
I'm using JAAS for the container based security. Is there anyone that has
done this before?
I've tryied to bypass it by making a post with the username and the
password
Dear All,
We are facing session termination problem in Tomcat 6.0.29. In web.xml of our
application, we have configured session timeout as 60 minutes, but tomcat is
giving no respect to it, rather it randomly terminates user session. We have
implemented the HttpSessionListener and we have found
Hi,
I just got pinged by Reinwald (we're already on contact via email) regarding
this issue. I created the memcached-session-manager (
http://code.google.com/p/memcached-session-manager/ ) for which Reinwald is
trying to create a custom serializer/transcoder (memcached-session-manager,
msm, basic
Hello Mikolaj,
Thanks a lot for your quick response.
I have uncommented the servlet mapping in web.xml in conf directory of tomcat
and it has resolved our issue.
Now we are successfully able to upload the file.
Thanks once again.
--- On Thu, 1/20/11, Mikolaj Rydzewski wrote:
From: Mikolaj
On Wed, 19 Jan 2011 23:56:27 -0800 (PST), Amol Puglia
wrote:
I am having one application deployed on tomcat. The entire
application is working fine.
But one of the functionality in the application ie. file upload is
not working.
You should rather contact your application's vendor for help
Hello Amol.
Amol Puglia wrote:
Hello Team,
I am having one application deployed on tomcat. The entire application is
working fine.
But one of the functionality * in the application * ie. file upload is not
working.
^
54 matches
Mail list logo