File download custom tag or bean

2006-03-05 Thread T. Lamine Ba
I know that you can download a file from a specific location within your webapp by writing a servlet using OutputStream services. However, it has been done so many times, somebody must have created a custom tag or bean for this feature. Where can I find a custom tag or bean that would allow me to

RE: File download custom tag or bean

2006-03-05 Thread T. Lamine Ba
download custom tag or bean Not a tag, but if you're using Struts, you can use DownloadAction: http://struts.apache.org/struts-extras/apidocs/org/apache/struts/actions /DownloadAction.html -- Martin Cooper On 3/5/06, T. Lamine Ba <[EMAIL PROTECTED]> wrote: > > I know that y

MySql and Connection pools

2006-12-04 Thread T. Lamine Ba
Hi all, I have mysql connected to tomcat server via a JNDI connection pool. Within my webapp, I use either beans or the sql taglib (part of jstl) to query the database (depending on what is most convenient at the time). I noticed that sometimes the database hangs and is not able to find and pull

Netbeans Release 3.6

2006-12-13 Thread T. Lamine Ba
Hi all, I need to re-install an old webapp running on netbeans 3.6 The release (netbeans 3.6) is not available on netbeans website anymore. Can anyone point me to a site that has it? Thanks, Lamine. - To unsubscribe, e-mail: [E

listeners and virtual hosts

2007-06-06 Thread T. Lamine Ba
Hi all, I have Apache connected to Tomcat 5.0.28 on a linux server. I have setup virtual hosts in my tomcat server.xml config file specifying a domain name for each webapp that I host. Problem: The tomcat container cannot find the listener classes, such as ResourceManagerListerner where I specify

RE: listeners and virtual hosts

2007-06-07 Thread T. Lamine Ba
host. Lamine. -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 06, 2007 1:56 PM To: Tag Libraries Users List Subject: Re: listeners and virtual hosts Quoting "T. Lamine Ba" <[EMAIL PROTECTED]>: > Hi all, > > I have A

Error with taglib parseDate

2007-08-06 Thread T. Lamine Ba
Hi all, I use in webapp "www.buildtrees.com" as follows: *** *** It works great when I visit the site with my computers. On the other hand, some of my web visitors produce the error below: *** Exception: javax.servlet.jsp.JspException: In , value attribute can not be parsed: "OC

RE: Error with taglib parseDate

2007-08-07 Thread T. Lamine Ba
Thx much for the tip Kris. Lamine. -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 07, 2007 9:14 AM To: Tag Libraries Users List Subject: Re: Error with taglib parseDate On 8/6/07, T. Lamine Ba <[EMAIL PROTECTED]> wrote: > Hi all, >

Virtual hosting and listener servlets

2007-10-24 Thread T. Lamine Ba
Here it is. I use Tomcat 5.0.28. I also use the tomcat connector and apache to listen on port 80 to domain names of my websites. Each website has a virtual host configured in httpd.conf (apache) and server.xml (tomcat). The configuration works great except for one thing. The tomcat container is

RE: Virtual hosting and listener servlets

2007-10-24 Thread T. Lamine Ba
-Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 10:03 AM To: Tag Libraries Users List Subject: Re: Virtual hosting and listener servlets On 10/24/07, T. Lamine Ba <[EMAIL PROTECTED]> wrote: > Here it is. > > I use To

RE: Virtual hosting and listener servlets

2007-10-24 Thread T. Lamine Ba
I will contact the tomcat mailing list then. Thx, Lamine. -Original Message- From: Kris Schneider [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 3:31 PM To: Tag Libraries Users List Subject: Re: Virtual hosting and listener servlets On 10/24/07, T. Lamine Ba <[EM

RE: c:reditect

2008-01-02 Thread T. Lamine Ba
I am using the mvc model. The problem with is that the URL is preserved and might display my filenames in the control space. For example: 1. /index.jsp submits parameters to /control/doSignup.jsp 2. /control/doSignup.jsp validates and records parameters 3. /control/doSign

RE: c:reditect

2008-01-05 Thread T. Lamine Ba
ECTED] Envoyé : Thursday, January 03, 2008 9:37 AM À : Tag Libraries Users List Objet : Re: c:reditect Hassan Schroeder wrote: > On Jan 2, 2008 9:38 AM, T. Lamine Ba <[EMAIL PROTECTED]> wrote: > >>> I am looking for an alternative to the taglib c:redirect. I would like to >>

Group Development with JSP

2008-02-13 Thread T. Lamine Ba
Hi all, I have a general question regarding development in Java/JSP. Can any one advise me on methods and/or tools that would facilitate development in a team environment, in which case each developer only has access to a section of the code (in order to avoid "stealing of codebase")?!? Note that