R: PKCS#8 encryption algorithm unrecognized

2024-04-05 Thread Roberto Benedetti
Bouncy Castle as well. Regards, Roberto - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

R: Tomcat Instance unable to connect to DB with TCPS

2024-02-09 Thread Roberto Benedetti
deployment [2]. Roberto [1] https://access.redhat.com/documentation/it-it/red_hat_enterprise_linux/7/html/security_guide/sec-shared-system-certificates [2] https://docs.oracle.com/en/database/oracle/oracle-database/19/jjdbc/client-side-security.html#GUID-2BD2F189-A58C-4A85-8524-CFD9BB9AC575

R: HSTS on 401 / error pages

2023-09-16 Thread Roberto Benedetti
, the other security options are left to Tomcat. We had the same issue and that's how we passed the pen-test. Roberto -Messaggio originale- Da: Peter Kreuser Inviato: venerdì 15 settembre 2023 21:34 A: Tomcat Users List Oggetto: Re: HSTS on 401 / error pages CAUTION - This e-mail

R: Subclassing JNDIRealm to return a custom Principal

2021-06-22 Thread Roberto Benedetti
that some refactoring could make it easier to subclass Tomcat realms to return a custom Principal. -Messaggio originale- Da: Carsten Klein Inviato: lunedì 21 giugno 2021 19:37 A: users@tomcat.apache.org Oggetto: Re: Subclassing JNDIRealm to return a custom Principal Roberto

Subclassing JNDIRealm to return a custom Principal

2021-06-21 Thread Roberto Benedetti
9.0.39 the method has changed to authenticate(JNDIConnection, String, String) and we cannot override it to retrieve the attributes because JNDIConnection.context is not visible to subclasses. Is there a work-around for that? Thanks, Roberto

Re: digested passwords: unable to configure them correctly (Tomcat 9.x)...

2021-02-20 Thread Roberto Simoni
15:53 Christopher Schultz < ch...@christopherschultz.net> ha scritto: > Roberto, > > Welcome to the Tomcat users list! (See below...) > > On 2/19/21 17:14, Roberto Simoni wrote: > > Hi, I'm trying to configure digested password in an application. Just for > &

digested passwords: unable to configure them correctly (Tomcat 9.x)...

2021-02-19 Thread Roberto Simoni
Hi, I'm trying to configure digested password in an application. Just for example I was trying with MD5. First of all: * OS: CentOS Linux 7 (Core) * Tomcat full version: 9.0.43 I configured the Host in this way: The authentication fails. For testing

JASPIC and classloaders

2020-07-09 Thread Roberto Benedetti
confirm this? Is removing those dependencies from web applications and put them in ${tomcat.home}/lib, the only solution? Roberto - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h

Re: Could not find worker with name 'ajp13_worker'

2019-11-26 Thread Roberto Bottoni
the httpd-jk.conf file to config some general directives of the connectors (and therefore also workers.properties.. JkWorkersFile /etc/libapache2-mod-jk/workers.properties) Roberto Il 26-11-2019 17:54 Christopher Schultz ha scritto: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Roberto, O

Could not find worker with name 'ajp13_worker'

2019-11-26 Thread Roberto Bottoni
Hello, I have a Debian 10 server with Apache 2 + Tomcat 9. I can't run JSF pages due to an internal server error. I use OpenJDK v. 11, also use the Apache Tomcat Native library [1.2.23] (tomcat-native-1.2.23-src.tar.gz) using the APR version [1.7.0] (apr-1.7.0.tar.gz). Tomcat starts

Re: Tomcat 7.0.52 strage startup

2014-03-31 Thread Roberto Bottoni - AfterBit
: SHA256 Roberto, On 3/17/14, 8:06 AM, Roberto Bottoni - AfterBit wrote: sometimes i get the following error at tomcat 7 startup.. What version do you have? How do you launch Tomcat? so i restart and restart again and finally tomcat starts without problem. How do you restart? Just with a stop

Tomcat 7.0.52 strage startup

2014-03-17 Thread Roberto Bottoni - AfterBit
of this error.. thanks! Roberto Feb 20, 2014 1:03:04 PM org.apache.coyote.ajp.AjpProcessor process SEVERE: Error processing requestnulljava.lang.ExceptionInInitializerErrornull at org.apache.catalina.connector.Response.setConnector(Response.java:154)null

I need help in configuring windows authentication in tomcat 7.0

2013-03-21 Thread Roberto Barale
I want to setup windows authentication in my tomcat 7.0.37 I read the user guide http://tomcat.apache.org/tomcat-7.0-doc/windows-auth-howto.html and I follow all the step in Domain Controller and Tomcat Instance Then I write the $CATALINA_BASE\webapps\myappl\WEB-INF\web.xml and the

Tomcat in port 80 and Debian

2013-02-05 Thread Roberto
is also not an option, for security concerns. So, how should I proceed to make Tomcat listen on port 80? Set iptables to redirect port 80 to 8080? Some other path? Could someone point me to the proper document/manual? Tks, Roberto Greiner

