accessing manager app

2024-09-26 Thread Francesco Viscomi
cess the manager app. thanks -- Ing. Viscomi Francesco

Re: Errors after upgrading to Tomcat 9.0.90

2024-07-08 Thread Francesco Chicchiriccò
On 2024/07/03 20:17:06 Christopher Schultz wrote: > Francesco, > > On 7/2/24 05:44, Francesco Chicchiriccò wrote: > > On 2024/06/27 14:47:48 Christopher Schultz wrote: > >> Rainer, > >> > >> On 6/21/24 07:55, Rainer Jung wrote: > >>

Re: Errors after upgrading to Tomcat 9.0.90

2024-07-02 Thread Francesco Chicchiriccò
On 2024/06/27 14:47:48 Christopher Schultz wrote: > Rainer, > > On 6/21/24 07:55, Rainer Jung wrote: > > Am 20.06.24 um 17:52 schrieb Christopher Schultz: > >> Francesco, > >> > >> On 6/20/24 09:03, Francesco Chicchiriccò wrote: > >>> On 2024/

Re: Errors after upgrading to Tomcat 9.0.90

2024-06-21 Thread Francesco Chicchiriccò
On 2024/06/20 15:52:16 Christopher Schultz wrote: > Francesco, > > On 6/20/24 09:03, Francesco Chicchiriccò wrote: > > On 2024/06/20 12:18:15 Konstantin Kolinko wrote: > >> чт, 20 июн. 2024 г. в 13:25, Francesco Chicchiriccò : > >>> > >>> Hi t

Re: Errors after upgrading to Tomcat 9.0.90

2024-06-20 Thread Francesco Chicchiriccò
On 2024/06/20 12:18:15 Konstantin Kolinko wrote: > чт, 20 июн. 2024 г. в 13:25, Francesco Chicchiriccò : > > > > Hi there, > > at Syncope we usually use the latest Tomcat versions to run a large chunk > > of our integration tests. > > > > In our maste

Re: Errors after upgrading to Tomcat 9.0.90

2024-06-20 Thread Francesco Chicchiriccò
facade > objects to be discarded by default. (remm) > > You could try explicitly setting discardFacades to false. > > Mark > > > On 20/06/2024 11:25, Francesco Chicchiriccò wrote: > > Hi there, > > at Syncope we usually use the latest Tomcat versions to run a large

Errors after upgrading to Tomcat 9.0.90

2024-06-20 Thread Francesco Chicchiriccò
as expected, but with 9.0.90 we are getting the exception [1]. Any idea of what could be changed in 9.0.90 within this regard? Thank you. Regards. [1] https://gist.github.com/ilgrosso/be1fb1f2ea205eef60fb221973f87b34 -- Francesco Chicchiriccò Tirasa - Open Source Excellence http

deploy with manager

2018-10-23 Thread Francesco Viscomi
*thanks* *really much* -- Ing. Viscomi Francesco

Re: Anything changed with Tomcat 9.0.11 and JSPs?

2018-08-22 Thread Francesco Chicchiriccò
On 2018/08/22 11:56:42, Mark Thomas wrote: > On 22/08/18 11:35, Francesco Chicchiriccò wrote: > > > > > > On 2018/08/22 09:48:36, Mark Thomas wrote: > >> On 22/08/18 10:13, Francesco Chicchiriccò wrote: > >>> Hi all, > >>> after upgrading

Re: Anything changed with Tomcat 9.0.11 and JSPs?

2018-08-22 Thread Francesco Chicchiriccò
On 2018/08/22 09:48:36, Mark Thomas wrote: > On 22/08/18 10:13, Francesco Chicchiriccò wrote: > > Hi all, > > after upgrading from Tomcat 9.0.10 to Tomcat 9.0.11, my application's > > startup fails with error: > > > > GRAVE: Servlet.service() for se

Anything changed with Tomcat 9.0.11 and JSPs?

2018-08-22 Thread Francesco Chicchiriccò
Hi all, after upgrading from Tomcat 9.0.10 to Tomcat 9.0.11, my application's startup fails with error: GRAVE: Servlet.service() for servlet [jsp] in context with path [/XXX] threw exception [java.lang.NoClassDefFoundError: org/eclipse/jdt/internal/compiler/ast/RequiresStatement] with root caus

Re: configuring jndi datasource

2018-08-01 Thread Francesco Viscomi
file but indeed I have just one context.xml file; could you please explain to me maybe with an example why can be security concerns? thanks 2018-08-01 21:31 GMT+02:00 Mark Thomas : > On 01/08/18 20:22, Francesco Viscomi wrote: > > Hi all, > > I'm using tomcat 8.5 and I need to

configuring jndi datasource

2018-08-01 Thread Francesco Viscomi
have called jdbc/dataSource in not bound in this context; Now I'm asking why, Tomcat cannot detect that the datasource is configured in the server.xml file? And why i should have to configure the resource in the context.xml under the conf direcory? thanks really much -- Ing. Viscomi Francesco

Re:

2018-08-01 Thread Francesco Viscomi
scheme="http"> > > > deployXML="true" > unpackWARs="true" > xmlValidation="false" > xmlNamespaceAware="false" > name="MIosil

Re: Need information

2018-07-24 Thread Francesco Viscomi
Ok thanks, i need to know for Tomcat 7 And Tomcat 8.5 Thanks Il mar 24 lug 2018, 18:20 Christopher Schultz ha scritto: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Francesco, > > On 7/24/18 2:26 AM, Francesco Viscomi wrote: > > Ok thanks, anyway is there a

Re: Need information

2018-07-23 Thread Francesco Viscomi
ingle/#boot-features-external-config-application-property-files > > https://stackoverflow.com/questions/41461786/how-to-externalize-application-properties-in-tomcat-webserver-for-spring > > Thanks, > > On Mon, 23 Jul 2018, 21:58 Francesco Viscomi, wrote: > > > Beca

Re: Need information

2018-07-23 Thread Francesco Viscomi
GIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Francesco, > > On 7/23/18 4:58 PM, Francesco Viscomi wrote: > > Because I need to add a folder (properties) under the tomcat > > installation in order to read the properties in a file with the > > following annotatio

Re: Need information

2018-07-23 Thread Francesco Viscomi
never modify them, unless you know precisely what you're doing > it, and why. > > What ia your reason to modify them? What would you like to do? > > On Mon, 23 Jul 2018, 20:30 Francesco Viscomi, wrote: > > > Sir Manna you're right, but at the moment I cannot go throu

Re: Need information

2018-07-23 Thread Francesco Viscomi
howto.html#Class_Loader_Definitions > > Also, you should try and pay attention to Bootstrap.java file and debug > through the execution to understand how it's working. > > > On 23 July 2018 at 17:03, Francesco Viscomi wrote: > > > hi all > > In catalina.propertie

Need information

2018-07-23 Thread Francesco Viscomi
hi all In catalina.properties i find : common.loaders serverr.loaders shared.loaders And i wasn t able to find out the meaning of that variables, some one can tell to me and if possibile also a link to the documentation in wich these variable are treated Thanks

Re: ForkJoinPool behaviour changed from 9.0.0-M15 to 9.0.0-M17

2017-03-24 Thread Francesco Bassi
2017 17:51:27 GMT+00:00, Francesco Bassi > wrote: > >Hello. > >I have a weird problem that happens only wih tomcat 9.0.0-M17+: > > > >- I need to process a parallel java stream inside a custom ForkJoinPool > > > >If I run the code with 9.0.0-M15, I see that

ForkJoinPool behaviour changed from 9.0.0-M15 to 9.0.0-M17

2017-03-24 Thread Francesco Bassi
Hello. I have a weird problem that happens only wih tomcat 9.0.0-M17+: - I need to process a parallel java stream inside a custom ForkJoinPool If I run the code with 9.0.0-M15, I see that all the threads are properly created using my factory. If I run the code with 9.0.0-M17+, some of the thread

Apache Tomcat 7.0.59 - Even if a ws certificate stored in the WSkeystore expires, any webclient request is still accepted by server and not refused

2017-02-06 Thread Francesco Leone
so a bug in Tomcat, is there any chance to have this behaviour (refuse connection at expired certificates) as standard in later Apache tomcat 7.0.x release ? Any of this community can support us ? Best Regards Francesco FRANCESCO LEONE Eng. Ericsson francesco.le...@ericsson.com

