RE: Struts application

2004-12-13 Thread Freddy Villalba A.
Thanx Yoav, Just a few things. Hope u can provide some further info (if not, it's ok... you've already given me some answers, which I appreciate): - I've tested doing what you said... actually, I'd tried that before even contacting all of you, but since it didn't worked, I thought I might have

Struts application

2004-12-13 Thread Freddy Villalba A.
Hello everyone, I'm facing some problems with Struts on a Tomcat server. I'm looking for my own answers. However, input from both groups would be appreciated. I just downloaded Tomcat v5.5 and installed on an XP Professional box. No problem. I've been running and testing without trouble a

Session timeout

2004-12-07 Thread Freddy Villalba A.
Hi everybody, Is it possible to configure the session timeout using the org.apache.catalina.session.StandardManager Session Manager or am I forced to use the Persistent Manager just for doing so? (Tomcat v4.1) Regards, F. -

RE: Filter/...

2004-12-04 Thread Freddy Villalba A.
Hi Brij, I am not sure I have fully understood your question. In any case, I believe that for accomplishing what you've stated you have 2 options: - Use a listener class (it's like a filter, but it's automatically invoked by the servlet container on the ocurrence of different kinds of events,

RE: Filter/...

2004-12-04 Thread Freddy Villalba A.
Interesting issue. Anyway, can't think of anything that solves it in a clean way. If you give me (if you can) further information about what your filter does, I could give it a try at thinking about an alternative solution. Cheers, F. -Mensaje original- De: Brij Naald [mailto:[EMAIL

Declarative security example

2004-11-12 Thread Freddy Villalba A.
Hello everybody, I'm trying to run the following test application on a Tomcat v4.1 that comes along with JBuilder X. web-app servlet servlet-nameSecureServlet/servlet-name servlet-classSecureServlet/servlet-class /servlet security-constraint web-resource-collection

RE: SPAM MAIL FROM HSBC

2004-09-15 Thread Freddy Villalba A.
I'm receiving it too! I've blocked it with my mail client, but it's still annoying. Please, somebody block this spammer. Peace. -Mensaje original- De: Aris Javier [mailto:[EMAIL PROTECTED] Enviado el: miercoles, 15 de septiembre de 2004 4:52 Para: [EMAIL PROTECTED] Asunto: SPAM MAIL

Newbie to Version 5.5

2004-09-06 Thread Freddy Villalba
Hi, I just downloaded version 5.5. I'm interested in having several instances of the server running on the same Windows machine (different ports, obviously). Is this possible? Where can I find the documentation for doing so? In case it is not possible (with a single installation), is it possible

RE: Newbie to Version 5.5

2004-09-06 Thread Freddy Villalba
ports. So ... - get it working - copy the distribution to a new dir - Change the ports,addresses, dirs as needed -Tim Freddy Villalba wrote: Hi, I just downloaded version 5.5. I'm interested in having several instances of the server running on the same Windows machine (different ports

RE: Newbie to Version 5.5

2004-09-06 Thread Freddy Villalba
, 2004 at 06:25:01PM +0200, Freddy Villalba wrote: : Just one more question... if I copy the dist files, how am I supposed to : configure the CATALINA_HOME and CATALINA_BASE variables for each copy??? : (it's unique, so it can't be valid for all the copies I configure, am I : right?) Me, I use

Garbage Collector

2004-07-09 Thread Freddy Villalba Arias
Hi everybody, What's the best / simplest way to implement a garbage collector that starts running as soon as the web application (Tomcat) is up? In my particular case, this garbage collector cleans certain records meeting a certain criteria. The idea is quite simple: every n seconds, the

RE: Garbage Collector

