How to add a request filter for TC5.5.3? It was working for TC5.0.29!

2004-11-26 Thread David Lee
this context into TC5.5.3, I tried to put it into conf\context.xml file and I saw the errors when I started TC5.5.3. I struggle for a while and still don't know how to do it? Thanks in advance for any help David Lee

RE: How to add a request filter for TC5.5.3? It was working for TC5.0.29!

2004-11-26 Thread David Lee
the price you pay for relying on TC internals ;-). David Lee [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] m... Dear Folks, I have a test request filter on TC5.0.29. It is defined in server.xml as follows and it works: conf\server.xml: Context path= docBase=ROOT debug=0 Valve

RE: How to add a request filter for TC5.5.3? It was working for TC5.0.29!

2004-11-26 Thread David Lee
Message- From: Remy Maucherat [mailto:[EMAIL PROTECTED] Sent: Friday, November 26, 2004 3:31 PM To: Tomcat Users List Subject: Re: How to add a request filter for TC5.5.3? It was working for TC5.0.29! On Fri, 26 Nov 2004 15:14:27 -0800, David Lee [EMAIL PROTECTED] wrote: Dear Folks, I

RE: Installing a webmail client such as squirrelmail (PHP) on tomcat?

2004-11-19 Thread David Lee
is not running. It was running like that for more than 3 monthes and Finally I gave up, because my focus is Tomcat, I just want to make everything works first on tomcat and then Think other options. It will simplify the application development and deployment. David Lee -Original Message

RE: Installing a webmail client such as squirrelmail (PHP) on tomcat?

2004-11-19 Thread David Lee
. - Original Message - From: David Lee [EMAIL PROTECTED] Newsgroups: gmane.comp.jakarta.tomcat.user Sent: Friday, November 19, 2004 4:48 PM Subject: RE: Installing a webmail client such as squirrelmail (PHP) on tomcat? Hi! Yoav, That's right, because I saw so many mails related to apache connector

Installing a webmail client such as squirrelmail (PHP) on tomcat?

2004-11-18 Thread David Lee
Hi! Folks, Has anyone run the php application on Tomcat?. I'm trying to install the squirrelmail on tomcat so I can web access my james email server. What is the best way to integrate the php with tomcat or any suggesstions or pitfalls to avoid? Any comments welcome. Thanks David Lee

RE: Installing a webmail client such as squirrelmail (PHP) ontomcat?

2004-11-18 Thread David Lee
server. What is the best way to integrate the php with tomcat or any suggesstions or pitfalls to avoid? Any comments welcome. Thanks David Lee - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Installing a webmail client such as squirrelmail (PHP) on tomcat?

2004-11-18 Thread David Lee
Hi! Hassan, You mean phpservlet to read the php app config file or php files and then phpservlet to serve the php page? Your calendar app were written using PHP? Thanks David Lee -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 3

RE: Installing a webmail client such as squirrelmail (PHP) on tomcat?

2004-11-18 Thread David Lee
Thanks lot, I will study it. David Lee -Original Message- From: Hassan Schroeder [mailto:[EMAIL PROTECTED] Sent: Thursday, November 18, 2004 3:51 PM To: Tomcat Users List Subject: Re: Installing a webmail client such as squirrelmail (PHP) on tomcat? David Lee wrote: You mean

has anyone tried or run the TC -security with mail session or database connection successfully?

2004-11-12 Thread David Lee
Thanks lot if anyone can point me in the right direction. TC5.5.4 ( it happens to other versions) Window XP JAVA 1.5.0 My program runs successfully without turning on the -security, but has the errors when it is turned on. The errors generated look like not related to access violation because

Anyone knows how to deal with mail session -security error for TC5.5.4

2004-11-09 Thread David Lee
if running tomcat5.5.4 without turning on -security, everything works fine for jndi context mail session and DBCP. But if -security turned on, I got the following errors. If anyone can point to me what I missed or did wrong, greatly appreciated. Thanks David 1. TC errors access: access

How to fix the security error like this for tomcat5.5.4 -security

2004-11-08 Thread David Lee
when tc security turned on then errors, if no security, it works fine, tried everything, still has errors Thanks for anyone who can help!!! greatly appreciated David Lee 1. Errors: access: access allowed (java.util.PropertyPermission line.separator read) Nov 8, 2004 9:55:25 PM

RE: Tomcat5.5.3 serious problems!

2004-10-29 Thread David Lee
point and ending slash): jar:file:/path/to/myapp.war!/ On Thu, 2004-10-28 at 19:39, David Lee wrote: HI! I tried to use GUI manager to upload war file (war file to deploy, the message says OK, but nothing happened. no context files deployed. nothing. then I tried to upload the same

Tomcat5.5.3 serious problems!

2004-10-28 Thread David Lee
loop, just kept runnin...runing. What happened! The war file I tried to upload works perfect on Tomcat5.0.29. Thanks David Lee

RE: Interesting discoveries about catalina GUI manager deploy (5.0.28 and 5.0.29)

2004-10-27 Thread David Lee
How do I get this value from within context in java program, thanks Environment name=david value=10 type=java.lang.Integer override=false/ From: Igor [mailto:[EMAIL PROTECTED] Sent: Tue 10/26/2004 9:52 PM To: [EMAIL PROTECTED] Subject: Re: Interesting

How to specify catalina jdbcstore username/password?

2004-10-27 Thread David Lee
I'm trying to use the jdbcstore to save the session data, the only thing I don't know is how to specify database username/password. where should I put it? Manager className=org.apache.catalina.session.PersistentManager debug=0 saveOnRestart=true

How to put context.xml into ant war target

2004-10-26 Thread David Lee
I used ant war task to create the deployable war file, I just want to know how to put the context.xml into the meta-inf directory using war target. Thanks

Interesting discoveries about catalina GUI manager deploy (5.0.28 and 5.0.29)

2004-10-26 Thread David Lee
Phillip, thanks the context.xml file works. I finally got the JNDI mail/Session to work. But I found one thing interesting about the GUI manager deploy (upload the ant generated war file) After I uploaded the war file, I found that this action not only uppacked war into the myapp directory

RE: Interesting discoveries about catalina GUI manager deploy (5.0.28 and 5.0.29)

2004-10-26 Thread David Lee
The reason I asked that question is because I want to try that enviroment value as said in JNDI how-to to see if it works. Could be the global variable? David -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 26, 2004 1:13 PM To: 'Tomcat Users List'

Why mail/session always being set to localhost even Context.xml says otherwise?

2004-10-25 Thread David Lee
Tomcat: 5.0.29 OS: XP JAVA: 1.5.0 Context.xml: jakarta-tomcat-5.0.29\conf\Catalina\localhost Resource name=mail/Session auth=Container type=javax.mail.Session/ ResourceParams name=mail/Session parameter namemail.smtp.host/name valuecompany email

RE: Why mail/session always being set to localhost even Context.xml says otherwise?

2004-10-25 Thread David Lee
. /description res-ref-name mail/Session /res-ref-name res-type javax.mail.Session /res-type res-auth Container /res-auth /resource-ref Thanks for the help! David Lee -Original Message- From: Phillip Qin [mailto:[EMAIL PROTECTED] Sent

RE: Why mail/session always being set to localhost even Context.x ml says otherwise?

2004-10-25 Thread David Lee
: RE: Why mail/session always being set to localhost even Context.x ml says otherwise? Assume your Resource is closed by /Resource. Try addRecipient. -Original Message- From: David Lee [mailto:[EMAIL PROTECTED] Sent: October 25, 2004 4:26 PM To: [EMAIL PROTECTED] Subject: RE: Why mail

configuring ajp13 worker on tomcat 3.2.3

2001-09-17 Thread David Lee
hi, i'm using nsapi to configure iPlanet with Tomcat 3.2.3. they're communicating via the ajp13 worker. the workers.properties file on the iPlanet box is configured to setup ajp13, and i know the server.xml file on the Tomcat box needs a tag for an ajp13 socket. i have it setup as follows: