ERR_CONNECTION_REFUSED

2020-11-30 Thread Tercio Pedro
Hello, I am a user of the Tomcat server, I need assistance in configuring the ssl certificate and port 443. I installed the ssl certificate but the site just opens on port 8443 I want to go to port 443, I already changed the port on the connector (server.xml), I already enabled the port on the fi

Re: Restrict incoming connections per Application Tomcat 6.0.37

2013-12-16 Thread ANALIA DE PEDRO SANTAMARIA
Gracias Martin, probaré si lo que me dices me sirve. Thank you very much André, now I have understood the problem much better. Thank you for your explanation. Analía. 2013/12/16 André Warnier > ANALIA DE PEDRO SANTAMARIA wrote: > >> I'm going to try to explain myself better.

Re: Restrict incoming connections per Application Tomcat 6.0.37

2013-12-14 Thread ANALIA DE PEDRO SANTAMARIA
nnections) to grant the last two. Any idea? Thank you very much! Analía 2013/12/14 Christopher Schultz > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Analía, > > On 12/14/13, 1:27 PM, ANALIA DE PEDRO SANTAMARIA wrote: > > I'm developing a permission system i

Restrict incoming connections per Application Tomcat 6.0.37

2013-12-14 Thread ANALIA DE PEDRO SANTAMARIA
Hello, I'm developing a permission system in Tomcat and I would like to restrict incoming connections per application. I mean, I want to restrict incoming connections in some applications and permit them in others. I have tried to do it with the Security Manager (SocketPermission), but it doesn't

Re: Restrict the use of JDK classes Tomcat 7 or 6

2013-11-20 Thread ANALIA DE PEDRO SANTAMARIA
s in your jar or war file. > > Yes, Tomcat is supposed to behave such any other JVM. However, you > need to update the catalina.policy file for your own permission, and > don't forget to call the security manager from the startup script ( > http://tomcat.apache.org/tomcat-7.0-do

Re: Restrict the use of JDK classes Tomcat 7 or 6

2013-11-17 Thread ANALIA DE PEDRO SANTAMARIA
curity Manager as > I advised first :D > > > About permissions, here you have a doc : > > > http://docs.oracle.com/javase/6/docs/technotes/guides/security/spec/security-spec.doc3.html#20211 > > best regards > > 2013/11/11 ANALIA DE PEDRO SANTAMARIA <100074...@

Re: Restrict the use of JDK classes Tomcat 7 or 6

2013-11-11 Thread ANALIA DE PEDRO SANTAMARIA
Hello, I have been working with the Security Manager and I think it is a good aproximation of what I need, thank you very much for the advice. I have read that it is possible to create your own Permission class, but I haven't found any documentation or example. Could anybody tell me where I can fi

Re: Restrict the use of JDK classes Tomcat 7 or 6

2013-10-23 Thread ANALIA DE PEDRO SANTAMARIA
t; > Analia, > > On 10/22/13 1:41 PM, ANALIA DE PEDRO SANTAMARIA wrote: > > I'm sorry about the misunderstanding. My question isn't a homework > > question. I'm working in my Final Project and I have some doubts > > about Tomcat, that I need to solve in orde

Re: Restrict the use of JDK classes Tomcat 7 or 6

2013-10-22 Thread ANALIA DE PEDRO SANTAMARIA
I'm sorry about the misunderstanding. My question isn't a homework question. I'm working in my Final Project and I have some doubts about Tomcat, that I need to solve in order to develop it properly. I had searched a lot before I wrote to the mailing list. I'm sorry if you have understood that I'm

Restrict the use of JDK classes Tomcat 7 or 6

2013-10-22 Thread ANALIA DE PEDRO SANTAMARIA
d any information about it (I only have found AddOns in Tomcat 3.3 but there is nothing about creating new ones). Another idea to do that is by modifying the source code. Could anybody tell me where I should search to do that? Thank you very much. Analía de Pedro

RE: Late start of context

2010-10-28 Thread Pedro Rodrigo Cardiel
n and again tomcat. -- -- Pedro Rodrigo Cardiel Dpto. de Informática e Ingenierí­a de Sistemas - Universidad de Zaragoza C/ Marí­a de Luna 1, 50018 Zaragoza, Spain Tel:+34 976 762134 e-mail: prod...@unizar.es Grupo IAAA - http://iaaa.cps.unizar.es --

Late start of context

2010-10-28 Thread Pedro Rodrigo Cardiel
hanks -- -- Pedro Rodrigo Cardiel Dpto. de Informática e Ingenierí­a de Sistemas - Universidad de Zaragoza C/ Marí­a de Luna 1, 50018 Zaragoza, Spain Tel:+34 976 762134 e-mail: prod...@unizar.es Grupo IAAA -

Re: Servlet

2010-05-14 Thread Pedro Rodrigo Cardiel
h do not know if this will make the application much slower. thank both -- -- Pedro Rodrigo Cardiel Dpto. de Informática e Ingenierí­a de Sistemas - Universidad de Zaragoza C/ Marí­a de Luna 1

Re: Servlet

2010-05-14 Thread Pedro Rodrigo Cardiel
El vie, 14-05-2010 a las 12:26 +0200, Mikolaj Rydzewski escribió: > Pedro Rodrigo Cardiel wrote: > Since you have a servlet you have dynamic, not static content. > Use response.getSession() to create one. > Ok thanks. Is there any way to create a session when an image is requested

