Tomcat Standalone with SSL/Verisign

2001-03-24 Thread Simon Chatfield
I believe this question has been asked before, but I couldn't find a real answer. I can generate my own certificates for SSL and it works fine, but when importing the Verisign certificate, the browser and server can't seem to aggree on an encryption algorithm. Has anyone found a solution/reason

Re: XML in parameter value tag

2001-03-24 Thread Kenneth Westelinck
Hi, I'm not sure if this will help, but have you tried: param-nameconfigXML/param-name param-value![CDATA[tagbla/tag]]/param-value regards, Kenneth Westelinck From: "Felgenhauer, Florian, VP-EXT, FFELG" [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: XML in

Request 2 times received

2001-03-24 Thread Reto Badertscher
When generating and sending a rtf file from a servlet, the browser ask for - display from current location - saving the document When "display from current location" is chosen by the user, the servlet receives a second request (that means the file will be generated a second time), when "saving

Can it be integrated with Windows 2000 ie IIS 5.0

2001-03-24 Thread Santosh Varghese
Hi, i would like to get feedback on this issue. i want to integrate tomcat with windows 2000 running IIS 5.0. Also i want tomcat to support the wap mime type. How to configure mime types in tomcat. A speedy response will be helpful. Regards, Santosh

Re: Request 2 times received

2001-03-24 Thread William Brogden
Reto Badertscher wrote: When generating and sending a rtf file from a servlet, the browser ask for - display from current location - saving the document When "display from current location" is chosen by the user, the servlet receives a second request (that means the file will be

Apache Modules For Java Application Servers

2001-03-24 Thread Aejaz Sheriff
Hi, I am not sure if this is the right place to post this question, but since I am desperate, I am doing it anyway. I am using Apache 1.3.9 on linux RH 6.2 as the Webserver and Weblogic 5.1 as the application server. For large file uploads (5 Mb - 6 Mb) I receive a Apache - Weblogic bridge

Problem with Tomcat SSL Direct.

2001-03-24 Thread Eric Wong
I get the following exceptions form tomcat: 2001-03-22 03:47:18 - Ctx( ): 400 R( /) null 2001-03-22 03:47:18 - Ctx( ): IOException in: R( /) Socket closed And the browser displays the following message: The page cannot be displayed I can get Tomcat SSL

Re: Session tracking not working - POSTing FORMs

2001-03-24 Thread David Crooke
David Crooke wrote: Use an encoded URL for the ACTION parameter of the FORM tag. Side note - with JServ this works for POSTed forms, but wouldn't work with forms using the GET method, since JServ used a querystring argument for its rewriting David Wall wrote: The most likely

Tomcat 4.0 - Multiple hosts in a Domain

2001-03-24 Thread sankar kondur
Hi, Has anyone done this using tomcat. I have a single machine with ip address 24.3.111.12 . I have 2 domains www.xyz.com and www.abc.com pointing to it. I want multiple hosts like host1.xyz.com, host2.xyz.com, etc to point to 24.3.111.12 and to different directories on this machine. Is it

location of .jsp's

2001-03-24 Thread Shun-Luoi Daniel Fong
Hi, I noticed in the mod_jk.conf-auto that all the contexts (i.e., example, admin, test) are located in /usr/java/jakarta-tomcat-3.2.1/webapps Can someone tell me how to configure tomcat/apache/linux (i.e. what files need to be configured and how) so that I can store .jsp files in the

j_security_check

2001-03-24 Thread Ian Kallen
I haven't seen any real useful answers in the archive about the form based auth jsp security example 404'ing on /examples/jsp/security/login/j_security_check Does something need to be in server.xml to enable this? I'm including mod_jk-auto that tomcat generates in my httpd.conf and other