Re: Tomcat somtimes responses a blank page.

2012-02-29 Thread Jordan Michaels
Awesome. Glad you figured it out and thanks for reporting back! Warm Regards, Jordan Michaels On 02/29/2012 08:47 AM, nara wrote: I resolved, my servlet code was the problem. Thank you for your help. - Nara 2012/2/29 nara Errors occurring randomly. The occurring probability was reduced when

Re: Getting JPA 2.0 functionality to Tomcat?

2012-02-29 Thread Pid *
On 29 Feb 2012, at 15:27, youness hajjioui wrote: > Hi to all, > > How do I get JPA 2.0 functionality to Tomcat 7.0.25 ? I'm especially > interested in the @MapsId annotation ! > Thank you for answering. Use OpenJPA or some other JPA implementation. Tomcat does not provide this. p > > -- > H

Re: Tomcat somtimes responses a blank page.

2012-02-29 Thread nara
I resolved, my servlet code was the problem. Thank you for your help. - Nara 2012/2/29 nara > Errors occurring randomly. > The occurring probability was reduced when tomcat attached to apache, but > this problem was remaind as same. > > - Nara > > 2012/2/29 Jordan Michaels > >> Can you predicta

Getting JPA 2.0 functionality to Tomcat?

2012-02-29 Thread youness hajjioui
Hi to all, How do I get JPA 2.0 functionality to Tomcat 7.0.25 ? I'm especially interested in the @MapsId annotation ! Thank you for answering. -- HAJJIOUI Youness - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org Fo

Re: logging failure with tomcat 6.0.29, jvm 1.6.0_30-b12, ubuntu 10.04.3 LTS

2012-02-29 Thread Alex Hooper
Caldarale, Charles R uttered: From: Alex Hooper [mailto:ahoo...@bmjgroup.com] Subject: Re: logging failure with tomcat 6.0.29, jvm 1.6.0_30-b12, ubuntu 10.04.3 LTS We've not modified it, though, so should be as per dist. It appears to be as you say. Looking at the stack trace a bit more:

RE: logging failure with tomcat 6.0.29, jvm 1.6.0_30-b12, ubuntu 10.04.3 LTS

2012-02-29 Thread Caldarale, Charles R
> From: Alex Hooper [mailto:ahoo...@bmjgroup.com] > Subject: Re: logging failure with tomcat 6.0.29, jvm 1.6.0_30-b12, ubuntu > 10.04.3 LTS > We've not modified it, though, so should be as per dist. It appears to be as you say. Looking at the stack trace a bit more: > java.lang.ClassNotFoundE

Re: logging failure with tomcat 6.0.29, jvm 1.6.0_30-b12, ubuntu 10.04.3 LTS

2012-02-29 Thread Alex Hooper
Caldarale, Charles R uttered: From: Alex Hooper [mailto:ahoo...@bmjgroup.com] Subject: logging failure with tomcat 6.0.29, jvm 1.6.0_30-b12, ubuntu 10.04.3 LTS With the software noted above Thanks for providing that. I get the following when starting tomcat and no logs other than catalina.

RE: logging failure with tomcat 6.0.29, jvm 1.6.0_30-b12, ubuntu 10.04.3 LTS

2012-02-29 Thread Caldarale, Charles R
> From: Alex Hooper [mailto:ahoo...@bmjgroup.com] > Subject: logging failure with tomcat 6.0.29, jvm 1.6.0_30-b12, ubuntu 10.04.3 > LTS > With the software noted above Thanks for providing that. > I get the following when starting tomcat and no logs > other than catalina.are produced. > Can'

logging failure with tomcat 6.0.29, jvm 1.6.0_30-b12, ubuntu 10.04.3 LTS

2012-02-29 Thread Alex Hooper
Hi, With the software noted above, I get the following when starting tomcat and no logs other than catalina.are produced. Can't load log handler "1catalina.org.apache.juli.FileHandler" java.lang.ClassNotFoundException: 1catalina.org.apache.juli.FileHandler java.lang.ClassNotFoundException: 1ca

Re: Inconsistency in AprEndpoint.java and JIoEndpoint.java

2012-02-29 Thread Mark Thomas
On 29/02/2012 04:51, Ken Cheung wrote: > Because both of them are performing the same function. However, one > of them (AprEndpoint.java:1057:1058) you typecast "SocketWrapper" to > "Long" and check if "socket.async" is true while another one > (JloEndpoint.java) you just typecast it to "Socket" an