Re: Servlet

2010-05-14 Thread Pedro Rodrigo Cardiel
String output = ... ; response.setContentType("text/javascript"); response.setCharacterEncoding("UTF-8"); response.getWriter().write(output); } } } -- -- Pedro Rodrigo Cardiel Dpto. de Informática e Ingenierí­a de Sistemas - Universidad de Zaragoza C/ Marí­a de Luna 1, 50018 Zaragoza, Spain Tel:+34 976 762134 e-mail: prod...@unizar.es Grupo IAAA - http://iaaa.cps.unizar.es --

Servlet

2010-05-14 Thread Pedro Rodrigo Cardiel
JSESSIONID cookie is created successfully. Is there any way to tell tomcat to generate a session but asked static content? Regards -- -- Pedro Rodrigo Cardiel Dpto. de Informática e

Re: HttpSessionActivationListener problems

2009-02-10 Thread Rui Pedro
overlap. Others are of a bit more > controversial nature and I have not kept them separate.] > > -- > Jess Holle > > > Rui Pedro wrote: > >> Hi! >> >> I'm implementing one tomcat cluster solution (tomcat 5.5-20). One of the >> things that I need to

HttpSessionActivationListener problems

2009-02-09 Thread Rui Pedro
Hi! I'm implementing one tomcat cluster solution (tomcat 5.5-20). One of the things that I need to know is when the session jumps from one node to the other. I read that I can use the HttpSessionActivationListener listener to detect that type of occurence. To do so, I put one object in the users s

Security and Performance Configuration

2008-02-25 Thread Pedro Stavrinides
Hi all, I know this topic, or at least bits and pieces of it, has been covered in various posts, but just for clarification in my mind I would like the opinions of experienced Tomcat and Unix/Linux experts about optimizing performance and security configuration for Tomcat. As a starting point our

Error while trying to parse a JSP from a bean

2008-01-03 Thread Pedro Santa
st/jakarta/tomcat-5/v5.5.9/bin/jakarta-tomcat-5.5.9.exe) and NetBeans IDE 6.0 Beta 2 (Build 200710212201). All the other JSP features work fine. :) Thanks in advance. Cheers. Pedro Machado Santa - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Monitoring Tomcat

2007-12-03 Thread Pedro
Hi All I am just curious to know what people are using to monitor Tomcat, for my purposes I just require something very simple, and don't have too much time to spend. I am looking for a solution kind of like this: A basic summary of memory usage The potential to detect memory leaks *A summary

Re: I'm desparate with an Apache problem and ReverseProxy

2007-11-13 Thread Pedro
From my understanding the site server should do the request and pass the response back to the client. That's not the way I understand the reverse proxy... the request *is handled by the backend server, the front end server is used to route the request. Some folks use mod_rewrite with mod_proxy

Re: JDBC Realm with case insensitive user name

2007-10-26 Thread Pedro
OK PID then you tell me where the jar goes hey? Pid wrote: Pedro wrote: Thanks for stating the obvious Tim, in 5.5 the 'server' directory is supposed to be the correct place! the question is if the implementation is valid. You referred to ClassNotFoundException's

Re: JDBC Realm with case insensitive user name

2007-10-26 Thread Pedro
ble I guess... maybe worth looking at! Thanks Peter Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pedro, Pedro wrote: I basically need to implement case insensitive user names, can this be done with a servlet filter or do I need to subclass JDBC realm:

Re: JDBC Realm with case insensitive user name

2007-10-25 Thread Pedro
rsion. See the version specific docs details. -Tim Pedro wrote: Hi all, I basically need to implement case insensitive user names, can this be done with a servlet filter or do I need to subclass JDBC realm: public class CustomJdbcRealm extends JDBCRealm { public CustomJdbcRealm() {

JDBC Realm with case insensitive user name

2007-10-25 Thread Pedro
Hi all, I basically need to implement case insensitive user names, can this be done with a servlet filter or do I need to subclass JDBC realm: public class CustomJdbcRealm extends JDBCRealm { public CustomJdbcRealm() { super(); } public Principal authenticate(String

A question about Tomcat 6.0.13

2007-06-08 Thread Pedro Barragan
. Thanks in advance by your help. Pedro Barragán. -- http://exos30.blogspot.com "Lo que ves es lo que soy; lo que lees, es el como me siento"

Re: Tomcat config with APACHE and mutliple VHOST

2006-05-06 Thread Pedro Silveira Vieira da Silva
I think what you need is to use modjk: http://tomcat.apache.org/connectors-doc/ Here are some examples how to use it: http://www.csse.uwa.edu.au/~ryan/tech/tomcat.html Pedro Silva Pascal wrote: > Hello > > Nobody could help me please or give a web pointer to help us to well &g

Re: CGI's not working after following documentation instructions

2006-05-04 Thread Pedro Silveira Vieira da Silva
Hi, Problem solved I thought I was using the latest version but I wasn't 5.5.17 is now the latest, and I was using 5.5.16. With version 5.5.17 the problem doesn't exist. Pedro Silva Problem > Hi, > > I've just installed the latest version of Tomcat in Windows XP an

CGI's not working after following documentation instructions

2006-05-04 Thread Pedro Silveira Vieira da Silva
ap.java:275) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413) Any ideas why this is happening? I can't understand why it doesn't find the jar inside server/lib ... Thanks, Pedro Silva - To unsubscri