2004-07-09 Thread Freddy Villalba Arias
Whoa, it was so obvious I almost feel stupid! Thanks, Simon! -Mensaje original- De: simon colston [mailto:[EMAIL PROTECTED] Enviado el: viernes, 09 de julio de 2004 11:07 Para: Tomcat Users List Asunto: Re: Garbage Collector Freddy Villalba Arias wrote: What's the best / simplest

RE: JNDI Datasource advanced use

2004-06-08 Thread Freddy Villalba Arias
Hi Enrico, I suppose that by closing you mean freeing up the resource. When you close a connection that has been obtained from a DataSource, I believe it is not actually closed, but only released, hence made available to other processes. How many connections are there, for how long, and that

RE: How to monitor hits on static web pages?

2004-05-04 Thread Freddy Villalba Arias
Hello, If I understood, I believe a Servlet Filter would do the job... You'd just have to make sure the pattern doesn't leave out anything you'd want to monitor / include anything you don't want to monitor. HTH. Freddy. -Mensaje original- De: Matrix [mailto:[EMAIL PROTECTED] Enviado

JTA support

2004-04-15 Thread Freddy Villalba Arias
Hello everybody, I've been going up and down DBCP's (and Tomcat's) homesite and haven't found the answer to this: Does Tomcat support (and manage) JTA? I know there is Tyrex, which provides this support, but I don't want to use it. From what I've read, it's somewhat obsolete, replaced

RE: JTA support

2004-04-15 Thread Freddy Villalba Arias
this helps, Robert Freddy Villalba Arias wrote: Hello everybody, I've been going up and down DBCP's (and Tomcat's) homesite and haven't found the answer to this: Does Tomcat support (and manage) JTA? I know there is Tyrex, which provides this support, but I don't want

RE: JTA support

2004-04-15 Thread Freddy Villalba Arias
of our current hacked Tyrex-based JTA solution. Regards, Robert Freddy Villalba Arias wrote: Thanks, Robert. You've been quite helpful! In Fact, I'd already installed and configured JBoss, knowing that it was the best (cheapest / safest / easiest) option available; that is, those I could

RE: JTA support

2004-04-15 Thread Freddy Villalba Arias
Hi, Sorry if I misled you. I'm using JBoss v3.2.3. According to that version's download page: (includes Tomcat 4.1.29 JBossWeb HTTP server and JSP/Servlet engine, EJB, CMP2.0, JCA, IIOP, Clustering, JTA, JMX and more) I suppose (would have to start it up and check the logger's output) that's

RE: JTA support

2004-04-15 Thread Freddy Villalba Arias
:19 Para: Tomcat Users List Asunto: Re: JTA support Freddy Villalba Arias wrote: Hi, Sorry if I misled you. I'm using JBoss v3.2.3. According to that version's download page: (includes Tomcat 4.1.29 JBossWeb HTTP server and JSP/Servlet engine, EJB, CMP2.0, JCA, IIOP, Clustering, JTA, JMX

RE: JNDI and DataSource

2004-04-13 Thread Freddy Villalba Arias
Huang [mailto:[EMAIL PROTECTED] Enviado el: lunes, 12 de abril de 2004 20:57 Para: Tomcat Users List Asunto: RE: JNDI and DataSource Where did you put your db driver jar file? You want to put it under $CATILINA/common/lib. Regards, Daniel -Original Message- From: Freddy Villalba Arias

RE: Tomcat 5 : Connection Pool to Access database

2004-04-13 Thread Freddy Villalba Arias
Hi Franz, I'm experiencing EXACTLY the same problem, but in Tomcat 4.1 (running from a Jbuilder X). HAVEN't solved it yet. However, I've received some valid feedback that may prove to be effective for you. Let me know of any adavances you make in this regard. Jee... it's good to know I'm not

RE: Tomcat 5 : Connection Pool to Access database

2004-04-13 Thread Freddy Villalba Arias
BTW, the topic is JNDI and DataSource and I'm trying to connect to an Oracle DB. :) Freddy. -Mensaje original- De: Francesco Pellegrini [mailto:[EMAIL PROTECTED] Enviado el: martes, 13 de abril de 2004 9:28 Para: Tomcat-User-ML Asunto: Tomcat 5 : Connection Pool to Access database

JNDI and DataSource

2004-04-12 Thread Freddy Villalba Arias
Hi everybody, This is a fairly simple problem, however this is one of those days a huge truck could easily pass over you without you even noticing it... anyway, here it goes! The environment is: JBuilder X + Tomcat 4.1 + DBCP The problem: I want to obtain a DB connection through a

RE: JNDI and DataSource

2004-04-12 Thread Freddy Villalba Arias
I MEANT OVER ME!!! Sorry... as you can see, I'm a little burned-out here... Thankx. -Mensaje original- De: Freddy Villalba Arias Enviado el: lunes, 12 de abril de 2004 15:44 Para: [EMAIL PROTECTED] Asunto: JNDI and DataSource Hi everybody, This is a fairly simple problem, however

RE: JNDI and DataSource

2004-04-12 Thread Freddy Villalba Arias
2004 17:32 Para: Tomcat Users List Asunto: Re: JNDI and DataSource You have a default context right after the wa context that doesn't specify a Resource . Is that what you meant? Sandy On Apr 12, 2004, at 9:44 AM, Freddy Villalba Arias wrote: [...] /ResourceParams

RE: JNDI and DataSource

2004-04-12 Thread Freddy Villalba Arias
reloadable=true /Context /Host /Engine /Service /Server HTH Sandy On Apr 12, 2004, at 11:36 AM, Freddy Villalba Arias wrote: Yes and no... :) I have only one web application to be deployed (wa). Then, I read in some places that it's mandatory to have a default

RE: JNDI and DataSource

2004-04-12 Thread Freddy Villalba Arias
, at 18:35 Europe/Brussels, Freddy Villalba Arias wrote: image.tiff     Hi Sandy,   Thanks, it certainly looked better than mine. I appreciate it. However, the problem persists...   Any other suggestion? (I'll keep looking at it, too... obviously)     -Mensaje original

RE: JNDI and DataSource

2004-04-12 Thread Freddy Villalba Arias
- Our JTA for your transactions On maandag, apr 12, 2004, at 18:35 Europe/Brussels, Freddy Villalba Arias wrote: image.tiff     Hi Sandy,   Thanks, it certainly looked better than mine. I appreciate it. However, the problem persists...   Any other suggestion? (I'll keep looking