Issue displaying empty Strings as null

2005-03-18 Thread Mendez, Eric
I recently installed Apache/Tomcat v 4.1.31 on my server, and I have several JSP sites that extract values from an Oracle database, if the value in the database is an empty String (""), it returns as a null value in my JSP page. The server has JDK v. 1.4.2. Any ideas will help. Thanks Confiden

Apache/Tomcat 4.1.18 - Displaying empty Strings as null

2005-03-18 Thread Mendez, Eric
Hello, I recently installed Apache/Tomcat v 4.1.18 on my new server, and I have a JSP page that extracts values from an Oracle database, if the value in the database is an empty String (""), it returns as a null value in my JSP page. I have another server with Tomcat v. 4.1.31, and I am not havi

Installing Manager tool

2003-12-09 Thread mendez
Hi, I installed Tomcat 4.1 to test the Manager interface. I followed the manual step (add a user in the tomcat-users.xml file, add context ...). I use the default port and when I enter http://localhost:8080/manager, I get a 404 error (reported by tomcat). I saw in the list archive the same tr

Installing Manager tool

2003-12-08 Thread mendez
Hi, I installed Tomcat 4.1 to test the Manager interface. I followed the manual step (add a user in the tomcat-users.xml file, add context ...). I use the default port and when I enter http://localhost:8080/manager, I get a 404 error (reported by tomcat). I saw in the list archive the same tr

Re: Standalone Tomcat : suppress directory listing in web.xml

2002-11-06 Thread Marc Mendez
- Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> > You can suppress directory indexes in the $CATALINA_HOME/conf/web.xml > file. See the "listings" init parameter for the "default" servlet. > Read my previous post. > > You have complete control over which requests y

Re: Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Marc Mendez
- Original Message - From: "Turner, John" <[EMAIL PROTECTED]> > > Did you search the archives? This topic has come up several times before. > Do some research! And... do read my posts ! 1. I browsed the archive 2. The solutions does not work. I want to change the web.xml of the app. I

Re: Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Marc Mendez
Opps, I have tested this in the conf/web.xml file : no effect ! > > > listings > false > > > Kiev -- To unsubscribe, e-mail: For additional commands, e-mail:

Re: Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Marc Mendez
Hi, Yes, but it means that I change the behaviour of the others app ! - Original Message - From: "Kiev" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Tuesday, November 05, 2002 3:55 PM Subject: Re: Standalone Tomcat : suppress directory listing in web.xml > >

Standalone Tomcat : suppress directory listing in web.xml

2002-11-05 Thread Marc Mendez
Hi, I browse the archive, but I found just a part of the answer. I use Tomcat standalone (the app will run under tomcat 3.x and 4.x). I want to prevent access to directories, but I just want to configure this in the web.xml file of my app, nowhere else ! As u see below, the web.xml is quite simpl