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
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.
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
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
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
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...@
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
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
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
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
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
--
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 -
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
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
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
--
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
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
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
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
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]
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
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
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
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:
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() {
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
.
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"
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
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
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
30 matches
Mail list logo