how to build tomcat -locally- after downloading all sources to your local box

2005-07-24 Thread cmllpz
http://jakarta.apache.org/tomcat/tomcat-5.0-doc/building.html explains the ant-based process in which sources are downloaded from CVS. How do you go if all sources you want to first download locally and ocassionally check them using ant checkout? thing is that when you, for example, do a

Virtual hosts with standalone tomcat 5.5.9

2005-06-24 Thread cmllpz
All I need is different FQDNs (Fully qualified domain names) Say: www.mysite.com, mail.external.mysite.com I tried simply going like this Host name=www.mysite.com Context path= docBase=/var/www/server1 reloadable=true debug=0 / /Host Host name=mail.external.mysite.com

Re: Where are the UNIX-type scripts?

2005-06-13 Thread cmllpz
OK, I think I found out why or at least how it happens and repeatedly reproduced it step-by-step. If you use knoppix + Konqueror, and open the .gz file directly as you downloaded with 'ark', it shows you repeated windows .bat files instead of the .sh ones. Maybe it is a 'knoppix +

How Tomcat Works ...

2005-06-13 Thread cmllpz
I recently finished reading the book and found it a little bit nonsensical since it deals mostly with TC 4.0. Anyway, here are a couple of other things I noticed On page 142 listing 7.7 there is a piece of 'good-looking', but, functionally speaking, really putrid code that made me wondered

RE: Where are the UNIX-type scripts?

2005-06-12 Thread cmllpz
FYI. I didn't build mine from source Thanks Quoting Greg Scott [EMAIL PROTECTED]: Here are the savesets I used and I have all the scripts: jakarta-tomcat-5.5.9.tar.gz jakarta-tomcat-5.5.9-compat.tar.gz These files I grabbed were a binary distribution - already compiled and

Where are the UNIX-type scripts?

2005-06-11 Thread cmllpz
I recently downloaded the latest jakarta-tomcat-5.5.9.tar.gz installation files and set them up, but I can not find the startup.sh, catalina.sh, ... file. This is all I see: [EMAIL PROTECTED] bin]$ ls -l total 500 -rw-r--r-- 1 tcbox00 tcbox00 22547 Jun 11 09:10 bootstrap.jar -rw-r--r-- 1

Re: Where are the UNIX-type scripts?

2005-06-11 Thread cmllpz
Also if I try the only unix-like script, namely, version.sh, it looks for the other ones: [EMAIL PROTECTED] bin]$ ./version.sh Cannot find ./catalina.sh Albretch - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional