RE: Auto Reload Features by Tomcat

2006-06-02 Thread ks.foong
Forget to mentioned, I have make sure my tag in server.xml have included the reloadable="true" entity Foong Kim Seong -Original Message----- From: ks.foong [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 4:52 PM To: 'Tomcat Users List' Subject: Auto Reload Fe

Auto Reload Features by Tomcat

2006-06-02 Thread ks.foong
Hi, I notice that starting from Tomcat 5 onwards; we can enjoy the benefit of the "Auto-reload" features of it. I personally have tried it with my Eclipse development. Each time I have changed any servlet coding, the eclipse (or more specific, Tomcat) able to detect the changes and Reload for i

RE: Tomcat Logo on Public Server

2006-06-01 Thread ks.foong
Well, I have been using Tomcat since day 1. But for my country, no one give a damn. Ha... Foong Kim Seong -Original Message- From: Torben Werner [mailto:[EMAIL PROTECTED] Sent: Thursday, June 01, 2006 5:27 PM To: users@tomcat.apache.org Subject: Tomcat Logo on Public Server Hello eve

RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread ks.foong
Guys. My problem on the Tomcat Directory solved. I have change the installation script to point to /Project/Tomcat directly instead of doing the cp command. Thanks for your time and advice. Appreciate that. Foong Kim Seong -Original Message- From: ks.foong [mailto:[EMAIL PROTECTED

RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread ks.foong
should be able to figure out why. hang on and keep debugging :o) ks.foong wrote: > Hi Rajeev, > > I am running in Tomcat5.0, I think for this version, the $catalina.sh start > is no longer applicable. > > I have tried to issues this : > /Project/Tomcat/bin/$catalina.sh s

RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread ks.foong
/Jakarta-tomcat5.0 Any ideas? Foong Kim Seong -Original Message- From: ks.foong [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 4:38 PM To: 'Tomcat Users List'; users@tomcat.apache.org Subject: RE: Changing the Tomcat 5.0 Directory installed in FreeBSD No problems. Ho

RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread ks.foong
at should also be able to start your server. - Rajeev. ks.foong wrote: > No problems. Hoping maybe others can give a hand on this...:-) > > > Foong Kim Seong > > > -Original Message- > From: Markus Schönhaber [mailto:[EMAIL PROTECTED] > Sent: Wednesday,

RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread ks.foong
ks.foong wrote: > The setclasspath.sh consist of this information, after I have issued ls -l > > -rwxr-xr-x for that file. > > So, it's reading and able to excute. > > Further more, I am issusing that command as root, and that file is owned by > root. Then I'm o

RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread ks.foong
haber [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 4:19 PM To: Tomcat Users List Subject: Re: Changing the Tomcat 5.0 Directory installed in FreeBSD ks.foong wrote: > setclasspath.sh is in the directory of /Project/Tomcat/bin folder, same as > startup.sh > > readable? I a

RE: JNDI data source failing

2006-05-31 Thread ks.foong
Hi, I have just solved this problem on my machine. I notice it does not locate the .jar file required by the Data source connection pooling. Try putting all the files, mentioned in here: http://tomcat.apache.org/tomcat-5.0-doc/jndi-datasource-examples-howto.html Jakarta-Commons DBCP 1.0 Jakarta

RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread ks.foong
Sent: Wednesday, May 31, 2006 4:11 PM To: Tomcat Users List Subject: Re: Changing the Tomcat 5.0 Directory installed in FreeBSD ks.foong wrote: > I have checked the /Project/Tomcat/bin/catalina.sh, it's using the > $CATALINA_HOME as an environment variable and I have change/set in the >

RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread ks.foong
in FreeBSD ks.foong wrote: > I have installed the Jakarta-tomcat5.0 into my FreeBSD machine. > > As my project required, I have to move the entire installed directory from > /usr/local/Jakarta-tomcat5.0 to /Project/Tomcat folder > > I manage to perform the above operation. But whe

Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-30 Thread ks.foong
Hi I have installed the Jakarta-tomcat5.0 into my FreeBSD machine. As my project required, I have to move the entire installed directory from /usr/local/Jakarta-tomcat5.0 to /Project/Tomcat folder I manage to perform the above operation. But when I go to: /Project/Tomcat/