Re: Using local EJBs in web application

2012-02-15 Thread Code Animal
It's probably just my issue but I am not seeing your war file as valid. On 2/15/2012 3:11 PM, Violeta Georgieva wrote: Hi, I integrated Tomcat 7.0.25 with an EJB container. I have simple web application that uses ejb-local-ref (see the attachment). Unfortunately when I request the web applicati

Re: Using local EJBs in web application

2012-02-15 Thread Code Animal
On 2/15/2012 3:11 PM, Violeta Georgieva wrote: Hi, I integrated Tomcat 7.0.25 with an EJB container. I have simple web application that uses ejb-local-ref (see the attachment). Unfortunately when I request the web application it cannot find the ejb at all: javax.naming.NameNotFoundException: N

Re: Application Scope Replication in 6.0.x

2012-02-15 Thread Pid *
On 15 Feb 2012, at 20:33, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Gregory, > > On 2/15/12 11:11 AM, Gregory Werner wrote: >> I saw an email back in 2007 which went unanswered. Currently, I >> have load balancer running for a 2 Tomcat setup and session >>

RE: Application Scope Replication in 6.0.x

2012-02-15 Thread Caldarale, Charles R
> From: Gregory Werner [mailto:grjas...@gmail.com] > Subject: Re: Application Scope Replication in 6.0.x > Common data definitions which are used over and over and over again and > don't change. After the first time they are loaded, I want the info to be > remembered for all users to access unti

Re: Application Scope Replication in 6.0.x

2012-02-15 Thread Gregory Werner
Common data definitions which are used over and over and over again and don't change. After the first time they are loaded, I want the info to be remembered for all users to access until Tomcat is brought down again. -Greg On Wed, Feb 15, 2012 at 3:32 PM, Christopher Schultz < ch...@christophers

Re: Using local EJBs in web application

2012-02-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Violetta, On 2/15/12 3:11 PM, Violeta Georgieva wrote: > I integrated Tomcat 7.0.25 with an EJB container. Which one? > I have simple web application that uses ejb-local-ref (see the > attachment). > > Unfortunately when I request the web applicati

Re: Application Scope Replication in 6.0.x

2012-02-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gregory, On 2/15/12 11:11 AM, Gregory Werner wrote: > I saw an email back in 2007 which went unanswered. Currently, I > have load balancer running for a 2 Tomcat setup and session > replication works as expected with the Tomcat 6.0.x documentation. >

Re: Clustering and https configuration

2012-02-15 Thread Riccardo Venittelli
many thanks i find ClusterSingleSignOn api online and i solve my problem. > On 06/02/2012 18:29, Christopher Schultz wrote: >> Riccardo, >> >> On 2/6/12 8:10 AM, Riccardo Venittelli wrote: >>> Now my test web app work fine but i'm unable to find a >>> configuration for SingleSignOn in cluster. >> >

Re: Clustering and https configuration

2012-02-15 Thread Riccardo Venittelli
> -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 Hi chris , i configured mi cluster with ajp (2 tomcat nodes), i use apache 2.2 for https comunication and now it seems work fine :-) > > Riccardo, > > On 2/6/12 8:10 AM, Riccardo Venittelli wrote: >> Now my test web app work fine but i'm unable to

Application Scope Replication in 6.0.x

2012-02-15 Thread Gregory Werner
I saw an email back in 2007 which went unanswered. Currently, I have load balancer running for a 2 Tomcat setup and session replication works as expected with the Tomcat 6.0.x documentation. How does one go about implementing application scope replication with Tomcat. If the answer is any better

Oracle released Java 6u31, 7u3 with security fixes

2012-02-15 Thread Konstantin Kolinko
Hi! I have just noticed that Oracle released security updates for Java yesterday on February 14th. Those are Java 6 update 31 and Java 7 update 3, as well as updates for earlier Java versions. 14 vulnerabilities have been fixed, as listed in [1] http://www.oracle.com/technetwork/topics/security

Re: Known Tomcat 6.0 and JDK 1.7.0_02 issues?

2012-02-15 Thread Konstantin Kolinko
2012/2/14 Matthew Doucette : > Are there known Tomcat 6.0 and JDK 1.7.0_02 issues? > > I know this is a hard question to answer, if the answer is no. But I > need to ask just in case the answer is yes. Also I will accept any > solutions to the issues below as answers. Please just share whatever > i

Re: Logging issue in Eclipse/WTP (disable request logging)

2012-02-15 Thread Konstantin Kolinko
2012/2/15 Pid : > On 14/02/2012 21:49, Marcel Stör wrote: >> It seems nowadays you need a PHD just to understand Tomcat >> logging...sigh. In one of my Eclipse/WTP projects Tomcat logs each >> request (before and after): >> >> ... >> 13.02.2012 20:50:47 org.apache.catalina.core.ApplicationContext l

Re: Logging issue in Eclipse/WTP (disable request logging)

2012-02-15 Thread Pid
On 14/02/2012 21:49, Marcel Stör wrote: > It seems nowadays you need a PHD just to understand Tomcat > logging...sigh. In one of my Eclipse/WTP projects Tomcat logs each > request (before and after): > > ... > 13.02.2012 20:50:47 org.apache.catalina.core.ApplicationContext log > INFO: After reques