RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread Dirk Moolman
:[EMAIL PROTECTED] Sent: 31 May 2006 11:06 AM To: 'Tomcat Users List' Subject: RE: Changing the Tomcat 5.0 Directory installed in FreeBSD Guys, I am installing the Tomcat in FreeBSD. And I am using this command, /usr/ports/www/Jakarta-tomcat5.0/make all install clean I am wondering is anyon

RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread Dirk Moolman
al Message- From: ks.foong [mailto:[EMAIL PROTECTED] Sent: 31 May 2006 08:57 AM To: users@tomcat.apache.org Subject: Changing the Tomcat 5.0 Directory installed in FreeBSD Hi I have installed the Jakarta-tomcat5.0 into my FreeBSD machine. As my project required, I have to move the entire

RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread ks.foong
] Sent: Wednesday, May 31, 2006 5:40 PM To: 'Tomcat Users List' Subject: RE: Changing the Tomcat 5.0 Directory installed in FreeBSD All right. I am working something out with the script generated by the tomcat's default installer.. seems I am almost there. Thanks. Will upda

RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread ks.foong
PM To: Tomcat Users List Subject: Re: Changing the Tomcat 5.0 Directory installed in FreeBSD run this : /Project/Tomcat/bin/catalina.sh start I also like andrew's idea of pulling an installer from apache site. However the one install you have should also work, and if that does not work, we

Re: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread Rajeev N. Jha
Tomcat/bin anymore. Foong Kim Seong -Original Message- From: Rajeev N. Jha [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 4:57 PM To: Tomcat Users List Subject: Re: Changing the Tomcat 5.0 Directory installed in FreeBSD can you try $catalina.sh start That should also

Re: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread Andrew Miehs
the Tomcat 5.0 Directory installed in FreeBSD 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, May 31, 2006 4:31 PM To: Tomcat Users List Subject: Re: Changing the Tomca

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
e within /Project/Tomcat/bin anymore. Foong Kim Seong -Original Message- From: Rajeev N. Jha [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 4:57 PM To: Tomcat Users List Subject: Re: Changing the Tomcat 5.0 Directory installed in FreeBSD can you try $catalina.sh start Th

Re: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread Andrew Miehs
...:-) Foong Kim Seong -Original Message- From: Markus Schönhaber [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 4:31 PM To: Tomcat Users List Subject: Re: Changing the Tomcat 5.0 Directory installed in FreeBSD ks.foong wrote: The setclasspath.sh consist of this information, after I have

Re: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread Rajeev N. Jha
, 2006 4:31 PM To: Tomcat Users List Subject: Re: Changing the Tomcat 5.0 Directory installed in FreeBSD 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

RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread ks.foong
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, May 31, 2006 4:31 PM To: Tomcat Users List Subject: Re: Changing the Tomcat 5.0 Directory installed in FreeBSD

Re: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread Markus Schönhaber
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 out of ideas, sorry. Regards mks

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: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread Markus Schönhaber
ks.foong wrote: > setclasspath.sh is in the directory of /Project/Tomcat/bin folder, same as > startup.sh > > readable? I am not sure how to confirm is it readable or not but it's there > in the same directory. Look at the file permissions or simply open it in a text editor (as the same user you

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 Markus Schönhaber
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 > .cshrc file, a file where it'll start loaded when I sign in to the FreeBSD > system. > > I also perform an echo command, $CATALINA_HOME for

RE: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread ks.foong
its return /Project/Tomcat as expected. :) Any other environment setting I should set? Foong Kim Seong -Original Message- From: Markus Schönhaber [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 3:48 PM To: Tomcat Users List Subject: Re: Changing the Tomcat 5.0 Directory installed

Re: Changing the Tomcat 5.0 Directory installed in FreeBSD

2006-05-31 Thread Markus Schönhaber
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 when I go to: > /Project/Tom

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/