Apache Tomcat 7.0.59 - Even if a ws certificate stored in the WSkeystore expires, any webclient request is still accepted by server and not refused

2017-02-06 Thread Francesco Leone
and so a bug in Tomcat, is there any chance to have this behaviour (refuse connection at expired certificates) as standard in later Apache tomcat 7.0.x release ? Any of this community can support us ? Best Regards Francesco FRANCESCO LEONE Eng. Ericsson francesco.le...@ericsson.com

Re: using filter on web.xml

2016-05-15 Thread Francesco Viscomi
Thanks Andrè. the login page indeed has nothing inside, i just want to activate the filter, because inside the filter there is the logic to authenticate the user; Anyway i really appreciate your suggestion. Francesco 2016-05-15 14:09 GMT+02:00 André Warnier (tomcat) : > On 15.05.2016 13

using filter on web.xml

2016-05-15 Thread Francesco Viscomi
i get HTTP Status 404 the resource is not available. My question is, why the filter do not activated: in the url the is the word protect and the mapping of the filter is /protected/* -- Ing. Viscomi Francesco

Tomcat 9.0.0M4 (and trunk) issue with Websockets (bug?)

2016-04-04 Thread Francesco Bassi
Hello everybody. Tomcat 9 has a different behaviour than Tomcat 8, during the management of MessageHandler.onMessage: - in Tomcat 8: Thread.currentThread().getContextClassLoader() returns an instance of org.apache.catalina.loader.WebappClassLoader - in Tomcat 9 Thread.currentThread().getCont

A bug on tomcat

2015-04-06 Thread Francesco Viscomi
ww.sencha.com/forum/showthread.php?299823-com.sencha.gxt.data.shared.TreeStore-bug&p=1095183#post1095183> While Tomcat is not able to understand in a right way what GXT produce?? thanks -- Ing. Viscomi Francesco

Re: start tomcat 7

2014-06-27 Thread Francesco Viscomi
thanks 2014-06-27 14:27 GMT+02:00 P Manchanda : > Hi Francesco Viscomi, > > The following thread might help you to solve the issue: > > http://www.coderanch.com/t/506814/Tomcat/load-IA-bit-dll-AMD > > ___ > Th

start tomcat 7

2014-06-27 Thread Francesco Viscomi
performance in production environments was not found on the java.library.path: C:\Pro .7.0_60\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Java\jdk1.7.0_60/bin;C:\OracleHome2\product\11.2.0\client_1\BIN;C:\Orac .0\client_1\bin;C:\Oracle_Home;C:\Oracle_Ho

Re: starting tomcat

2014-06-12 Thread Francesco Viscomi
Protocol handler start failed: java.io.FileNotFoundException: C:\Users\francesco\.keystore (The system cannot find the fil e specified) at org.apache.catalina.connector.Connector.start(Connector.java:1097) at org.apache.catalina.core.StandardService.start(StandardService.java:457)

Re: 回复:starting tomcat

2014-06-11 Thread Francesco Viscomi
No it dosn't exist; but other time i've ignored that message and I was able to reach the console; 2014-06-11 15:39 GMT+02:00 naouguh_tomcat <1429868...@qq.com>: > Check the file C:\Users\francesco\.keystore exist or not ? > > > > > -- 原始邮件 --

starting tomcat

2014-06-11 Thread Francesco Viscomi
.0_37\bi n;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\OracleHome2\product\11.2.0\client_1\BIN;C:\OracleHome2\product\11.2.0\client_1\bin;C:\Oracle_Home;C:\Oracle_Home\bi n;C:\Users\francesco\ProgrammiInstallati\clientOracle\ODAC1120320Xcopy_32bit\instantclient_11_2;C:\Program Files

Re: where find documentation

2014-05-21 Thread Francesco Viscomi
Thanks 2014-05-16 22:27 GMT+02:00 Christopher Schultz : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Francesco, > > On 5/16/14, 10:01 AM, Арсений Зинченко wrote: > > I used this one: > > > > http://wiki.metawerx.net/wiki/Web.xml > > &g

where find documentation

2014-05-16 Thread Francesco Viscomi
Hi all, i'm try to find a documentation that describe every tag inside the web.xml file, but i wasn't able to find anything about that on http://tomcat.apache.org/tomcat-5.5-doc/config/context.html someone can help me? thanks in advance; Francesco Italy

Re: Tomcat 8.0.5, .jsp & Java 8 interface static methods

2014-04-07 Thread Francesco Bassi
Sorry!!! Please disregard the whole topic. I forgot to set these parameters. Now everything is working great. Thanks again for your usual great support! On Mon, Apr 7, 2014 at 4:33 PM, Francesco Bassi wrote: > Well... > > I'm using 8.0.3 (and before I used to use 8.0 RC some

Re: Tomcat 8.0.5, .jsp & Java 8 interface static methods

2014-04-07 Thread Francesco Bassi
Well... I'm using 8.0.3 (and before I used to use 8.0 RC something) and the access to the static interface methods are working pretty well... On Mon, Apr 7, 2014 at 4:17 PM, Mark Thomas wrote: > On 07/04/2014 12:25, Francesco Bassi wrote: > > Hello everybody. > > >

Tomcat 8.0.5, .jsp & Java 8 interface static methods

2014-04-07 Thread Francesco Bassi
Hello everybody. Since 8.0.5, it seems that .jsps that include invocations of static interface methods don't work anymore. Here's an example: Test.java; package com.wfb.test; public interface Test { public static String getText() { return "Gotcha!"; } } test.jsp <%String s = com.wfb.test.T

Re: configuring a combined realm

2014-04-01 Thread Francesco Viscomi
T+02:00 Mark Thomas : > On 01/04/2014 13:15, Francesco Viscomi wrote: > > I'm unable to understand what's wrong with this configuration: > > You need to read the Rea

configuring a combined realm

2014-04-01 Thread Francesco Viscomi
I'm unable to understand what's wrong with this configuration: in the server.xml file I defined that as a resource i want to use conf/tomcat-users.xml (this authentication is just for tomcat manager); While to authenticated user on my application i define in the context.xml file as a realm a datab

Re: Tomcat 7.0.48-dev WebSockets: NullPointerException on WsServerContainer.unregisterAuthenticatedSession

2013-11-28 Thread Francesco Bassi
Thanks a lot for your prompt support. Definitely a serious reason not to switch to any other application server! On Thu, Nov 28, 2013 at 3:29 PM, Mark Thomas wrote: > On 28/11/2013 14:06, Francesco Bassi wrote: > > Hello everybody. > > > > I have a doubt: > > &

Tomcat 7.0.48-dev WebSockets: NullPointerException on WsServerContainer.unregisterAuthenticatedSession

2013-11-28 Thread Francesco Bassi
Hello everybody. I have a doubt: whenever the HttpSession expires, I get a NullPointerException on WsServerContainer.unregisterAuthenticatedSession in this line: private void unregisterAuthenticatedSession(WsSession wsSession, String httpSessionId) { Set wsSessions = aut

Re: Tomcat 7.0.47 Websocket + JNDI problems

2013-10-28 Thread Francesco Bassi
AM, Mark Thomas wrote: > On 28/10/2013 08:49, Mark Thomas wrote: > > On 27/10/2013 22:41, Konstantin Kolinko wrote: > >> 2013/10/28 Francesco Bassi : > >>> Hello everybody. > >>> > >>> I just downloaded 7.0.47 and updated one web applic

Fwd: Tomcat 7.0.47 Websocket + JNDI problems

2013-10-27 Thread Francesco Bassi
Hello everybody. I just downloaded 7.0.47 and updated one web application that I developed in order to use the new standard JSR 356 websocket implementation. With this new implementation, I noticed that during the processing of incoming websocket events, it's not possible to access the JNDI resou

RE: configuring tomcat realm

2013-08-30 Thread Francesco Viscomi
Thanks really much. Francesco -Original Message- From: Daniel Mikusa [mailto:dmik...@gopivotal.com] Sent: venerdì 30 agosto 2013 20.20 To: Tomcat Users List Subject: Re: configuring tomcat realm On Aug 30, 2013, at 12:13 PM, Francesco Viscomi wrote: > Hi, > > I&#x

configuring tomcat realm

2013-08-30 Thread Francesco Viscomi
Hi, I've a tomcat-users.xml file in which user Francesco should can access to http://localhost:8080/manager: I also have a server.xml that in the tag has declared 2 resource, one is for accessing to http://localhost:8080/manager and the other is for accessing via JDBC to a protected ar

RE: FW: configuring realm UserDatabase do not works

2013-08-13 Thread Francesco Viscomi
Thanks really much. Francesco -Original Message- From: Ognjen Blagojevic [mailto:ognjen.d.blagoje...@gmail.com] Sent: martedì 13 agosto 2013 9.30 To: Tomcat Users List Subject: Re: FW: configuring realm UserDatabase do not works Francesco, On 13.8.2013 1:01, Francesco Viscomi wrote

FW: configuring realm UserDatabase do not works

2013-08-12 Thread Francesco Viscomi
Some one can help me please! Thanks anyway Francesco Italy From: Francesco Viscomi [mailto:fvisc...@gmail.com] Sent: martedì 13 agosto 2013 0.54 To: 'users-ow...@tomcat.apache.org' Subject: configuring realm UserDatabase do not works Hi all, I’ve spent a lot of time to

Re: AprLifecycleListener initialization issue

2012-06-25 Thread Francesco
On 06/23/2012 09:05 AM, Konstantin Kolinko wrote: 2012/6/22 Francesco: Hi , i'm new in this mailing list, i've started recently to integrate tomcat in some of my applications ( i found a lot easyer to manage tomcat inside a big servlet than viceversa), as early adopted java developer

Re: AprLifecycleListener initialization issue

2012-06-25 Thread Francesco
On 06/24/2012 06:32 PM, Pid wrote: On 22/06/2012 09:12, Francesco wrote: ( i found a lot easyer to manage tomcat inside a big servlet than viceversa) So what's the Servlet running in? p it's a servlet of my own, which also handle some separated process, that is rarely res

AprLifecycleListener initialization issue

2012-06-22 Thread Francesco
Hi , i'm new in this mailing list, i've started recently to integrate tomcat in some of my applications ( i found a lot easyer to manage tomcat inside a big servlet than viceversa), as early adopted java developer i hope to help a bit in tomcat development when i become a bit more expert, at th

Re: JvmRoute must be unique?

2011-11-21 Thread Francesco Sordillo
doesn't care that they are all the same. If you run a load test against the cluster, I suspect that you'll end up with 100% of the load going to a single Tomcat backend. Exactly, I ran more load test and all end up on the first tomcat instance Thanks for the reply. Francesco.

JvmRoute must be unique?

2011-11-18 Thread Francesco Sordillo
ot lose my session! Why??? Have to jvmroute be unique or not??? Remember, I don't use cluster/session replication feature Thanks. Francesco. - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

What are you up?

2011-03-18 Thread francesco
批 The good news to share with you! My friend gave me a good online store. Their propaganda, the price is very attractive, if you need products to see: www.ooebuy.mycool.net● I am pleased to share the good news! A waste of valuable time, please forgive. △

Re: Tomcat5 and jndi context using fscontext from Sun

2007-03-21 Thread Francesco Pretto
F/lib directory, so no problem with the classpath. Thanks again, Francesco - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tomcat5 and jndi context using fscontext from Sun

2007-03-21 Thread Francesco Pretto
ome tty i'm unable to find). Got only errors from Hibernate unable to bound to the jndi context (or unable to bound to the tomcat one, that's read only). However, you can find it here: http://www.webalice.it/ceztko/tomcat5log Thanks for the help! Francesco -

Context Timeout???

2006-08-10 Thread Francesco Marelli
Tomcat shutdown, whereas this seems to run after a predefined timeout, which also occurs to be the session timeout. Can anyon explain, please? What am I missing? Is there a parameter for this? Thanks in advance for your help. Kind Regards, Francesco

Streaming PDF over HTTPS

2006-08-01 Thread Francesco Marelli
/* . */ can anyone help with this, please? Thank you very much for your help. Francesco ttps. A workaround has been - To start a new topic, e-mail: users@tomcat.apach

Running webapp as root context

2006-03-22 Thread Ryan Di Francesco
Hello - I've just finished my first installation of Tomcat 5.5 along with Meeting Maker. Right now the URL to access Meeting Maker is http://localhost/mmwebclient. As this is the only application this server will be running, ideally I'd like to configure it so just accessing http://localhost wi