[OT] please tell a javascript/DHTML forum or mailing list

2003-09-20 Thread Antony Paul
Hi all, Can any one suggest a javascript or DHTML forums. i have problems in adding a row to table using DOM. Antony Paul - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

IE 6 causes broken pipe exception

2003-09-20 Thread Chris Rolfe
Here's a followup to: Subject: DefaultServlet throws a LOT of broken pipe exceptions on mp3s. --- I found the cause of my java.io.IOException Broken pipe errors. IE 6 is sending two GET requests for each .mp3 file. I haven't tested the behavior on IE 5.x or other plugin-handled mime types.

Re: Disabling session management (FAQ not enough)

2003-09-20 Thread Chris Rolfe
on 9/18/03 1:29 PM, Greg Ward wrote: I would like to completely disable Tomcat session management. I'm in Manager pathname=/dev/null / You might try: Manager classname=org.apache.catalina.session.StandardManager pathname= / Cheers, Chris

Can JSP track users in a basic authentication protected realm ?

2003-09-20 Thread David
Hi guys, Does anyone know how I can implement the above mentioned? Once they exit the protected realm (i.e. the protected folder in my htdocs), when they re-enter the site again they will be asked for a password. I have a simple basic authentication system but it doesn't track the user when it

Re[2]: A Hebrew Problem

2003-09-20 Thread Anton Tagunov
Hello Yair! Sorry about responding with such delay, I only read the list periodically in large gulps. I'm still very interested. YZ My Goal: including a hebrew html inside a jsp page. YZ The Problem: hebrew is viewed by browser as question marks (no matter YZ charset). YZ //moving the html

RE: Can JSP track users in a basic authentication protected realm ?

2003-09-20 Thread George Sexton
Can you explain how Tomcat will be able to tell whether the user has navigated away and returned, versus just taken some period of time before getting the next page? -Original Message- From: David [mailto:[EMAIL PROTECTED] Sent: Saturday, September 20, 2003 9:56 AM To: Tomcat User

Re[2]: Character Set Issues (windows vs. Unix)

2003-09-20 Thread Anton Tagunov
Hello Hans! Sorry about responding with significat delays, I'm reading the list only periodically, in gulps AT String s = rs.getString(x); AT char c = s.charAt(y); AT out.print((int)c); HL Thats exactly what I am doing. HL same result What result? What codes do you get for non-ascii

RE: Can JSP track users in a basic authentication protected realm ?

2003-09-20 Thread David
Actually I do not know how to do it. I know those internet banking sites does it. They have this option of Log out for their users. When users click on that log out option, they will in effect log out of the protected realm. Should they decide to return to the same site again ( using the same

Re[2]: Tomcat and native libs.

2003-09-20 Thread Anton Tagunov
Hello Daniel! Can it be that the native code is plainly crashing? Or may it be related to reloading a web application? DK Unexpected Signal : 11 occurred at PC=0xFE0EAFE8 DK Function=[Unknown. Nearest: JVM_FindPrimitiveClass+0x1BB8] DK Library=/usr/j2sdk1.4.1_04/jre/lib/sparc/client/libjvm.so DK

Permission denied to webapps folder

2003-09-20 Thread Denise Mangano
This is probably something simple, but I can't seem to understand this. As suggested by a Tomcat book that I have, I gave the webapps folder rwx to the owner, and r access to everyone else. However, when I try to change to the webapps directory as any user other than the owner I get a permission

Re: IE 6 causes broken pipe exception

2003-09-20 Thread Anton Tagunov
Hello Chris! CR IE 6 is sending two GET requests for each .mp3 file. I haven't tested the CR behavior on IE 5.x or other plugin-handled mime types. CR The first GET sets the request header: CR user-agent = contype CR and is a Microsoft (ie, non-standard) attempt at data-sniffing intended to CR

Some help with jk2

2003-09-20 Thread Timothy
Hello all. I'm trying to setup jk2. Well, actually, I'm trying to acquire build jk2. This is proving to be more than a little difficult. After going over the docs at http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/doc/index.html I think I'm more puzzled than when

Re: IE 6 causes broken pipe exception

2003-09-20 Thread Chris Rolfe
on 9/20/03 11:07 AM, Anton Tagunov wrote: Hello Chris! CR IE 6 is sending two GET requests for each .mp3 file. I haven't tested the CR behavior on IE 5.x or other plugin-handled mime types. [snip] CR So, two questions for the karmically kind: CR 1) Any bright ideas on a workaround for

Re: Permission denied to webapps folder

2003-09-20 Thread Bill Barker
On *nix systems, you need to have 'r-x' permission to cd to a directory. Denise Mangano [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] This is probably something simple, but I can't seem to understand this. As suggested by a Tomcat book that I have, I gave the webapps folder rwx to the

RE: DataSource.getConnection() hangs

2003-09-20 Thread SANTOS, DANIEL (SBCSI)
org.apache.jasper.JasperException: Exception retrieving attribute 'driverClassName' is caused from an unrelated error in your server.xml. I fixed the problem with this error not reporting correctly but I just submitted it to be added to CVS. The root cause exception is not being returned currently

Can the web server track the users in a protected realm ?

2003-09-20 Thread David
Hi guys, Does anyone know how I can implement the above mentioned? Once they exit the protected realm (i.e. the protected folder in my htdocs), when they re-enter the site again they will be asked for a password. I have a simple basic authentication system but it doesn't track the user when it

servlet question

2003-09-20 Thread water autumn
hello: My environment is follow: JDK : j2sdk_1.4.2_01 Web Server : TOMCAT 5.0.0 When i devloped servlet program, such as test.java, while i typed this line : import javax.servlet.*;, javac tell me the error: F:\JAVA\upload\AccUpload.java:8: package

Re: Some help with jk2

2003-09-20 Thread Luke Vanderfluit
Hi, It wasn't that hard: you will need the file 'jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz' unzip/tar then. these are my notes, Hope they help: I compiled tomcat connectors with ./configure --with-apxs2=/usr/local/apache2/bin/apxs \