RE: apache + tomcat + virtual hosts

2001-07-13 Thread Connie Chan
ult server name and then have different name for my default web server? Please help. Thanks, Connie -Original Message- From: Jack Hui [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 9:32 PM To: '[EMAIL PROTECTED]'; Connie Chan Subject: RE: apache + tomcat + virt

apache + tomcat + virtual hosts

2001-07-12 Thread Connie Chan
Hi, Currently, I'm using apache with tomcat. I have set up the server such that it serves a default web server, ssl server (being set up as a virtual host with using port 443), and a virtual host (with using port 80). But the document root for default web server and virtual host is mixed up. My

Virtual hosts on IIS 5 & Tomcat

2001-05-10 Thread Connie Chan
Hi, Has anyone tried to set up virtual hosts in IIS with Tomcat successfully? I need to create a development and testing evironments within the same IIS box. I try to create another web site with different port number in IIS. Eventually, I will add additional DNS or ip address for the virtual

Problem response.sendRedirect

2001-04-18 Thread Connie Chan
Hi, Does anyone know what response.sendRedirect is supposed to behave? I'm developing an object to detect if the session is valid. All my servlets would call the function from this object (let say sessionChecker.checkSession(request, response) ) to check if a valid session exists. If there is

RE: session + cookie

2001-04-04 Thread Connie Chan
]] Sent: Wednesday, April 04, 2001 12:18 PM To: [EMAIL PROTECTED] Subject:Re: session + cookie On Wed, 4 Apr 2001, Connie Chan wrote: > Hi, > > My application handles session via cookies. I notice that Tomcat, by > default, sets the cookie name to JSESSIONID. Is there an

session + cookie

2001-04-04 Thread Connie Chan
Hi, My application handles session via cookies. I notice that Tomcat, by default, sets the cookie name to JSESSIONID. Is there any ways I can rename the cookie name? Thanks, Connie

Get new session from each page

2001-04-03 Thread Connie Chan
Hi, I'm using Tomcat 3.2.1. I develop an application with using JSP and servlets. However, I get different session ids from the pages. Has anyone had this problem? Thanks, Connie

Help on how to set the idle session timeout

2001-03-20 Thread Connie Chan
Hi, I know that we can set the session timeout in web.xml. But it specifies how long the user can have valid session no matter the user keeps sending the requests. Correct? If so, how about the idle session timeout? By meaning that, if the user does not send any request for certain time perio

In-process Tomcat with IIS 4.0

2001-02-16 Thread Connie Chan
quot; and it still did not work. I used jni_workers.properties with adding the line ps=\. It didn't work either. Can someone help? Thanks, Connie Connie Chan Senior Associate TYC Associates, Inc. 3206 Tower Oaks Blvd, Suite

RE: mod_jk + ssl + apache

2001-02-16 Thread Connie Chan
I had specified JkMount in Virtual Host directive in httpd.conf file and specified the path in the host directive in server.xml. They are as following: In httpd.conf, DocumentRoot j:/webapps/rootexample/secure_html SSLEnable SSLCl

mod_jk + ssl + apache

2001-02-15 Thread Connie Chan
Hi, Does anyone know how to configure the apache and tomcat so that the tomcat will look for the different path other than the root document when ssl is enabling (e.g. https://host1.myorg/) ? I'm using mod_jk as connector with AJP13. How to configure tomcat so that a con

mod_jk + ajp13 + SSL

2001-02-14 Thread Connie Chan
Hi, I'm using tomcat 3.2.1 with apache running in Window NT. I have configured to use mod_jk as the connector and ajp13. It works fine. I use Apache with SSL. Right now, if I use different common name for ssl server, it works fine. For example, I would use http://host1.myserver.com