Re: Stopping a Timer in contextDestroyed() to avoid memory leaks results in a NullPointerException

2010-05-26 Thread roberto calosino
Hi, thank you for your reply. First I'd like to say that I do implement ServletContextListener at all beacause destroy() fires after the tomcat warnings. That being said, on this website: http://stackoverflow.com/questions/2255884/jython-and-implementing-httpservlet-contextinitialized is

detecting oracle connection failures

2009-09-07 Thread Roberto Benedetti
useful (i.e. pastable) hint. is tomcat+oracle such a rare combination? thanks in advance, roberto - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Tomcat Manager HTTP - deploy update

2009-08-06 Thread Roberto Fonti
and, once the application is there, the undeploy/deploy starts. This would have only a few seconds of downtime. Is that possible? What would you recommend? Thanks, Roberto

ProxyDirContext.lookup(String) using a lot of CPU time

2008-10-30 Thread Roberto Fasciolo
almost all the CPU time used by my application? Thanks, -Roberto -- View this message in context: http://www.nabble.com/ProxyDirContext.lookup%28String%29-using-a-lot-of-CPU-time-tp20249307p20249307.html Sent from the Tomcat - User mailing list archive at Nabble.com

Problem with policies

2008-04-30 Thread Roberto Riggio
:${catalina.base}/webapps/myapp/- { permission java.security.AllPermission; }; and everything works fine. Is there anybody that can give me some hints about how this problem should be handled? I'm sure that give full rights to the webapp is not the best solutions. Thanks Roberto

Re: Problem with policies

2008-04-30 Thread Roberto Riggio
with the security policy file? This looks more like it can't find the struts html taglib tld file. It's looking for the definition in your web.xml file or the tld file in the META-INF of one of your .jar files in WEB-INF/lib --David Roberto Riggio wrote: Hi, I'm running tomcat 5.5.25

Re: Tomcat 5.5 problem with log4j and policy

2008-01-09 Thread Roberto Riggio
As an alternative can you point me to an howto about best pratices in logging with tomcat? R. - Roberto Riggio [EMAIL PROTECTED] wrote: Hi, sorry for the mistake, this is the directory where I'm logging: drwxr-x--- 2 tomcat55 adm 4096 2008-01-08 09:23 tomcat5.5 so the path

Tomcat 5.5 problem with log4j and policy

2008-01-08 Thread Roberto Riggio
-- Roberto Riggio, PhD Student CREATE-NET Via alla Cascata 56/C 38100 Trento (Italy) E-mail: [EMAIL PROTECTED] HomePage: http://disi.unitn.it/~riggio/ Tel: +39.0461.314.960 Fax: +39.0461.314.972

Re: Tomcat 5.5 problem with log4j and policy

2008-01-08 Thread Roberto Riggio
, Under which user the tomcat process is running?. It seems the user doesn't have enough privilege to write to the folder. regards Roberto Riggio wrote: Hi, I'm deploying a struts 1.3.x webapp on tomcat 5.5. I'm using log4j 1.2.13 for logging and I've configured to log everything

Re: Tomcat data source

2007-12-05 Thread Roberto Pellegrino
In my application is present a interface (visible only to admin) who permit to specificate what kind of db connection use to make query: - DataConnection -- url, user, pass, driver. If the data are correct it work. - DataSource -- If data source are defined on webApp context the name is the

Re: Tomcat data source

2007-12-05 Thread Roberto Pellegrino
I have seen the documentatio many and many times... My question is clear? The response to my question is: Isn't possible get dataSource reference if is not defined on webApp context... This is a limitation if application expose a method to make query in varius and dinamic datasource Only

Tomcat data source

2007-12-04 Thread Roberto Pellegrino
Hi all, i use Tomcat *5.5.17 *my question is quite simple: it's possible to use a dataSource that are not defined on webApp context??? I define the dataSource on server.xml as follow: Resource auth=Container driverClassName=DriverClassName validationQuery=select count(*) from table

Re: Tomcat data source

2007-12-04 Thread Roberto Pellegrino
a global datasource and not make a reference to it in the context.xml file. --David Roberto Pellegrino wrote: Hi all, i use Tomcat *5.5.17 *my question is quite simple: it's possible to use a dataSource that are not defined on webApp context??? I define the dataSource on server.xml as follow

Re: Tomcat data source

2007-12-04 Thread Roberto Pellegrino
at runtime and store the result in the config file - On change have the jsp or servlet close down the existing DBCP and replace it with a new one. - Update all the other jsps and servlets to get their DataSource from the ServletContext That's what I'd do at least. --David Roberto Pellegrino wrote: I

Share Bean between two webapps

2007-04-04 Thread Roberto Bottoni \(Modernviaggi\)
) envCtx.lookup(bean/SharedBean1Factory); Of course if i put in my JSP page [EMAIL PROTECTED] import = com.afterbit.* % it works...but.. SharedBean1 should be a shared resource.. so no need to import com.afterbit. no?!! Thanks! Roberto

Re: EL not evaluatin in TC 5.5

