Tomcat 4.1.18 session

2003-02-24 Thread D Bamud
I moved my web appl from Tomcat 4.0.4 to Tomcat4.1.18. For each user session I store the reference to the session in a Vector so that I can tell what users are logged-in, last-accessed-time etc. It was working fine in Tomcat 4.0.4. But in Tomcat4.1.18 (perhaps due to new specifications) session

Tomcat 3.x Vs Tomcat 4.x

2002-08-21 Thread D Bamud
Tomcat 3.x Vs Tomcat 4.x I have a web application named myapp in C:\jakarta-tomcat-4.0.4\webapps dir. Also have C:\jakarta-tomcat-4.0.3\webapps\myapp_att dir which isn't a web appl but a dir used by my myapp. In my jsp (in the myapp) I provide links to attachments from

Re: Block a dir to not display its content

2002-08-16 Thread D Bamud
Ok It worked. I was trying inside /WEB-INF/web.xml. I guess it is also possible for application level ie only for a given web application??? What I need to do so that when 404 tomcat message need to be displayed by tomcat it instead show my common 404.html file where I have my contents to show

Re: Coyote Connector

2002-08-16 Thread D Bamud
Make sure that jkjni.dll (libjkjni.so on Unix) is accessible (ie are there in path). -- - Original Message - From: Isabel Lameda [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, August 14, 2002 10:16 PM Subject: Coyote Connector Does anybody knows how to use the Coyote

Block a dir to not display its content

2002-08-14 Thread D Bamud
Tomcat4.0.4 / J2SDK1.4.0/W2K My application is webapps/bbc. It works just fine. The dirs inside it are jsp and WEB-INF. Inside the jsp dir I have my *.jsp files and also some directories like doc, src, images etc. These are the directories that the end user should not see content of via the

Block a dir to not display its content

2002-08-13 Thread D Bamud
Tomcat4.0.4 / J2SDK1.4.0/W2K My application is webapps/bbc. It works just fine. The dirs inside it are jsp and WEB-INF. Inside the jsp dir I have my *.jsp files and also some directories like doc, src, images etc. These are the directories that the end user should not see content of via the

jsp in packages

2002-08-13 Thread D Bamud
Q1. Can I declare my jsp files in packages? How? Q2. I have written a static method in one jsp page. I want to call this method in another jsp page. How to do it? I do not want to take this method out from the jsp and put into a class (.java) and use it in both the jsp files. -- To

Re: jsp in packages

2002-08-13 Thread D Bamud
R. McClanahan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, August 13, 2002 9:18 PM Subject: Re: jsp in packages On Tue, 13 Aug 2002, D Bamud wrote: Date: Tue, 13 Aug 2002 12:27:53 +0530 From: D Bamud [EMAIL PROTECTED] Reply-To: Tomcat

Re: BARCODE

2002-06-12 Thread D Bamud
http://www.bokai.com/BarcodeJSP/ Search Java Barcode API on net There are many Java APIs available - Original Message - From: Lee Chin Khiong [EMAIL PROTECTED] To: Tomcat Users List (E-mail) [EMAIL PROTECTED] Sent: Wednesday, June 12, 2002 11:36 AM Subject: BARCODE DOES ANYBODY

Session

2002-06-10 Thread D Bamud
Tomcat3.2.3 / JDK1.3.1 / IE5.0 Q1. I have a like like SCRIPT LANGUAGE=JavaScript SRC=js/utils.js/SCRIPT in my jsp file. When I load I get following. Any idea why it is happening? 2002-06-10 14:16:55 - Ctx( /act ): IOException in: R( /act + js/utils.js + null) Connection aborted by peer: socket

web application outside tomcat/webapps dir

2002-06-06 Thread D Bamud
My Platform Tomcat 4.0.3/Windows2000/JDK1.3.1. I am new to Tomcat4.0.3 %CATALINA_HOME%\webapps is the base directory for containing web applications. Is it mandatory to put my web applications in this directory? Can I put my web application in say C:\mydir and configure Tomcat so that it could