Re: active sessions

2002-05-31 Thread [Ben Leblond]
Hi Ravi, I found this tutorial: http://www.stardeveloper.com/go/0003 Hope it helps, --Benjamin. -Original Message- From: vtr [mailto:[EMAIL PROTECTED]] Sent: Saturday, 1 June 2002 3:46PM To: [EMAIL PROTECTED] Subject: active sessions Hi all, Can any one suggest some

Re: JSPinsider JavaMail tag Problem

2002-05-31 Thread Jayson Falkner
Hi Daniel, I think this is because the attribute must be static, e.g. can't be a runtime value. You'd have to check the TLD. I'll tack looking at this on the todo list for the JavaMail tags. If you happen to find that it is a serious problem, plese submit a patch :) Cheers, Jayson Falkner [EMA

active sessions

2002-05-31 Thread vtr
Hi all, Can any one suggest some method to find out how many users are at present logged in my site. The problem is when the number exeeds a particular limit the tomcat crashes with an error message indicating that the jdbc connections has exeeded some limit. I want to track the no of us

Re: How to Open Excel file

2002-05-31 Thread subbu
set the MIME type in your tomcat's web.xml file This will do - Original Message - From: "[Moisey Oysgelt]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 01, 2002 12:11 AM Subject: How to Open Excel file > I'm using Tomcat 4.0.3 and the problem is when I open

How to Open Excel file

2002-05-31 Thread [Moisey Oysgelt]
I'm using Tomcat 4.0.3 and the problem is when I open MS Excel file as a like with IE or NC the file comes like a binary in window I've added <% response.setContentType("application/vnd.ms-excel"); %> Did not help. Any ideas > Moisey Oysgelt --- Outgoing mail is certified Virus F

Re: Nested tags problem

2002-05-31 Thread Hans Bergsten
Luis Cornide Arce wrote: > Hi List!! > > I'm developing some tags to internationalize my JSP pages (yes, I know > that Struts has done that already, but I'm trying to do it by my own) > I have one tag to retrieve a message by specifiying its key, and inside > of this tag I can write other to param

IIS 5.0 and Passing Parameters via the URL (URL rewriting)

2002-05-31 Thread Haseltine, Celeste
Back towards the end of 2001, I remember attending a free evening seminar in the Dallas, TX area, where an individual demonstrated exposing a security "hole" in IIS. I cannot remember what info he passed via a URL string in his browser, but the result was that he was able to "get into" or "view"

Nested tags problem

2002-05-31 Thread Luis Cornide Arce
Hi List!! I'm developing some tags to internationalize my JSP pages (yes, I know that Struts has done that already, but I'm trying to do it by my own) I have one tag to retrieve a message by specifiying its key, and inside of this tag I can write other to parametrize the message (doing a substitu