Re: Get Virtual Path in INIT() function

2001-08-06 Thread Dick Poon
Just a word to the sender: Would you please to respect the people of this group and consider to change your name? Although most of the users in this group are not Chinese(Cantonese) and thus propably do not understand the meaning of your name, it's still a matter of mutual respect. P.S. the

Re: Install Tomcat on Wíndows 95

2001-05-17 Thread Dick Poon
just type this under the dos command line: COMMAND.COM /E:4096 /P 4096 represent 4MB memory,you can change it to any applicable value. Dick Poon - Original Message - From: Bruno Crapart To: '[EMAIL PROTECTED]' Sent: Thursday, May 17, 2001 4:51 PM Subject: RE

Re: URGENT! Must form-based login run inside TOMCAT_HOME/webapps?

2001-05-10 Thread Dick Poon
Hi Mascha, I used form-based login too. As far as I know, all pages served by tomcat should reside in directories under tomcat_home/webapps. Dick Poon - Original Message - From: Mascha Kluge [EMAIL PROTECTED] To: Tomcat ML (E-Mail) [EMAIL PROTECTED] Sent: Thursday, May 10, 2001 5:31 PM

Re: Developing on a different platform from production

2001-05-09 Thread Dick Poon
Me too, I do the development on Window and going to deploy it on Linux:-). Dick - Original Message - From: Benoit Jacquemont [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, May 10, 2001 12:32 AM Subject: Re: Developing on a different platform from production Hi Bill, We are

Re: installing tomcat 3.2 on windows 98

2001-05-04 Thread Dick Poon
in order to have enough memory for tomcat: COMMAND.COM /E:4096 /P 4096=4MB,of course ,you can set it to any value provided that you machine have such amount of memory:-) Hope this help! Dick Poon - Original Message - From: Peter Choe [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday

Re: Boycott China - please read - your life may depend on it

2001-04-27 Thread Dick Poon
I don't think this list is the place to talk about politic!Right? Dick Poon - Original Message - From: Arnaud Dostes - NTI [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, April 27, 2001 4:31 PM Subject: Re: Boycott China - please read - your life may depend on it The Tomcat

Re: what's going on undeliverable mail

2001-04-24 Thread Dick Poon
yeah, I got them too! what's wrong with his mail server? Dick - Original Message - From: Egger Lothar [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, April 24, 2001 5:47 PM Subject: what's going on undeliverable mail hi i get lots of this undeliverable

Re: Tomcat setup

2001-03-02 Thread Dick Poon
I guess that you are running tomcat in win32 system. just type the following: C:\COMMAND.COM /E:4096 /P this line give more memory to the running environment Dick Poon - Original Message - From: Marina Hovakimyan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 02, 2001 2:40

Re: Tomcat Crashes

2001-03-01 Thread Dick Poon
wow! even a little higher version of JDK do make a difference! - Original Message - From: Randy Layman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, March 01, 2001 8:12 PM Subject: RE: Tomcat Crashes Two common causes of crashes, in my experience, are using the JDBC-ODBC

Re: Installing Tomcat windows 98

2001-02-12 Thread Dick Poon
Just type the following line to set aside enough memory in DOS environment before typing startup C:\COMMAND.COM /E:4096 /P Obviously, "4096" means 4MB! hope this help! - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday,

Re: newbie writing a logout.jsp

2001-02-03 Thread Dick Poon
bean here means the beans with a scope of session) Dick Poon - Original Message - From: Jason Novotny [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, February 03, 2001 5:56 AM Subject: newbie writing a logout.jsp I have a logout JSP page that destroys a user's session bean.