File Download

2002-03-22 Thread Reto Badertscher
Hello, i'm downloading a file from a servlet. So far all is OK, besides that IE5 displays the URL in the save dialog. I have a problem when using the compress filter - my file is no longer stored with the correct MIME type (in this case 'mdb'). How can i download a zipped application file and

AW: problems connecting to MS Access when Tomca3.2 runs as service

2002-03-20 Thread Reto Badertscher
Is there a native JDBC driver available for accessing an Access Database. Need to create and fill a Access Database on behalf of a user request? Reto -Ursprüngliche Nachricht- Von: Randy Layman [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 20. März 2002 12:36 An: 'Tomcat Users List'

AW: Tomcat 4.02 stalling?

2002-03-04 Thread Reto Badertscher
Hello, does it happen when a form is submitted? I have this kind of behaviour occasionally when submitting a form with many input fields - never tried with Tomcat 3.x. Regards Reto -Ursprüngliche Nachricht- Von: Jørgen Ramskov [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 4. März 2002

AW: Tomcat 4.02 stalling?

2002-03-04 Thread Reto Badertscher
2002 14:12 An: 'Tomcat Users List' Betreff: RE: Tomcat 4.02 stalling? Reto Badertscher wrote: does it happen when a form is submitted? I have this kind of behaviour occasionally when submitting a form with many input fields - never tried with Tomcat 3.x. Yes, it happens when I submit a form

AW: accessing excel-documents via HTTP URL

2002-02-13 Thread Reto Badertscher
Hello, i've to do the same and i'm wondering how you generate the excel files. I have a running prototype with Perl, but would like to implement this using only Java. Thanks for your help Reto -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet:

AW: Alternate Page for HTTP Status 403?

2002-01-30 Thread Reto Badertscher
I have defined this in the applications web.xml for Error 400. The same should work for Errorcode 403 Reto error-page error-code400/error-code locationerrorPage.jsp /location /error-page -Ursprüngliche Nachricht- Von: Cavan Morris [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 30.

AW: Tomcat - Request Handling

2002-01-24 Thread Reto Badertscher
the symptoms you observed) Watch for synchronized and for locks on resources you use (database, files, ...). -Ursprüngliche Nachricht- Von: Reto Badertscher [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 24. Januar 2002 08:42 An: Tomcat Users List Betreff: Tomcat - Request

AW: Tomcat - Request Handling

2002-01-24 Thread Reto Badertscher
Nachricht- Von: Reto Badertscher [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 24. Januar 2002 09:34 An: Tomcat Users List Betreff: AW: Tomcat - Request Handling Thanks for your help. I thought that a filter would be the best place to release resources? I'll check for deadlocks - that seems

AW: Tomcat Performance Expectations?

2002-01-24 Thread Reto Badertscher
Hello, i'm currently testing the application and agree with you. Nevertheless i would be happy if i had some guidelines for configuring Tomcat in a production environment (e.g. impact on setting the different parameters, which settings work best for which type of application, a.s.o). Regards

AW: Tomcat Performance Tuning;

2002-01-23 Thread Reto Badertscher
I'm to interested in some information about performance tuning. After stressing Tomcat 4.01 with a lot of requests i got the following messages in the catalina.log 2002-01-24 01:25:03 HttpProcessor[8080][74] Starting background thread 2002-01-24 01:25:04 HttpConnector[8080] No processor

Tomcat - Request Handling

2002-01-23 Thread Reto Badertscher
Hello, could somebody please tell me how Tomcat handles requests. I have the following scenario documented by the following protocol. As the protocol shows, the application behaves as it should: Start handling the request and after handling the request the configured filter removes the lock on

Tomcat4 Velocity

2001-12-13 Thread Reto Badertscher
Hello, after porting an application using Velocity from TC 3.2 to TC 4.0 the following error occurres when accessing the application: StandardWrapperValve[Controller]: Allocate exception for servlet Controller javax.servlet.ServletException: Error configuring the loader:

AW: Eclipse IDE

2001-12-13 Thread Reto Badertscher
Hello, give IntelliJ' idea a try (www.intellij.com). Reto -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 13. Dezember 2001 20:12 An: [EMAIL PROTECTED] Betreff: Eclipse IDE I have been evaluating the new Eclipse IDE

AW: [ajp13]bad read -103

2001-12-12 Thread Reto Badertscher
Hi, i'm using the same configuration and get the same messages. Don't know what it means, but the application works OK and there are no entries in my iis_redirect log. Perhaps somebody knows what causes the messages? Regards Reto -Ursprungliche Nachricht- Von: Andy Soedibjo

AW: Tomcat Velocity Native language configuration problems

2001-11-21 Thread Reto Badertscher
Hello, i had that problem too with an Oracle Database and XML files without proper encoding specified. I've written a filter which translates all non displayable characters to 'Numeric Entities' and configured Velocity to use this filter. If you're interested i can send you the code if i still

Path in JSP

2001-11-20 Thread Reto Badertscher
Hello, when accessing a JSP thru a servlet (forward) the following path /image/logo.gif is valid. When calling a JSP directly i have to use ../image/logo.gif (image and jsp folder are on the same level). What can i do to use the same path definition? How can i prevent users from directly

AW: Path in JSP

2001-11-20 Thread Reto Badertscher
Sorry for the error : path '/image/logo.gif' should be 'image/logo.gif' Regards Reto -Ursprüngliche Nachricht- Von: Reto Badertscher [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 20. November 2001 14:53 An: [EMAIL PROTECTED] Betreff: Path in JSP Hello, when accessing a JSP thru

AW: Losing session during forward from servlet to jsp?

2001-11-20 Thread Reto Badertscher
Hi, i know that doesn't help you, but i'm just doing the same on Tomcat 4.0.1 without any problem. Reto -Ursprüngliche Nachricht- Von: Peter Rutner [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 20. November 2001 15:05 An: Tomcat Users List Betreff: Losing session during forward from

AW: catalina.bat

2001-09-27 Thread Reto Badertscher
Hi Bob, If you start it from a DOS window you should see the messages and the window should stay. Reto -Ursprüngliche Nachricht- Von: Epling, Bob [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 27. September 2001 00:19 An: [EMAIL PROTECTED] Betreff: catalina.bat Hi all, I haven't

AW: AW: catalina.bat

2001-09-27 Thread Reto Badertscher
I assumed that someone does not just opening a DOS window without entering any command. Sorry for that! Reto -Ursprüngliche Nachricht- Von: Jim Cheesman [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 27. September 2001 10:14 An: [EMAIL PROTECTED] Betreff: Re: AW: catalina.bat At

Debugging against Tomcat 3.2 / 4.0

2001-09-26 Thread Reto Badertscher
is reached, with TC 3.2 it takes just a a few seconds. In normal operation theres no difference between 3.2 and 4.0 Does somebody has an idea for what it takes that long? Thanks for any help in advance. Reto Badertscher

AW: Is this the way to do it?

2001-09-17 Thread Reto Badertscher
Hi Magnus, only two instances of Boolean exists: - TRUE - FALSE your different Booleans just hold a reference on one of the two. Reto -Ursprüngliche Nachricht- Von: Magnus Jansson [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 17. September 2001 09:25 An: [EMAIL PROTECTED] Betreff: Is

Exception when forwarding

2001-08-28 Thread Reto Badertscher
Hi, When forwarding a request to a servlet called 'Controller' - Code Snippet try { javax.servlet.RequestDispatcher rqd = req.getRequestDispatcher(Controller?action=someaction); rqd.forward(req,res); return; }catch (Exception e) {

AW: request for suggestions on how to secure a web application....

2001-07-25 Thread Reto Badertscher
Your JSP can check if there's a valid login before processing. In our application we use a login object with user information for authenticated users and store it in the user session. (BTW we use a servlet as a controller and Velocity to handle the view - so it's impossible to access directly a

AW: User login logging (JDBC authentication)

2001-07-06 Thread Reto Badertscher
in the session whenever user is authenticated... is this OK -raj- -Original Message- From: Reto Badertscher [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 05, 2001 7:53 PM To: [EMAIL PROTECTED] Subject: AW: User login logging (JDBC authentication) Hello, If you have a controller servlet it can

AW: conflict between jaxp.jar, parser.jar (tomcat lib) and xalan. jar, xerces.jar?

2001-07-04 Thread Reto Badertscher
I have xerces, xalan in my jdk1.3/jre/lib/ext directory and have no conflicts. They may be loaded first before the other classes. Cheers Reto Badertscher -Ursprüngliche Nachricht- Von: Alexander Jesse [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 4. Juli 2001 13:08 An: tomcat-user

AW: Sessions not working right

2001-03-27 Thread Reto Badertscher
During testing (tracked the session id's) i just had the same problem, but what can be done about that? Our planned application server is a windows 2000 server with IIS. Any hint is very appreciated Reto -Ursprungliche Nachricht- Von: kevin bales [mailto:[EMAIL PROTECTED]] Gesendet:

Two requests when sending rtf files

2001-03-25 Thread Reto Badertscher
I appreciate any hint/idea to avoid the additional request. Thanks in advance Reto Badertscher

Request 2 times received

2001-03-24 Thread Reto Badertscher
I appreciate any hint/idea to avoid the additional request. Thanks in advance Reto Badertscher --- i[net-systems i-netsystems GmbH Seestr. 325, CH-8038 Zrich phone: +41 (0)79 644 37 94 http: www.i-netsystems.com

Double Request received.

2001-03-23 Thread Reto Badertscher
I appreciate any hint/idea to avoid the additional request. Thanks in advance Reto Badertscher --- i[net-systems i-netsystems GmbH Seestr. 325, CH-8038 Zrich phone: +41 (0)79 644 37 94 http: www.i-netsystems.com

Working with the Jakarta NT Service

2000-12-08 Thread Reto Badertscher
omcat service will kill Tomcat abruptly (that is murder it) without giving it a chance to clean up." How is this done or where can i get the needed information to do this? Thanks for your help Reto Badertscher

Starting Tomcat

2000-12-08 Thread Reto Badertscher
I hope now that someone from the Tomcat team could possible help me or give me some hints what's wrong. (Using JDK1.3, Tomcat 3.2, Windows2000 with sp 1, KAWA 5.0) Thanks for any help. Reto Badertscher Output-Log from KAWA Wait, Starting the JVMDI Debugger... Working Directory - C:\jakarta-tomcat