RE: FAQ? shutdown.bat not killing java process on Windows

2005-10-03 Thread Phillip Qin
Why bother IBM. In my startup script, I clean up any java process: for i in `ps ax --format ppid,pid,cmd |grep java |egrep ^[[:space:]]*1[[:space:]] |tr -s ' ' |cut -f3 -d ` do echo killing $i... kill -9 $i done -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED]

RE: Struts Validation

2005-09-29 Thread Phillip Qin
You need to copy some messages from validator-rules.xml's commented out block. -Original Message- From: Samara, Fadi N Mr ACSIM/ASPEX [mailto:[EMAIL PROTECTED] Sent: September 29, 2005 12:44 PM To: 'tomcat-user@jakarta.apache.org' Subject: Struts Validation Dear list, I have a very

RE: Running Tomcat as Non-Root under Linux listen for port 80

2005-09-27 Thread Phillip Qin
Create a normal user $TOMCAT_USER /bin/su $TOMCAT_USER -- $CATALINA_HOME/bin/startup.sh Owner is root, group is $TOMCAT_USER. -Original Message- From: NoKideen [mailto:[EMAIL PROTECTED] Sent: September 27, 2005 12:14 PM To: tomcat-user@jakarta.apache.org Subject: Running Tomcat as

RE: Tomcat Out of Memory - Host appBase related

2005-09-23 Thread Phillip Qin
if ((your code does not leak memory) and (you use struts) and (you use tomcat manager/ant task to deploy/undeploy your web app) and !(you use tomcat 5.5.9/+)) { Upgrade_to_5.5.9/+; } -Original Message- From: Vadlamudi, Kamala [mailto:[EMAIL PROTECTED]

RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04

2005-09-20 Thread Phillip Qin
I would recommend you upgrade to 5.5.9 if you use struts. -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: September 20, 2005 9:56 AM To: Tomcat Users List Subject: RE: Out of Memory on Jakarta Tomcat 5.0.19, jdk1.5.0_04 You'll almost likely find that the

RE: how to Upload file

2005-09-01 Thread Phillip Qin
PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Sent: Wednesday, August 31, 2005 6:17 PM Subject: RE: how to Upload file 1. commons-upload (jakarta-commons) 2. cos (servlets.com) -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 31

RE: how to Upload file

2005-08-31 Thread Phillip Qin
Have you tried struts html:file tag. -Original Message- From: Bhargav Patel [mailto:[EMAIL PROTECTED] Sent: August 31, 2005 1:48 AM To: Tomcat Users List Subject: how to Upload file how to write upload file program using jsp ? by default program copy file to some temporary folder on

RE: configuration files for war deployments

2005-08-25 Thread Phillip Qin
Your classpath, i.e. WEB-INF, or classes. -Original Message- From: Patrick Lacson [mailto:[EMAIL PROTECTED] Sent: August 25, 2005 11:32 AM To: Tomcat User-List Subject: configuration files for war deployments hi All, If I were to deploy my application as a .war file, where do I place

RE: OT: JSTL and JSF book recommendations

2005-08-11 Thread Phillip Qin
The spec is actually pretty striaghtforward to read. If you insist reading books other than the spec, I would recommend Sun's Core JSTL, Core JSF or Manning's JSTL in Action. -Original Message- From: Joe Plautz [mailto:[EMAIL PROTECTED] Sent: August 11, 2005 12:31 PM To: Tomcat Users

RE: deploying war files

2005-06-27 Thread Phillip Qin
Move your log file out of your context. -Original Message- From: Darren Carman [mailto:[EMAIL PROTECTED] Sent: June 27, 2005 9:39 AM To: tomcat-user@jakarta.apache.org Subject: deploying war files Hi, I have a project which generates log files within the project area. When I deploy a

RE: Please help with PermGen OutOfMemory error

2005-06-27 Thread Phillip Qin
What is the version of your tomcat? 5.5 supposed to have resolved this issue by flush reflection cache when undeploy your web app. -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED] Sent: June 27, 2005 12:12 PM To: tomcat-user@jakarta.apache.org Subject: Please help with

RE: Please help with PermGen OutOfMemory error

2005-06-27 Thread Phillip Qin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Phillip Qin wrote: What is the version of your tomcat? 5.5 supposed to have resolved this issue by flush reflection cache when undeploy your web app. I get this with 5.5.9, using jdk 1.5, under Solaris 8, when I copy my new beehive-based webapp into my

This file cannot be written to cache

2005-06-23 Thread Phillip Qin
Has tomcat 5.5 change the default response header? In 5.0.28, I was able to download file from secure site in IE. In 5.5, I got this error message This file cannot be written to cache although my IE's Don't save encrypt page to file is deselected. Regards, Phillip Qin

RE: Load oracle.jdbc.driver.OracleDriver class

2005-06-23 Thread Phillip Qin
Copy oracle driver jar to common/lib -Original Message- From: Giacomino Raccuia [mailto:[EMAIL PROTECTED] Sent: June 23, 2005 2:11 PM To: Tomcat Users List Subject: Load oracle.jdbc.driver.OracleDriver class Hi! I just upgraded from tomcat 4.0.3 to 5.5.9, I put all my librarie in

RE: Cannot Front tomcat 5.5.9 with Apache 2.0.54, ajp13 on Solari s 10

2005-06-21 Thread Phillip Qin
: ./configure --with-apxs=/usr/local/apache2/bin/apxs +--+ Pierre Lebrun / ARTIC tel 02 31 32 45 36 fax 02 31 62 04 65 +--+ Phillip Qin [EMAIL PROTECTED] a écrit sur 20/06/2005 20:45:20 : Please do not post same question three times. Jk

RE: Cannot Front tomcat 5.5.9 with Apache 2.0.54, ajp13 on Solari s 10

2005-06-21 Thread Phillip Qin
[EMAIL PROTECTED] a écrit sur 21/06/2005 15:19:56 : Did you start apache as root ? You need root access to start any service for ports less than 1024 -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: 21 June 2005 14:17 To: 'Tomcat Users List' Subject: RE: Cannot

RE: Cannot Front tomcat 5.5.9 with Apache 2.0.54, ajp13 on Solari s 10

2005-06-20 Thread Phillip Qin
Please do not post same question three times. Jk works with apache 2.0.54 and tomcat 5.5.9. I hope this is not a typo in your workers.properties. worker.ajp13w.port=8009k Change this JkAutoAlias /usr/local/jakarta-tomcat-5.5.9/webapps/ROOT to JkAutoAlias

RE: Ghost Java Processes while Running Tomcat

2005-06-20 Thread Phillip Qin
Do you use Tomcat Manager to deploy/undeploy your web app? -Original Message- From: Gonçalo Gaiolas [mailto:[EMAIL PROTECTED] Sent: June 18, 2005 9:01 AM To: tomcat-user@jakarta.apache.org Subject: Ghost Java Processes while Running Tomcat Hi everyone, I have Tomcat deployed in a

RE: Running tomcat on Debian Sarge

2005-06-09 Thread Phillip Qin
I have never installed any debian-tomcat/apache package. I simply download source from apache and build my own. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: June 9, 2005 6:09 AM To: Tomcat Users List Subject: Re: Running tomcat on Debian Sarge Debian has a

RE: Running tomcat on Debian Sarge

2005-06-09 Thread Phillip Qin
My sites are running debian + apache 2 + tomcat 5.0.28. Take a look at www.shareowner.com and https://www.investments.shareowner.com/lciponline. Connect refused has lots of reasons. For example, apache config, tomcat config, jk config etc. -Original Message- From: blijblijblij

RE: Production ready JK release?

2005-06-09 Thread Phillip Qin
Always try the latest. 1.2.10 is the most recent. I use 1.2.8 without any problem. -Original Message- From: Markus Kobler [mailto:[EMAIL PROTECTED] Sent: June 9, 2005 7:52 AM To: tomcat-user@jakarta.apache.org Subject: Production ready JK release? Which JK connector should be

RE: Production ready JK release?

2005-06-09 Thread Phillip Qin
- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Thursday, June 09, 2005 10:21 AM To: 'Tomcat Users List' Subject: RE: Production ready JK release? Always try the latest. 1.2.10 is the most recent. I use 1.2.8 without any problem. -Original Message- From: Markus Kobler [mailto:[EMAIL

RE: Tomcat CGI and HTTP status codes

2005-06-08 Thread Phillip Qin
You can hack the cgiervlet. I did it buy myself by adding 302 checking into one of the methods. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: June 8, 2005 1:09 PM To: Tomcat Users List Subject: Re: Tomcat CGI and HTTP status codes Chris, Sorry, but this isn't

RE: .pst file type unknown in tomcat

2005-05-31 Thread Phillip Qin
PST from what I understand is Microsoft Personal Folder file. You shall always be able to right click on the link and choose Save As in IE or Save Target As in firefox. -Original Message- From: Philippe Johan [mailto:[EMAIL PROTECTED] Sent: May 31, 2005 8:49 AM To: Marot Laurent; Tomcat

RE: jk 1.2.14 connector connection problem

2005-05-26 Thread Phillip Qin
Try the simpliest configuration in workers.properties # Define 1 real worker using ajp13 worker.list=worker1,status # Set properties for worker1 (ajp13) worker.worker1.type=ajp13 worker.worker1.host=localhost worker.worker1.port=8009 worker.worker1.lbfactor=50 worker.worker1.cachesize=10

RE: pdf not working

2005-05-04 Thread Phillip Qin
I think your point 2 is more important. I found out that in IE, I have to append .pdf somewhere in the url otherwise the ActiveX control that interprets pdf simple wouldn't work. In my piece of work, I use http://www.mydomain.com/myapp/statement.pdf?myquerystring... Mozilla/Firefox has no such

RE: Serving files using tomcat

2005-05-04 Thread Phillip Qin
Code should work. Also read email between Daivd and mine. .pdf has to be appended for IE to load pdf. -Original Message- From: Steve Vanspall [mailto:[EMAIL PROTECTED] Sent: May 4, 2005 11:48 AM To: Tomcat Users List Subject: Re: Serving files using tomcat Unfortunately that is what I

RE: pdf not working

2005-05-04 Thread Phillip Qin
-Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: quarta-feira, 4 de Maio de 2005 15:25 To: 'Tomcat Users List' Subject: RE: pdf not working I think your point 2 is more important. I found out that in IE, I have to append .pdf somewhere in the url otherwise the ActiveX

RE: Apache Tomcat JK Mod

2005-04-14 Thread Phillip Qin
JkMount /context/* worker1 JkMount /context worker1 -Original Message- From: Geoff Wiggs [mailto:[EMAIL PROTECTED] Sent: April 13, 2005 8:16 PM To: tomcat-user@jakarta.apache.org Subject: Apache Tomcat JK Mod I know this question has probably been asked 1000 times, but here I go

RE: Why does this JkCoyoteHandler message appears?

2005-04-14 Thread Phillip Qin
Check your code. Various reasons will cause this INFO. -Original Message- From: Zsolt Koppany [mailto:[EMAIL PROTECTED] Sent: April 14, 2005 4:52 AM To: Tomcat Users List Subject: Why does this JkCoyoteHandler message appears? Hi, The message below appears very often. How can I fix

RE: Apache Tomcat JK Mod

2005-04-14 Thread Phillip Qin
Is there an index.jsp in your context? -Original Message- From: Geoff Wiggs [mailto:[EMAIL PROTECTED] Sent: April 14, 2005 10:37 AM To: 'Mladen Turk' Cc: tomcat-user@jakarta.apache.org Subject: RE: Apache Tomcat JK Mod I tried this, but I still get sent to the Tomcat splash page.

RE: Redirect to https://

2005-04-14 Thread Phillip Qin
Can you do it in apache httpd.conf? RewriteRule ^/host/application(.*) https://host/application [R] -Original Message- From: Darryl Wilburn [mailto:[EMAIL PROTECTED] Sent: April 14, 2005 4:00 PM To: tomcat-user@jakarta.apache.org Subject: Redirect to https:// Where would I configure a

RE: [SPAM] - RE: Tomcat 5.5 hot deploy question - Found word(s) list error in the Text body

2005-04-08 Thread Phillip Qin
Is your Tomcat server on Windows box? -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: April 8, 2005 4:58 PM To: Tomcat Users List Subject: RE: [SPAM] - RE: Tomcat 5.5 hot deploy question - Found word(s) list error in the Text body I changed my Host definition

RE: Jakarta-tomcat-connectors-1.2.10-src error

2005-04-04 Thread Phillip Qin
This is introduced by jk 1.2.10. Simply add into your httpd.conf JkShmFile logs/mod_jk.shm shall fix this error. -Original Message- From: Vaneet Sharma [mailto:[EMAIL PROTECTED] Sent: April 4, 2005 8:54 AM To: Tomcat Users List Subject: Jakarta-tomcat-connectors-1.2.10-src error I

RE: Redhat Tomcat support

2005-03-14 Thread Phillip Qin
Agree. Whether O/S is Red hat or Debian, I also download tc from apache site and install it. -Original Message- From: QM [mailto:[EMAIL PROTECTED] Sent: March 14, 2005 5:05 PM To: Tomcat Users List Subject: Re: Redhat Tomcat support On Mon, Mar 14, 2005 at 03:57:28PM -0600, Trice, Jim

RE: JDBCRealm changes from Tomcat 5.0.x to 5.5.x

2005-03-10 Thread Phillip Qin
Very useful info. Thx. Have you actually tested your configure in tc5.5.7/.8, i.e. Tomcat Manager app deploy/redeploy etc.? -Original Message- From: David Tonhofer, m-plify S.A. [mailto:[EMAIL PROTECTED] Sent: March 10, 2005 5:55 AM To: Tomcat Users List Subject: Re: JDBCRealm changes

RE: Query on mod_jk.log

2005-03-10 Thread Phillip Qin
JkLogFile -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: March 10, 2005 1:28 AM To: tomcat-user@jakarta.apache.org Subject: Query on mod_jk.log Hi All, I need to change the location of mod_jk.log file. Presently it gets logged in /apache/logs. I need to

RE: JDBCRealm changes from Tomcat 5.0.x to 5.5.x

2005-03-09 Thread Phillip Qin
Could any one who has tested it post his result? I am really frustrated by the sometime buggy 5.5 releases and I had to revert to 5.0.28. -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: March 8, 2005 6:23 PM To: Tomcat Users List Subject: Re: JDBCRealm changes

RE: mod_jk: download speed problem

2005-03-09 Thread Phillip Qin
Why don't you JkUnMount /download_dir your_worker? -Original Message- From: Mikhail Kruk [mailto:[EMAIL PROTECTED] Sent: March 9, 2005 4:46 PM To: Tomcat Users List Subject: Re: mod_jk: download speed problem No one responded to my previous question, so let me try again. Is anyone here

RE: Getting userid of current authenticated user

2005-02-24 Thread Phillip Qin
You shall be able to get user id from user principal. -Original Message- From: J Malcolm [mailto:[EMAIL PROTECTED] Sent: February 23, 2005 11:59 PM To: tomcat-user@jakarta.apache.org Subject: Getting userid of current authenticated user Is it possible to obtain the userid within a

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2005-02-15 Thread Phillip Qin
Post your jdbc url. -Original Message- From: g k [mailto:[EMAIL PROTECTED] Sent: February 15, 2005 6:44 AM To: tomcat-user@jakarta.apache.org Subject: Cannot create JDBC driver of class '' for connect URL 'null' Hi I have added Oracle resource params to the server.xml file and

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2005-02-15 Thread Phillip Qin
- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 15, 2005 6:39 AM To: 'Tomcat Users List' Subject: RE: Cannot create JDBC driver of class '' for connect URL 'null' Post your jdbc url. -Original Message- From: g k [mailto:[EMAIL PROTECTED] Sent: February 15, 2005 6:44 AM

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2005-02-15 Thread Phillip Qin
contains : Resource name=jdbc/myoracle auth=Container type=javax.sql.DataSource/ No context tag is in server.xml Context.xml file contains Context ResourceLink global=jdbc/myoracle name=jdbc/myoracle type=javax.sql.DataSource/ /Context From: Phillip Qin [EMAIL PROTECTED] Reply-To: Tomcat

RE: Cannot create JDBC driver of class '' for connect URL 'null'

2005-02-15 Thread Phillip Qin
/value /parameter parameter namemaxWait/name value-1/value /parameter /ResourceParams /GlobalNamingResources From: Phillip Qin [EMAIL PROTECTED] Reply-To: Tomcat Users List tomcat-user@jakarta.apache.org To: 'Tomcat Users List' tomcat-user

RE: Re: Missing application web.xml Tomcat 5.5.7

2005-02-14 Thread Phillip Qin
I have the similar problem - org.apache.catalina.startup.ContextConfig - Missing application web.xml, using defaults only. The app is not deployed. The war is uploaded and context.xml is copied. It only happens in tc 5.5. I haven't done a search thru tomcat-user list. Maybe it has already been

RE: Where is jmx.jar

2005-02-08 Thread Phillip Qin
to run Tomcat 5.5.7 with jdk 1.4.x jre. Untar it in same directory as the Tomcat5.5.7 and those jar files needed will be installed in its normal places. aka_sergio --- Phillip Qin [EMAIL PROTECTED] wrote: I am trying to build tomcat 5.5 manager app. Where can I find jmx.jar? It used

Tomcat 5.5.7/DataSourceRealm/Manager app

2005-02-08 Thread Phillip Qin
I am having serious issue with Tomcat Manager app using DataSourceRealm during upgrading from Tomcat 5.0.28 to 5.5.7. The issue is, after I accessed Tomcat Manager app couple of times, I got this exception 8-Feb-2005 2:19:24 PM org.apache.catalina.realm.DataSourceRealm open SEVERE: Exception

RE: Tomcat 5.5.7/DataSourceRealm/Manager app

2005-02-08 Thread Phillip Qin
Phillip Qin wrote: I am having serious issue with Tomcat Manager app using DataSourceRealm during upgrading from Tomcat 5.0.28 to 5.5.7. The issue is, after I accessed Tomcat Manager app couple of times, I got this exception 8-Feb-2005 2:19:24 PM org.apache.catalina.realm.DataSourceRealm

RE: Tomcat 5.5.7/DataSourceRealm/Manager app

2005-02-08 Thread Phillip Qin
I didn't test 5.5.4 but I will grab patch you mentioned and test it in 5.5.7. -Original Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: February 8, 2005 5:10 PM To: Tomcat Users List Subject: Re: Tomcat 5.5.7/DataSourceRealm/Manager app On Tue, 08 Feb 2005 21:49:16 +,

Tomcat 5.5 cvs

2005-02-07 Thread Phillip Qin
What is the cvs repository for tomcat 5.5 source? I can find tomcat-5 but I am not sure whether that is the right one. Regards, PQ Going to war for peace is like having sex for virginity

Where is jmx.jar

2005-02-07 Thread Phillip Qin
I am trying to build tomcat 5.5 manager app. Where can I find jmx.jar? It used to be in ${catalina.home}/bin. Regards, PQ Going to war for peace is like having sex for virginity

RE: Where is jmx.jar

2005-02-07 Thread Phillip Qin
-Original Message- From: Mario Winterer [mailto:[EMAIL PROTECTED] Sent: February 7, 2005 4:46 PM To: Tomcat Users List Subject: Re: Where is jmx.jar JMX is now part of J2SE 5.0. Best regards, Tex Phillip Qin wrote: I am trying to build tomcat 5.5 manager app. Where can I find

RE: Java / Tomcat Job Abroad

2005-02-02 Thread Phillip Qin
You will be disappointed if you immigrate to Canada. You will end up with driving a cab in best case senario. -Original Message- From: Aris Javier [mailto:[EMAIL PROTECTED] Sent: February 2, 2005 12:25 AM To: Tomcat Users List Subject: RE: Java / Tomcat Job Abroad Thanks Rhino for

RE: Using a database under tomcat for linux

2005-02-02 Thread Phillip Qin
Post your error message. It usually tells you what additional permission you need to grant. -Original Message- From: Andreas Andersson [mailto:[EMAIL PROTECTED] Sent: February 2, 2005 9:19 AM To: Tomcat Users List Subject: Using a database under tomcat for linux Hi! I'm having

RE: undeploy/deploy

2005-01-19 Thread Phillip Qin
Do you have a context.xml in META-INF in your war? Since 5.x, you don't really need to undeploy first, adding update=true into deploy task will undeploy your app before deployment.. -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED] Sent: January 19, 2005 10:10 AM To:

RE: undeploy/deploy

2005-01-19 Thread Phillip Qin
In your context.xml (5.0 codebase), Context path=/your.context docBase=your.context debug=0 In your server.xml (5.0 codebase) Host name=localhost debug=0 appBase=webapps unpackWARs=true autoDeploy=false xmlValidation=false xmlNamespaceAware=false -Original Message-

RE: tomcat4 + postgresql jdbc

2005-01-18 Thread Phillip Qin
Test without security manager so that we can isolate the problem. -Original Message- From: Oege de Moor [mailto:[EMAIL PROTECTED] Sent: January 18, 2005 12:24 PM To: Tomcat Users List Subject: RE: tomcat4 + postgresql jdbc Do you mean I should add something like: grant codeBase

RE: undeploy/deploy problem

2005-01-18 Thread Phillip Qin
Which ant task do you use to deploy/undeploy wars? What is the url in task? -Original Message- From: Andy Kriger [mailto:[EMAIL PROTECTED] Sent: January 18, 2005 5:01 PM To: tomcat-user@jakarta.apache.org Subject: undeploy/deploy problem I am running Tomcat 5.5.x on Solaris 9.x with

RE: Deploying an application with its own xml file

2005-01-14 Thread Phillip Qin
] Sent: January 14, 2005 3:14 AM To: Tomcat Users List Subject: Re: Deploying an application with its own xml file In what way, do you mean path seperator or something else ? Within my context.xml im using forward slash (UNIX notation) for both and its the Windows one that is working Phillip Qin

RE: SV: Installing and running tomcat as a user other than root

2005-01-14 Thread Phillip Qin
In linux, I run /bin/su $TOMCAT_USER -- $CATALINA_HOME/bin/startup.sh Group owner of tomcat directory is tomcat user. -Original Message- From: Roland Carlsson [mailto:[EMAIL PROTECTED] Sent: January 14, 2005 4:48 AM To: TomcatUsers Subject: SV: SV: Installing and running tomcat as a

RE: [OT] Consulting Position in Costa Mesa, CA,

2005-01-14 Thread Phillip Qin
I'd love to move to a sunshine place after suffering rain, snow in Canada. -Original Message- From: Parsons Technical Services [mailto:[EMAIL PROTECTED] Sent: January 13, 2005 8:15 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: [OT] Consulting Position in Costa Mesa, CA,

RE: [OT] Consulting Position in Costa Mesa, CA,

2005-01-14 Thread Phillip Qin
Are you experiencing Internet connection difficulties? Because 1. You were unable to sent her an email which I could; 2. You were unable to visit her website which I could. Regards -Original Message- From: Mladen Turk [mailto:[EMAIL PROTECTED] Sent: January 14, 2005 11:46 AM To: Tomcat

RE: [OT] Consulting Position in Costa Mesa, CA,

2005-01-14 Thread Phillip Qin
Please disregard #2. I think whoever is interested can phone her to verify. -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: January 14, 2005 11:58 AM To: 'Tomcat Users List' Subject: RE: [OT] Consulting Position in Costa Mesa, CA, Are you experiencing Internet

RE: [OT] Consulting Position in Costa Mesa, CA,

2005-01-14 Thread Phillip Qin
For #2, the right link is http://www.issgjobs.com -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: January 14, 2005 11:59 AM To: 'Tomcat Users List' Subject: RE: [OT] Consulting Position in Costa Mesa, CA, Please disregard #2. I think whoever is interested can

RE: Deploying an application with its own xml file

2005-01-13 Thread Phillip Qin
myapp.xml not context.xml Phillip Qin wrote: Sotre your context.xml into META-INF. Pack your webapp as war. Then let catalina-ant task or Tomcat Manager to deploy your war. -Original Message- From: Paul Taylor [mailto:[EMAIL PROTECTED] Sent: January 12, 2005 4:47 AM To: Tomcat

RE: 24X7 deployment tips

2005-01-12 Thread Phillip Qin
, Are you are deploying the application in a non clustered environment or clustered environment in the production? Regards Rajaneesh -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 11:14 PM To: 'Tomcat Users List' Subject: RE: 24X7 deployment

RE: Deploying an application with its own xml file

2005-01-12 Thread Phillip Qin
Sotre your context.xml into META-INF. Pack your webapp as war. Then let catalina-ant task or Tomcat Manager to deploy your war. -Original Message- From: Paul Taylor [mailto:[EMAIL PROTECTED] Sent: January 12, 2005 4:47 AM To: Tomcat Users List Subject: Deploying an application with its

RE: 24X7 deployment tips

2005-01-11 Thread Phillip Qin
I use Tomcat Manager (actually catalina-ant taks) to deploy my webapps from my dev box to remote linux server. I don't have to shutdown server by doing that. However, I do sometimes run into Out Of Memory issues after I deploy applications hundreds times. -Original Message- From: sunil

RE: How to release connections in connection pool during reload?

2005-01-10 Thread Phillip Qin
If your datasource is in Tomcat GlobalNamingContext, Tomcat will take care of it. If it is in your context, you will have to destroy it in a servlet destroy method. -Original Message- From: Lucie Chan [mailto:[EMAIL PROTECTED] Sent: January 7, 2005 11:40 PM To:

RE: jndi error configuring data source

2005-01-06 Thread Phillip Qin
Drop off mysql jdbc driver to tomcat common/lib -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: January 5, 2005 5:02 PM To: tomcat-user@jakarta.apache.org Subject: jndi error configuring data source I am trying to configure database pooling in Tomcat 4.1.31. I

RE: OracleDataSourceFactory

2005-01-06 Thread Phillip Qin
If all you need is OracleConnection, BasicDataSourceFactory shall be sufficient. The connection you obtain is a wrapper of OracleConnection. If you do need OracleDataSourceFactory, you will have to implement something else I couldn't remember (Damn, is it JNDI?) -Original Message- From:

RE: Newbie question on Database and struts

2005-01-04 Thread Phillip Qin
In the controller, read form values, query the database, store result in Collection and save it to session or request-scope. On jsp, use iterate tag to display elements in Collection. -Original Message- From: Manisha Sathe [mailto:[EMAIL PROTECTED] Sent: December 23, 2004 10:25 PM To:

RE: JAVA_OPTS and Xmx Xms

2005-01-04 Thread Phillip Qin
In the batch file, echo %JAVA_OPTS% -Original Message- From: joon yoo [mailto:[EMAIL PROTECTED] Sent: January 4, 2005 4:19 PM To: tomcat-user@jakarta.apache.org Subject: JAVA_OPTS and Xmx Xms On a Win2000 SP4 server running tomcat 5.0.24 with 1GB of RAM JAVA_OPTS was set to -Xmx768m

RE: Oracle 9i client connection to 8i database

2005-01-04 Thread Phillip Qin
There is nothing to do with Oracle client. All you need is the jdbc driver. -Original Message- From: Brad Rhoads [mailto:[EMAIL PROTECTED] Sent: December 27, 2004 5:11 PM To: 'Tomcat Users List' Subject: RE: Oracle 9i client connection to 8i database I always assumed the Oracle client

RE: Automated reply from bulletproof@www.bulletproofsoft.com

2004-12-22 Thread Phillip Qin
One possibility is this guy owns bulletproofsoft. -Original Message- From: Wade Chandler [mailto:[EMAIL PROTECTED] Sent: December 22, 2004 9:19 AM To: Tomcat Users List Subject: Re: Automated reply from [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: BulletProofSoft.com Support Ticket

RE: Difficulty connecting to DB2 for iSeries from Tomcat 5.0.28

2004-12-21 Thread Phillip Qin
What is the resourcelink in your context.xml? -Original Message- From: David Uctaa [mailto:[EMAIL PROTECTED] Sent: December 21, 2004 12:27 PM To: [EMAIL PROTECTED] Subject: Re: Difficulty connecting to DB2 for iSeries from Tomcat 5.0.28 No matter what i do, the JNDI lookup is

RE: Difficulty connecting to DB2 for iSeries from Tomcat 5.0.28

2004-12-21 Thread Phillip Qin
datasource specification would be a security breach, so I'm munging the actual datasource name, but everything else is the same, including upper/lower case) On Tue, 21 Dec 2004 13:39:07 -0500, Phillip Qin [EMAIL PROTECTED] wrote: What is the resourcelink in your context.xml? -Original

RE: Difficulty connecting to DB2 for iSeries from Tomcat 5.0.28

2004-12-21 Thread Phillip Qin
to DB2 for iSeries from Tomcat 5.0.28 Resource type=com.ibm.as400.access.AS400JDBCConnectionPoolDataSource auth=Container scope=Shareable name=jdbc/MYDATASOURCE/ On Tue, 21 Dec 2004 15:02:58 -0500, Phillip Qin [EMAIL PROTECTED] wrote: I assume you have something like this in your server.xml

RE: Difficulty connecting to DB2 for iSeries from Tomcat 5.0.28

2004-12-21 Thread Phillip Qin
connection is being created? Etc. Is there a page somewhere that references this information? Thanks again. On Tue, 21 Dec 2004 16:03:42 -0500, Phillip Qin [EMAIL PROTECTED] wrote: Can you try javax.sql.DataSource in Resoure? You use javax.sql.DataSource in resourcelink then the type

RE: How to Enable Logging HTTP Requests (Tomcat standalone)?

2004-12-15 Thread Phillip Qin
You need to post your tomcat version. -Original Message- From: ohaya [mailto:[EMAIL PROTECTED] Sent: December 15, 2004 6:33 AM To: Tomcat Users List Subject: How to Enable Logging HTTP Requests (Tomcat standalone)? Hi, I was wondering if it's possible to configure a standalone Tomcat

RE: war not deploying

2004-12-13 Thread Phillip Qin
Have you created /tmp/cactus/tomcat5x/webapps/? -Original Message- From: Cumbers [mailto:[EMAIL PROTECTED] Sent: December 13, 2004 10:38 AM To: Tomcat Users List Subject: war not deploying Hey guys I am trying to use ant with cactus to deploy my app to Tomcat and then test. I can run

RE: war not deploying

2004-12-13 Thread Phillip Qin
are fine. I have read somewhere it could be to do with my server.xml file. Cheers Rich Phillip Qin wrote: What about the permission? -Original Message- From: Cumbers [mailto:[EMAIL PROTECTED] Sent: December 13, 2004 10:57 AM To: Tomcat Users List Subject: Re: war

RE: war not deploying

2004-12-13 Thread Phillip Qin
be a cactus problem, I am still hacking at it and trawling google searches! Cheers Rich Phillip Qin wrote: Have you created /tmp/cactus/tomcat5x/webapps/? -Original Message- From: Cumbers [mailto:[EMAIL PROTECTED] Sent: December 13, 2004 10:38 AM To: Tomcat Users List Subject: war

RE: war not deploying

2004-12-13 Thread Phillip Qin
is that this works for the sample application, this points to something I am doing wrong, so I guess I should start from the bottom and work up Cheers Rich Phillip Qin wrote: What about the permission? -Original Message- From: Cumbers [mailto:[EMAIL PROTECTED] Sent: December 13, 2004 10

RE: war not deploying

2004-12-13 Thread Phillip Qin
to something I am doing wrong, so I guess I should start from the bottom and work up Cheers Rich Phillip Qin wrote: What about the permission? -Original Message- From: Cumbers [mailto:[EMAIL PROTECTED] Sent: December 13, 2004 10:57 AM To: Tomcat Users List Subject: Re: war

RE: WAR files and Eclipse

2004-12-13 Thread Phillip Qin
It is very easy. Use ant's war task. -Original Message- From: Daniel Watrous [mailto:[EMAIL PROTECTED] Sent: December 13, 2004 3:44 PM To: [EMAIL PROTECTED] Subject: WAR files and Eclipse Hello All, I am new to WAR files and eclipse. Many searches on google bring me to the sysdeo

RE: How to detect expired session vs. no session? (Solved)

2004-12-10 Thread Phillip Qin
session because the old one expired or because they just hit the site for the first time. In either case the session would be new. On Fri, 2004-12-10 at 10:11, Phillip Qin wrote: I am curious why people spent so much time trying to figure out whether request.getSession(...) returns null

RE: How to detect expired session vs. no session? (Solved)

2004-12-10 Thread Phillip Qin
I am curious why people spent so much time trying to figure out whether request.getSession(...) returns null or not but didn't bother using request.getSession().isNew()? -Original Message- From: Steve Kirk [mailto:[EMAIL PROTECTED] Sent: December 9, 2004 4:36 PM To: 'Tomcat Users List'

RE: I don't know what's wrong.

2004-12-08 Thread Phillip Qin
Pike #400 Vienna, VA 22182 Desk: 703-821-6110 Main: 703-821-6000 Fax: 703-827-0374 -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 4:37 PM To: 'Tomcat Users List' Subject: RE: I don't know what's wrong. Jboss is an application server (EJB

RE: GNOME INSTALLATION

2004-12-07 Thread Phillip Qin
You can do it by yourself. The installation is very easy. No advanced knowledge required. -Original Message- From: Keddie, Robert [mailto:[EMAIL PROTECTED] Sent: December 7, 2004 9:43 AM To: [EMAIL PROTECTED] Subject: GNOME INSTALLATION IS there anyone here interested in installing

RE: GNOME INSTALLATION

2004-12-07 Thread Phillip Qin
offered I was willing to pay someone. Is there a guide for newbs out there on installing this? Robert Keddie Web Development/MIS Phone: (352)671-8802 Marion County BCC Florida -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 9:41 AM

RE: I don't know what's wrong.

2004-12-07 Thread Phillip Qin
Mod_jk is the bridge between Apache and Tomcat. Consult jk 1.x documentation on how to configure it. Mysqld is the MySQL daemon on linux. Many websites use MySQL along with Apache and PHP. -Original Message- From: Warron French [mailto:[EMAIL PROTECTED] Sent: December 7, 2004 4:22 PM

RE: I don't know what's wrong.

2004-12-07 Thread Phillip Qin
- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 07, 2004 4:34 PM To: 'Tomcat Users List' Subject: RE: I don't know what's wrong. Mod_jk is the bridge between Apache and Tomcat. Consult jk 1.x documentation on how to configure it. Mysqld is the MySQL daemon on linux. Many

RE: Prevent user from retrieving previous page in jsp/servlet

2004-12-06 Thread Phillip Qin
Google it. Hint, you need to play with response header. -Original Message- From: Segree, Gareth [mailto:[EMAIL PROTECTED] Sent: December 6, 2004 8:54 AM To: '[EMAIL PROTECTED]' Subject: Prevent user from retrieving previous page in jsp/servlet I want to invalidate previous page if the

RE: Prevent user from retrieving previous page in jsp/servlet

2004-12-06 Thread Phillip Qin
Also add response.setHeader(cache-control, no-cache,no-store,must-revalidate,post-check=0, pre-check=0); -Original Message- From: Allistair Crossley [mailto:[EMAIL PROTECTED] Sent: December 6, 2004 12:11 PM To: Tomcat Users List; Karl Ostendorf Subject: RE:

RE: Prevent user from retrieving previous page in jsp/servlet

2004-12-06 Thread Phillip Qin
There were a lot of posts rearding this Back issue in struts-user mailing list. -Original Message- From: Alain Gaeremynck [mailto:[EMAIL PROTECTED] Sent: December 6, 2004 12:26 PM To: Tomcat Users List Subject: Re: Prevent user from retrieving previous page in jsp/servlet I would

RE: DBCP/JNDI/Realms

2004-12-06 Thread Phillip Qin
I use Oracle but I don't use Oracle's implementation of pooling because I found DBCP + commons-pooling did a great job in connection pooling. -Original Message- From: Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: December 6, 2004 3:33 PM To: Tomcat Users List Subject: RE:

RE: DBCP/JNDI/Realms

2004-12-06 Thread Phillip Qin
I am not sure I understand your question. But in my trails, if my JNDI resource is in GlobalNamingResources, those connection won't be killed unless I shutdown tomcat. If my resource is in my own context, I have to kill them when I stop my application. -Original Message- From: Ruth, Brice

FW: [Ticket System] Invalid Email

2004-12-06 Thread Phillip Qin
What the heck is this? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: December 6, 2004 4:15 PM To: [EMAIL PROTECTED] Subject: [Ticket System] Invalid Email You recently attempted to send an email to the Ticket-System. Sadly it failed. The reasons may

RE: Tomcat 5 + hostname

2004-12-03 Thread Phillip Qin
Check your server.xml -Original Message- From: Eberle Martin [mailto:[EMAIL PROTECTED] Sent: December 3, 2004 10:32 AM To: Tomcat Users List Subject: AW: Tomcat 5 + hostname Same problem here ... can't get tomcat with domain name running :( -Ursprüngliche Nachricht- Von: Lei

  1   2   3   4   >