Re: 2 tomcat on the same PC

2006-08-24 Thread Yan Bai
Thanks, for all your kind helps. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: 2 tomcat on the same PC

2006-08-23 Thread Yan Bai
If you want both of them to run as a service, create a service for both versions and set the command line. You could also set up a user for each of them where the user specifies a different environment. Robert S. Harper Information Access Technology, Inc. -Original Message- From: Yan Bai [

Re: 2 tomcat on the same PC

2006-08-23 Thread Yan Bai
Thanks Peter. what does CATALINA_BASE mean here? I only setup CATALINA_HOME as a system environmental variable, don't know which directory shall $c_base point to. On 8/23/06, Peter Crowther <[EMAIL PROTECTED]> wrote: > From: Yan Bai [mailto:[EMAIL PROTECTED] > It doesn't

Re: 2 tomcat on the same PC

2006-08-23 Thread Yan Bai
It doesn't work in my case. even after changed the port numbers in one server.xml. I have both T4.1 and T5.5 installed on win XP. becoz CATALINA_HOME point to where T5 is, even explicitly call T4 'startup' script, T5 server is started. Any other tricks to make both work? On 8/18/06, Peter Crowthe

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Yan Bai
I don't know. I tried at home, with firewall on, worked fine. I will ask around about the firewall setup at my working place. Also, do i need to do sth with the proxy, and config svn with proxy? Thanks, Yan On 8/21/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Yan Bai wrote: > C

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Yan Bai
Martin, thanks. run 'svn help', works fine. ant seems recognize 'svn', this is the result from ant: svn: [exec] Type 'svn help' for usage. [exec] Result: 1 I use winxp, what's the compatible command for 'which' on windows? Yan On 8/21/06, Martin Gainty <[EMAIL PROTECTED]> wrote: Yan--

Re: Tomcat BUILD FAILED, error=2

2006-08-21 Thread Yan Bai
Could this be a svn problem? when i tried "svn checkout http://svn.apache.org/repos/asf/tomcat/current/tc5.5.x " I got the following msg: svn: PROPFIND request failed on '/repos/asf/tomcat/current/tc5.5.x' svn: PROPFIND of '/repos/asf/tomcat/current/tc5.5.x': could not connect to serve r (http://

Re: Tomcat BUILD FAILED, error=2

2006-08-18 Thread Yan Bai
ect.java:1185) ... ... ... ---end 'ant -v checkout'--------- On 8/17/06, Mark Thomas <[EMAIL PROTECTED]> wrote: Yan Bai wrote: > Hi all, > I am new here, just tried to build T5 from source, but it f

Tomcat BUILD FAILED, error=2

2006-08-17 Thread Yan Bai
Hi all, I am new here, just tried to build T5 from source, but it failed at the very beginning. Detail error msg are pasted below, sorry for the bad display format. Any inputs are very much appreciated... Yan OS: WIndows XP command: ant -checkout error msg: = C:\Program Files

cvs caught exception when building T5 from source

2006-08-17 Thread Yan Bai
Hello all, I want to build T5 from src, have followed the steps in the instruction, but BUILD FAILED. Below is what i got when type in 'ant -checkout'. Please help. = Buildfile: build.xml checkout: [echo] If the checkout fails, run `cvs -d :pserver:[EMAIL