OT: jaxb and xml parsing

2011-09-23 Thread alexis
Hello, sorry to post OT, im facing an issue to handle some xml using jaxb and i would like to know if somebody can help on this. Again, sorry to bother on this, but is important. thanks in advance - To unsubscribe, e-mail: users

Re: Unable to compile class for JSP

2011-09-23 Thread Konstantin Kolinko
2011/9/24 R4IDER : > > Hi, > > Does anyone know how to go about fixing the error below; I have spent a good > 12 hours trying to work it out. > > > HTTP Status 500 - > > type Exception report > > message > > description The server encountered an internal error () that prevented it > from fulfilling

Unable to compile class for JSP

2011-09-23 Thread R4IDER
Hi, Does anyone know how to go about fixing the error below; I have spent a good 12 hours trying to work it out. HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception org.apache.jasp

RE: Session management issue with Tomcat

2011-09-23 Thread Martin O'Shea
I should have mentioned that as only one user can be logged into a browser session at any one time, they do have to log out for another user to log on. But the logging out process does not do any cookie handling or server-session invalidation. This last step maybe the missing link. -Original

Re: Trying to get 2 instances of Tomcat 6.0.x (Red Hat) to work (each having their own lib directories)...

2011-09-23 Thread Mark Eggers
- Original Message - > From: Casey Burk > To: users@tomcat.apache.org > Cc: > Sent: Thursday, September 22, 2011 12:33 PM > Subject: Trying to get 2 instances of Tomcat 6.0.x (Red Hat) to work (each > having their own lib directories)... > > Hello all! > > First and foremost, forgive

RE: Tomcat 7.0.21: BufferOverflowException in AjpAprProcessor.output()

2011-09-23 Thread Konstantin Preißer
Hi Chris, > -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Friday, September 16, 2011 10:56 PM > To: Tomcat Users List > Subject: Re: Tomcat 7.0.21: BufferOverflowException in > AjpAprProcessor.output() > > Does that mean that the client never

Re: Different response with jsessionid in the request url between tomcat 6.0.32 and tomcat 6.0.33 for my project

2011-09-23 Thread 陈俊宇
The issue what you have mentioned may be the key point to resolve the problem. I'll look into it and try what you have asked. Thanks. 2011/9/23 Konstantin Kolinko > 2011/9/23 陈俊宇 : > > Hi, > > I have been puzzling about this question for two days. There is > little > > relative information c

Re: Different response with jsessionid in the request url between tomcat 6.0.32 and tomcat 6.0.33 for my project

2011-09-23 Thread Konstantin Kolinko
2011/9/23 陈俊宇 : > Hi, >     I have been puzzling about this question for two days. There is little > relative information can be found with Google. >     Looking forward for help.  Any thought will be appreciated. Thanks a > lot. Here is the detail. >     The request like this >     " > http://www.

Re: Availability of Tomcat 5.5.34

2011-09-23 Thread Jim Jagielski
Tomcat 5.5.34 was released and announced yesterday... - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: Limiting access to resources, based on username, not on the user role

2011-09-23 Thread Chema
> > In your code, you would examine the Principal & see if it had permission > to proceed.  Then return the resource or an error, accordingly. > On my way , I would put "your code that examine the Principal & see if it had permission " into a custom realm class. This custom realm can check only u

Re: Limiting access to resources, based on username, not on the user role

2011-09-23 Thread Omar Belkhodja
Thanks. It's clear now :) 2011/9/23 Pid > On 22/09/2011 23:23, Omar Belkhodja wrote: > > Thanks Pid. What do you mean by "a mapping" ? Is it some kind of servlet > > that would read the file, and create the HTTP answer after having checked > > the login ? > > An arbitrary URL structure: > > /im

Different response with jsessionid in the request url between tomcat 6.0.32 and tomcat 6.0.33 for my project

2011-09-23 Thread 陈俊宇
Hi, I have been puzzling about this question for two days. There is little relative information can be found with Google. Looking forward for help. Any thought will be appreciated. Thanks a lot. Here is the detail. The request like this " http://www.local.com/pao/PixelTracking.

Re: Session management issue with Tomcat

2011-09-23 Thread Pid
On 22/09/2011 19:49, Martin O'Shea wrote: > To answer your questions: > > Is there a reason this data is in a custom cookie, rather than the > session, via setAttribute()? > > The cookie is dedicated and meant to be persistent. The idea is that a user > is recognised by the system upon returning

Re: Limiting access to resources, based on username, not on the user role

2011-09-23 Thread Pid
On 22/09/2011 23:23, Omar Belkhodja wrote: > Thanks Pid. What do you mean by "a mapping" ? Is it some kind of servlet > that would read the file, and create the HTTP answer after having checked > the login ? An arbitrary URL structure: /images/{user}/{imageid} If /images/* was secured, then any