Re: Java 10; JAXB; and Tomcat 9

2018-05-02 Thread Riccardo Cohen
- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org . -- Riccardo Cohen +33 6 09 83 64 49 http://www.5flow.com - To unsubscribe, e-mail: users-unsubscr.

Re: java 10 with jpa eclipselink and tomcat 9

2018-04-10 Thread Riccardo Cohen
For your information, the problem with java 10 have been solved with org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.2-SNAPSHOT I can now run my server application with Java 10 Thanks On 02/04/2018 16:02, Riccardo Cohen wrote: Hello Is there anybody that tried to use Java 9 or 10

Re: java 10 with jpa eclipselink and tomcat 9

2018-04-02 Thread Riccardo Cohen
Hello Is there anybody that tried to use Java 9 or 10 ? Thanks On 29/03/2018 11:42, Riccardo Cohen wrote: Hello I'm using Tomcat 9.0.6 with java 1.8 and EclipseLink org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.1 This works fine ! I try to migrate to java 10: JAVA_VERSIO

java 10 with jpa eclipselink and tomcat 9

2018-03-29 Thread Riccardo Cohen
Hello I'm using Tomcat 9.0.6 with java 1.8 and EclipseLink org.eclipse.persistence:org.eclipse.persistence.jpa:2.7.1 This works fine ! I try to migrate to java 10: JAVA_VERSION="10" JAVA_VERSION_DATE="2018-03-20" downloaded into my mac today from https://download.java.net/java/GA/jdk10/10/bin

Re: Tomcat web socket not sending more than one message to the client

2017-10-20 Thread Riccardo Cohen
cat 8.5.21 Java: Oracle JDK 1.8 151 (tested 131 too) OS: Raspbian Stretch I cannot see any reason why this is not working. Kind Regards, Christoph - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional

request for beginner's documentation on start troubleshooting

2017-10-10 Thread Riccardo Cohen
INF , META-INF and what to put inside - explain how deployement works in simple configuration where there is one application only. - add a download sample app that works everywhere with one JSP and one Servlet for instance. thanks. -- Riccardo Cohen +33 6 09 83 64 49 E5Group http://www

Re: Tomcat 8 Connection Pooling

2017-07-18 Thread Riccardo Cohen
he db in a pool instead of creating a new connection at each ds.getConnection(); On 19/07/2017 06:03, Avinash Krishnan wrote: Hello Riccardo, When I try using the pool properties(Without JNDI ) it gives me URL Cannot Be null error. What I have understood is that, when we make the data source

Re: Tomcat 8 Connection Pooling

2017-07-18 Thread Riccardo Cohen
Can you see any info in the log : login incorrect, database not found etc. ? (There are many logs in tomcat : localhost log, catalina log, manager log, host manager log, localhost access log) On 18/07/2017 13:55, Avinash Krishnan wrote: Hello Riccardo , Thanks for the response. This didn&#

Re: Tomcat 8 Connection Pooling

2017-07-18 Thread Riccardo Cohen
.dbcp2.BasicDataSource cannot be cast to org.apache.tomcat.jdbc.pool.DataSource" even after setting factory to DataSourceFactory. -- Riccardo Cohen +33 6 09 83 64 49 E5Group http://www.5flow.com - To unsubscribe, e-mail: users

Re: Automatic deploy : java.util.zip.ZipException on macosx

2017-05-24 Thread Riccardo Cohen
_format)> Hope it helps, "No olvides, no traiciones, lo que llevas bien dentro de ti. No olvides, no traiciones, lo que siempre te ha hecho vivir." On Wed, May 24, 2017 at 8:31 AM, Riccardo Cohen mailto:riccardo.co...@e5group.fr>> wrote: Hello

Automatic deploy : java.util.zip.ZipException on macosx

2017-05-24 Thread Riccardo Cohen
INA_HOME/webapps , I have an exception a launch time : java.util.zip.ZipException: error in opening zip file (full log below). I found nothing on googling about this error. Where should I search ? Thanks a lot. -- Riccardo Cohen +33 6 09 83 64 49 E5Group http://www.5flow.com

Cluster and SSO

2012-05-14 Thread Riccardo Venittelli
ttach my server.xml config file. Can you please give me an idea about what am I doing wrong? Thanks in advance. Riccardo -- Riccardo Venittelli ObjectWay S.p.A. Via Flavio Domiziano, 10 - 00145 Roma Tel: +39 0659604235 Fax: +39 0659605107 e-mail: riccardo.venitte...@objectway.it

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 >>&g

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

Re: Clustering and https configuration

2012-02-06 Thread Riccardo Venittelli
Hi Daniel, i've configured my apache 2.2 server in https an my tomcat nodes with ajp. Now my test web app work fine but i'm unable to find a configuration for SingleSignOn in cluster. Please help me :-) Thanks a lot. > On Tue, 2012-01-31 at 09:52 -0800, Riccardo Venittelli wrote: &

Re: Tomcat and cookies caching issue

2007-07-26 Thread Riccardo
On 7/26/07, Rainer Jung <[EMAIL PROTECTED]> wrote: Hi Riccardo, if I understood your description correct, your Tomcat server itself communicates with another backend to get the report. In this sentence it is important, that Tomcat and not the browser talks to this backend. You are right

Re: Tomcat and cookies caching issue

2007-07-26 Thread Riccardo
like LiveHTTPHeaders or ieHTTPHeaders Yes, I'll try to check the content of the cookies in the different places.. i'll check out also the tools for the headers, that will be useful as well. Thanks for your time Riccardo -- Len On 7/26/07, Riccardo <[EMAIL PROTECTED]> wrote:

Tomcat and cookies caching issue

2007-07-26 Thread Riccardo
Hi, I'm experiencing a problem with cookies cached - probably - in Tomcat for a couple of minutes. I'm running a webapp into Tomcat, which also connects to an apache proxy to embed an external page into the tomcat webapp. I need the apache proxy to get rid of the Javascript safety problems that oc

Re: Antwort: problems running Tomcat

2006-02-08 Thread Riccardo Roasio
Andre Doeking wrote: Hello Riccardo, yesterday I have installed Tomcat on RedHat Linux 4. The environment variable has to be named to "CATALINA_HOME" and the value pointing to your installation directory (that's /usr/local/tomcat) in your case. Yours sincerely Andrè Dök

problems running Tomcat

2006-02-08 Thread Riccardo Roasio
Hi, i'm triyng to install Tomcat; i do like this: tar xzvf apache-tomcat.tar.gz mv apache-tomcat /usr/local/tomcat cd tomcat export TOMCAT_HOME=/usr/local/tomcat and i triyed to run it with usr/local/tomcat/bin/startup.sh it seems to start but if i try to see http://10.2.254.103 ( the addre