Session Tracking with a Database

2002-07-17 Thread The Kelley's
Please HELP! JDK1.3 Win 2000 Mysql Tomcat 4.0.3 I'm getting an exception in Tomcat 4.0.3 that I don't know what to do with. I'm reading James Goodwill's book "Apache Jakarta-Tomcat" and I'm trying to run the example on page page 128. You are suppose to be able to track sessions automaticall

Resourses not visible behind secure contexts

2002-07-17 Thread Sefton, Adam
Hi, I have an SVG file I would like to display through Tomcat. However, if I place it inside a context that is secure (that is running on HTTPS and is behind tomcat FORM authentication), I cannot see the file - instead I get an Download this file to disk dialog box pop up. However, if I place

Detecting browser encryption level

2002-07-17 Thread Andy Taylor
Hi All, I am in the process of writing a site which will have a Verisign 128-bit key size certificate installed, and want to run a check that all browsers using the site is able to use 128-bit keys. I am planning on using the new javax.servlet.request.key_size request attribute, but I understand

client authorization.

2002-07-17 Thread Anthony Geoghegan
Is it possible to use client certificate authorization without a password and its associated dialog? Best Regards, Anthony Geoghegan. J2EE Developer CPS Ireland Ltd. -- To unsubscribe, e-mail: For additional commands, e-mail:

X509 Certificate

2002-07-17 Thread Johnny
To all Tomcat users , Do you know how to get request attribute containing the X509 certificate by redirect from Apache to Tomcat, using AJP13??? Currently, my machine is running Tomcat 4.0.3 with Apache 1.3.4 and mod_ssl, and I facing the problem to get the request attribute X509 certificate

2 ip, 2 virtual host over SSL

2002-07-17 Thread Piotr Woliński
Hi all, I have linux box with 2 network interfaces (2 ip addresses and 2 hostnames: host1.domain, host2.domain) with tomcat 3.2 standalone. I'd like to have the same application (working over SSL) on 2 different URLs. server.xml:

Re: File Download and then Reloading a page

2002-07-17 Thread Nikola Milutinovic
I would like to be able within a servlet to launch a file download and just after reloading a jsp page( =The servlet generates two response ). Is it possible ? No, but you can give a JSP/HTML page in response that will have JScript function that opens another "page" that will be j

File Download and then Reloading a page

2002-07-17 Thread Laurent Michenaud
Hi, I would like to be able within a servlet to launch a file download and just after reloading a jsp page( =The servlet generates two response ). Is it possible ? Thanks Michenaud Laurent - Adeuza - [ Développeur Web - Administrateur Réseau ] -- To unsubscribe, e-mail:

Problem with servlet (download response) under NT 4

2002-07-17 Thread Laurent Michenaud
Hi, I've got a servlet that launches a download with : response.setContentType("application/csv"); response.setHeader("Content-Disposition", "attachment;filename=downloadbookings.csv"); It works perfectly with windows 2000 but not with NT4. In NT4 IE 5.5, the browser asks me for "downloading or

Someone was asking about a read-only tomcat etc

2002-07-17 Thread Ben Walding
A few days ago someone was asking about a read-only distro for tomcat java etc. Note, this isn't an endorsement, just something I came across and thought others might be interested in... http://www.enteract.com/~cks/distributopia/mintc/ Description MinTC is a special-purpose servle

RE: sevlets and applets

2002-07-17 Thread John Burgess
showDocument will simply show the content at the URL you pass to it and doesn't care whether it is a static html file, dynamic content from a jsp or servlet or even some other mime type such as a pdf file. Best Wishes John Burgess [EMAIL PROTECTED] Tel: 01865 718666 Fax: 01865 718600 -Orig

File Download and then Reloading a page

2002-07-17 Thread Laurent Michenaud
Hi, I would like to be able within a servlet to launch a file download and just after reloading a jsp page( =The servlet generates two response ). Is it possible ? Thanks Michenaud Laurent - Adeuza - [ Développeur Web - Administrateur Réseau ] -- To unsubscribe, e-mail:

Tomcat Manager Application and Apache

2002-07-17 Thread Nikolas A. Rathert
Hi, is it possible, that the Tomcat Manager Application only works for Tomcat Standalone? I connected Tomcat and Apache and worked with the manager application. I was not able to access the installed web applications without explicitly directing the browser to port 8080. If I want to work with

RE: in web.xml

2002-07-17 Thread Jacob Hookom
Usually servlets are lazy-loaded, meaning, the init() method of the servlet is not called until a user makes a request to it for the first time. By putting the load-on-startup with an integer as a value, then you force the servlet to call init() on startup. This may be advantageous as you may wa

JapserException

2002-07-17 Thread Jonathan Zhang
can someone provide some insight on the following exception? thanks I look on PostMessage_2.java which was generated dynamically by jsp, on the line where the exception occured: org.apache.jasper.runtime.JspRuntimeLibrary.introspect(pageContext.findAttribute("messageBean"), request); what's caus

<    1   2   3