worker2.properties conf

2004-08-05 Thread Valter G. Nogueira Jr.
I want to know more about worker2.properties files to config my IIS. How can I make the uri independent from webapp context? I mean http://localhost/samples be linked to jsp-samples instead of samples webapp context. When I read

Datasource Definition

2004-08-04 Thread Valter G. Nogueira Jr.
I am trying to figure out how datasources defitions works. In Tomcat docs it suggest to change server.xml and web.xml, adding a global resource and referencing it on webapp. Tomcat's admin changes a appname.xml on conf\Catalina\localhost file (what indeded work to me). Netbeans kb suggest to

Re: Datasource Definition

2004-08-04 Thread Valter G. Nogueira Jr.
-Original Message- From: Valter G. Nogueira Jr. [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 04, 2004 11:25 AM To: _Tomcat Users List Subject: Datasource Definition I am trying to figure out how datasources defitions works. In Tomcat docs it suggest to change server.xml and web.xml

Re: CRUD Operations using Tomcat

2004-07-21 Thread Valter G. Nogueira Jr.
dictionary that could dynamically change checks and labels. Valter - Original Message - From: Wendy Smoak [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 8:25 PM Subject: Re: CRUD Operations using Tomcat From: Valter G. Nogueira Jr. [EMAIL PROTECTED] I

CRUD Operations using Tomcat

2004-07-20 Thread Valter G. Nogueira Jr.
Hi, I am looking for good ways to implements CRUD ops using Tomcat Having handcrafted jsp/servlets almost identicals seems to be not only boring, but an error prone aproach. Thanks for any advice Valter

Enabling EL on Tomcat 5.0

2004-06-21 Thread Valter G. Nogueira Jr.
I am following the book Java Server Pages, 3rd Edition and all samples run in a snap. But when I try to use EL no my pages it doesn't work. I mean if a write: ${1+2+3} I got the ${1+2+3} instead of 6 How should I configure tomcat to evaluate expression? Thanks, Valter

mod_jk2 + tomcat 5.0 stucks on IIS

2004-06-01 Thread Valter G. Nogueira Jr.
I have installed mod_jk2 to connect tomcat 5.0 and IIS 5.0. Everything appears to be correct but it doesn't work - of course since I am posting this :) When I try to open a tomcat served page, IE waits it for long time and can't open the page. Pointing to any page else, IIS serves it as