2006-12-05 Thread Roberto Marra
In my web.xml I don't declare to use the servlet spec 2.4 schema David Smith ha scritto: Did you declare your web.xml to use the servlet spec 2.4 schema? AFAIK, that's required to make EL expressions work. --David -- IT Manager MONTEFIORE -- Centralino: +41916104455 Diretto :

Re: EL not evaluatin in TC 5.5

2006-12-04 Thread Roberto Marra
I usually put under WEB-INF/tld/ all the JSP tag library and under WEB-INF/lib all the *.jar file... even jstl.jar I never have had problem Ciao Roberto Michael Hencin ha scritto: I have tomcat 5.5, j2sdk1.4.2_11 on windows xp sp2 I have installed the BIRT viewer web app (from

Re: PROBLEMS CONNECTING TO TOMCAT MANAGER

2006-10-27 Thread Roberto Marra
Hello Daniela, there are no firewall there in your system that lock the localhost? Did you check that? Cheers Roberto Montefiore SA CH-6934 Lugano-Bioggio Daniela Marangoni ha scritto: Hi Although I have installed Tomcat 5.5 using the default directory the installation gives me and have

Re: Problem with HttpSessionListener

2006-10-13 Thread José Roberto Motta Garcia
No one was asking for cross-application scoping. Hi chuck, do u know how to do that? It's what I'm trying to do, to get a cross-app scope for customized management. Tks Jose Roberto the proper way to access your webapps info is getServletContext() to get the context first..once you

Re: Problem with HttpSessionListener

2006-10-13 Thread José Roberto Motta Garcia
if this class is a simple one? Tks -- Jose Roberto M. Garcia Analista de Sistemas - Grupo Banco de Dados Fone: (12) 3186-8405 Fax: (12) 3101-2835 -- http://www.cptec.inpe.br http://www.inpe.br - To start a new topic, e-mail

Re: load files on tomcat

2006-10-13 Thread José Roberto Motta Garcia
width and height is -1, so i figure I didn't load the image correctly. Do you have any suggestions what I can do to make this work? I appreciate your time, Thorsten -- Jose Roberto M. Garcia Analista de Sistemas - Grupo Banco de Dados Fone: (12) 3186-8405 Fax: (12) 3101-2835 -- http

web.xml

2006-10-10 Thread Roberto Marra
Hi guys, I would like to find some documentation about the web.xml. I would like to understand all the directive like servlet or filter etc... I found some in the apache web site, but not all. Any suggestion pls cheers Roberto Marra

How structure file

2006-10-09 Thread Roberto Marra
is: 1. Understand the best configuration to run a web-application using just JSP using Struts as well 2. Understand the difference about the various folder that I described above. Thnx in advance 4 ur help Cheers Roberto

Re: How structure file

2006-10-09 Thread Roberto Marra
Thnx David, for clarifieding this concept. Really appriciate. /Roberto David Smith ha scritto: Any/all files related to your web application (including .tld files) should be within your webapp's folder in the /webapps folder of tomcat. No need to move any of this around. There are however

Re: Tomcat 5.0.28 is showing an old applets

2006-08-30 Thread Jose Roberto Torres
. Jose Roberto Torres escreveu: - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tomcat 5.0.28 is showing an older version of my applet

2006-08-28 Thread Jose Roberto Torres
applet. Roberto Torres Jose Roberto Torres ha scritto: From the beginning I had no problems with it, but two days ago the tomcat started to display an older version of the applet. Did you try to clear the classloader cache from the client side? If not, open your java plugin console

Tomcat 5.0.28 is showing an old applets

2006-08-28 Thread Jose Roberto Torres
of this files or if there is a way to refresh the applets tomcat shows. If there is anything else I am missing to make my problem clearer please let me know. Jose Roberto Torres Sanchez - To start a new topic, e-mail: users

Re: Tomcat 5.0.28 is showing an old applets

2006-08-28 Thread Jose Roberto Torres
Thnak you Renato that worked, I only have a final question, do I have to be doing this over and over so the final version stays? I am still in development and testing... Jose Roberto Torres José Renato wrote: Hi, try cleaning the work directory. And after this make sure you are really using

Tomcat 5.0.28 is showing an older version of my applet

2006-08-24 Thread Jose Roberto Torres
, but I am stucked again here. I cheked the FAQ and it looks like there is no answer there for my problem. I wold appreciate any pointers in this issue. Thanks in advance. Roberto Torres

Importing server certificate

2006-07-10 Thread Roberto Ruiz Sabroso
Hi. I'm creating a client web service against an external server through https. I have the server certificate (.cer) but I don´t know how to import it into tomcat. Thanks. Responses to [EMAIL PROTECTED]

Custom error page when ...

2005-10-22 Thread Roberto Bottoni - AfterBit
Hi, I would like to replace a custom error page when i get a : HTTP Status 404 .. The requested resource (/..) is not available with Tomcat 5. How I make this ? Thanks. Roberto. - To unsubscribe, e-mail: [EMAIL PROTECTED