Re: Building tomcat-connectors with ANT

2005-06-27 Thread Bill Barker
;> really only want to build mod_jk >> >> Thanks, >> >> -SB >> >> -Original Message- >> From: Mark Thomas [mailto:[EMAIL PROTECTED] >> Sent: Monday, June 27, 2005 2:08 PM >> To: Tomcat Users List >> Subject: Re: Building tomcat-conne

Re: Building tomcat-connectors with ANT

2005-06-27 Thread Mark Thomas
: Building tomcat-connectors with ANT Ah. It wasn't clear from your original post which part of the connectors you were trying to build. I was referring to the Tomcat end of things (the Java AJP/HTTP connectors) rather than mod_jk. The following from the dev list might help. Failing that, wit

RE: Building tomcat-connectors with ANT

2005-06-27 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
: Tomcat Users List Subject: Re: Building tomcat-connectors with ANT Ah. It wasn't clear from your original post which part of the connectors you were trying to build. I was referring to the Tomcat end of things (the Java AJP/HTTP connectors) rather than mod_jk. The following from the dev list

Re: Building tomcat-connectors with ANT

2005-06-27 Thread Mark Thomas
-Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 2:08 PM To: Tomcat Users List Subject: Re: Building tomcat-connectors with ANT BATCHELOR, SCOTT (CONTRACTOR) wrote: Has anyone been successful in this? Yes. Regularly. 4.1.x, 5.0.x an

RE: Building tomcat-connectors with ANT

2005-06-27 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
Would you mind pointing me in the right direction for some docs? I really only want to build mod_jk Thanks, -SB -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 2:08 PM To: Tomcat Users List Subject: Re: Building tomcat-connectors with ANT

Re: Building tomcat-connectors with ANT

2005-06-27 Thread Mark Thomas
BATCHELOR, SCOTT (CONTRACTOR) wrote: Has anyone been successful in this? Yes. Regularly. 4.1.x, 5.0.x and 5.5.x Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Building tomcat-connectors with ANT

2005-06-27 Thread BATCHELOR, SCOTT \(CONTRACTOR\)
Has anyone been successful in this? The documentation seems to be very scarce to say the least. -SB - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problems in building tomcat 4.1.27 from source

2005-05-26 Thread Mark Thomas
http://cvs.apache.org/viewcvs.cgi/jakarta-tomcat-4.0/BUILDING.txt?rev=1.35&view=log I'd use the latest version if I were you. You might end up with a couple of different versions of libraries but you should be OK. Another useful trick is to download a tomcat binary, that way you know you will

Problems in building tomcat 4.1.27 from source

2005-05-26 Thread Gaurav Bansal
Can any one tell me how can I build the tomcat 4.1.27 from the source. It was fairly easy to do it on tomcat 5.5.X with the help of ant alone but on 4.1.27 it is giving too many errors.. I have resolved many but is there no way we can build it cleanly ?? You can direct me some links also Thanks

Building Tomcat 5.5.9 on Solaris 10

2005-04-19 Thread capa
Hi, Somebody has making the building of Tomcat 5.5.9 source in Solaris 10 ?. In this moment, i using jdk1.5.0_02 and ant 1.6.2. This works fine in Solaris 9 for the source building, but not in Solaris 10. Thanks. - To unsubscribe,

Problem building Tomcat 5.5.9 Source in Solaris 9

2005-04-19 Thread capa
Hi, I try to build de source of Tomcat 5.5.9 in Solaris 9 with j2sdk1.4.2_05 and Ant 1.6.2. I found this error in the building: Thanks for any help. build-catalina: [echo] == Building: catalina in /development/developer/tomcat/jakarta-tomcat-5/build flags: flags.display: build-pre

compilation errors while building tomcat-apache jk2 connector ISAPI module.

2004-10-06 Thread Sato
Microsoft VisualC++ 6.0 OS: Win 2k: SP4 I am getting following errors while building isapi module of JK2 connector. Could you pl suggest me to fix this issue? Configuration: isapi - Win32 Release Compiling... jk_isapi_plugin.c C:\jk2\native2\server\isapi\jk

Other problems while building tomcat

2004-07-15 Thread Olivier
Hi, I still have problems to build tomcat 5.0.25 I figured out the first problem, it was because I did not modify the build.xml to tell where to find the build.properties But now, I have a java problem while running ant after 15 minutes of compilation BUILD FAILED /export/download/jakarta-tomcat5

RE: Problems building tomcat 5 from source

2004-04-21 Thread Andi Reinbrech
Do you have cvs.exe installed on your XP Box? The CreateProcess fails with error code "2", which is a "File not found" error in windows. The build is trying to fetch the latest CVS sources but can't execute cvs.exe *

Problems building tomcat 5 from source

2004-04-20 Thread shyam
Hi All, I am trying to build tomcat 5 from the build.xml. I am getting the below errors. My OS is windows XP. I have followed the instructions provided in on the Jakarta web site. [cvs] Caught exception: CreateProcess: cvs -d:pserver:[EMAIL PROTECTED]:/home/cvspublic -q -z3 checkout -P jakarta-com

Problem building Tomcat 5.0.19

2004-02-26 Thread Carlos Alberto Peláez Ayala
Dear friends, I try to install the source of Tomcat 5.0.19 in a Linux Red Hat 7.3 box, using : Ant 1.6.1. When i excute the "ant build" or "ant" command, appear this error: deploy-prepare: build-catalina-core: build-catalina-optional: [javac] Compiling 22 source files to /virtual/tomcat_5/ja

RE: error building tomcat 4.1.27 from source on solaris

2003-09-08 Thread Shapira, Yoav
MAIL PROTECTED] >Sent: Monday, September 08, 2003 2:06 PM >To: [EMAIL PROTECTED] >Subject: error building tomcat 4.1.27 from source on solaris > > > >We tried to install tomcat 4.1.27 on our Solaris 2.8 platform using j2sdk >1.4.0. >Unfortunately, the installation does not go v

error building tomcat 4.1.27 from source on solaris

2003-09-08 Thread Ziying Sherwin
We tried to install tomcat 4.1.27 on our Solaris 2.8 platform using j2sdk 1.4.0. Unfortunately, the installation does not go very smoothly. After installed lots of required packages like jmx, jaxp, we finally started tomcat build. The compilation failed with the following error messages: build

Re: error building tomcat 4.1.27 from source on solaris

2003-09-03 Thread Iain McClure
Sounds like your missing the servlet.jar with the servlet API classes in it. I had a similar problem building mod_jk2 from a source download as it doesn't include it. However, I've not had this problem building Tomcat 4.1.27 on RedHat. You could try downloading the relevant s

error building tomcat 4.1.27 from source on solaris

2003-09-03 Thread Ziying Sherwin
We tried to install tomcat 4.1.27 on our Solaris 2.8 platform using j2sdk 1.4.0. Unfortunately, the installation does not go very smoothly. After installed lots of required packages like jmx, jaxp, we finally started tomcat build. The compilation failed with the following error messages: build-

building tomcat 4.1 : cannot resolve symbol : can you help me ?

2003-08-14 Thread Prestation3 . EXPLOITATION
Hi, Trying to build Tomcat 4.1 I get the following error what I missed ? Can You help ? [EMAIL PROTECTED]:/opt/jakarta-tomcat-4.1.24-src# ant dist Buildfile: build.xml deploy-prepare: deploy-static: deploy: [echo] Target: Catalina - Deploy ... flags: flags.display: [echo] --- Bui

when building tomcat 4.0 : cannot resolve symbol

2003-08-09 Thread Prestation3 . EXPLOITATION
Hi, Trying to build Tomcat 4.1 I get the following error what I missed ? Can You help ? [EMAIL PROTECTED]:/opt/jakarta-tomcat-4.1.24-src# ant dist Buildfile: build.xml deploy-prepare: deploy-static: deploy: [echo] Target: Catalina - Deploy ... flags: flags.display: [echo] --- Bui

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-31 Thread srevilak
> From: Clive Luk > Subject: RE: Problem building Tomcat Connector mod_jk2.so > But one the I found is the could be a problem of something else. When I > re-compile apache. I found that it doesn't create any .so file at all under > $APACHE_HOME/modules. Could anyone tell m

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Clive Luk
om: Jørgen Nørgaard [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 July 2003 7:59 PM To: Tomcat Users List Subject: RE: Problem building Tomcat Connector mod_jk2.so Hi Clive, my best idea is to try building the mod_jk2 the way I did, using jakarta-tomcat-connectors-jk2-2.0.2-src.tar.gz: after unp

RE: Problem building Tomcat Connector mod_jk2.so PART 2

2003-07-30 Thread Sullivan, Patrick
EMAIL PROTECTED] Sent: Wednesday, July 30, 2003 3:23 AM To: Tomcat Users List Subject: Problem building Tomcat Connector mod_jk2.so PART 2 Sorry for the second post. I am trying to build from jakarta-tomcat-connectors-4.1.26-src.tar.gz. Please let me know if you need more information. apache2 wor

Re: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread John Turner
already spent a whole day trying to build mod_jk2.so. just can't get through. HELP! Cheers, Clive -Original Message- From: Jørgen Nørgaard [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 July 2003 7:33 PM To: Tomcat Users List Subject: Re: Problem building Tomcat Connector mod_jk2.so

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Jørgen Nørgaard
-enable -shared=proxy I have already spent a whole day trying to build mod_jk2.so. just can't get through. HELP! Cheers, Clive -Original Message- From: Jørgen Nørgaard [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 July 2003 7:33 PM To: Tomcat Users List Subject: Re: Problem building Tomc

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Clive Luk
E: Problem building Tomcat Connector mod_jk2.so This may be a silly question but can't you just download a binary. -Original Message- From: Clive Luk [mailto:[EMAIL PROTECTED] Sent: 30 July 2003 10:41 To: Tomcat Users List Subject: RE: Problem building Tomcat Connector mod_jk2.so Hi

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Collins, Jim
This may be a silly question but can't you just download a binary. -Original Message- From: Clive Luk [mailto:[EMAIL PROTECTED] Sent: 30 July 2003 10:41 To: Tomcat Users List Subject: RE: Problem building Tomcat Connector mod_jk2.so Hi Jorgen, i have been searching all the loc

RE: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Clive Luk
al Message- From: Jørgen Nørgaard [mailto:[EMAIL PROTECTED] Sent: Wednesday, 30 July 2003 7:33 PM To: Tomcat Users List Subject: Re: Problem building Tomcat Connector mod_jk2.so Hello, Building the connectors are a bit of a struggle, the documentation is inconsistent and (very) sparse. Which is a

Re: Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Jørgen Nørgaard
Hello, Building the connectors are a bit of a struggle, the documentation is inconsistent and (very) sparse. Which is a pitty because apache/tomcat are great (and tomcat 3 was so easy to build connectors for). That said, I managed to build a mod_jk2 connector using configure in cd jk/native

Problem building Tomcat Connector mod_jk2.so PART 2

2003-07-30 Thread Clive Luk
] Sent: Wednesday, 30 July 2003 7:16 PM To: [EMAIL PROTECTED] Subject: Problem building Tomcat Connector mod_jk2.so Hi all, I am new to the list. Has anybody had problem building mod_jk2.so. I have no error message on building mod_jk2.so. But after i finished the following steps. I counldn't

Problem building Tomcat Connector mod_jk2.so

2003-07-30 Thread Clive Luk
Hi all, I am new to the list. Has anybody had problem building mod_jk2.so. I have no error message on building mod_jk2.so. But after i finished the following steps. I counldn't find and *.so file. I am useing RedHat 9 I have installed: openssl-0.9.7b libtool-1.5 httpd-2.0.47 j2sdk-1_4_2-linux-i5

Re: Building Tomcat

2003-03-17 Thread Bill Barker
ssumes that you already have Jakarta-Ant 1.5.x or higher installed and on your path). 6) From .../jakarta-tomcat-4.1.x-src run the command 'ant'. "William H. Du Chene" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi list. > > Can anyone plea

Building Tomcat

2003-03-17 Thread William H. Du Chene
Hi list. Can anyone please point me in the direction of a tutorial, or a how-to on building tomcat, and the related projects? I have spent two days scouring the internet looking for one and have come up empty handed. Thank you in advance. Will

Re: Building Tomcat 4.1.12 from source

2002-12-10 Thread Bill Barker
In the source distribution, jasper is packaged under the jakarta-tomcat-4.1.12-src/jasper directory. You need to set "jasper.home=jasper" (w/o the quotes) in your build.properties file. Note, that it is actually much easier to build from source than the BUILDING instructions make it out to be. E

Building Tomcat 4.1.12 from source

2002-12-10 Thread Faine, Mark
Solaris 8 Tomcat 4.1.12 I'm trying to build from source using the BUILDING instructions in the source directory. I've completed everything on the list, even the optional packages. Now I get this error: BUILD FAILED file:/export/home/temp/appserv/temp/jakarta-tomcat-jasper/jasper2/build.xml: 11

Building Tomcat 4.1.12

2002-12-09 Thread Faine, Mark
Solaris 8 Tomcat 4.1.12 I'm trying to build from source using the BUILDING instructions in the source directory. I've completed everything on the list, even the optional packages. Now I get this error: BUILD FAILED file:/export/home/temp/appserv/temp/jakarta-tomcat-jasper/jasper2/build.xml:

Re: Building Tomcat from source

2002-09-19 Thread Bill Barker
Assuming that Jakarta-Ant has already been downloaded, and $ANT_HOME/bin is in your PATH, then all you need to do is: $ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co jakarta-tomcat-4.0 $ cvs -d :pserver:[EMAIL PROTECTED]:/home/cvspublic co -r tomcat_4_branch jakarta-tomcat-jasper $ cvs -d

Building Tomcat from source

2002-09-19 Thread Fenlason, Josh
I'm trying to build Tomcat 4.1.11 from the source in cvs. I tried following BUILDING.txt, but I managed to mess it up. What all do I need to checkout from cvs? I'm not very familiar with cvs. Is there anything special I need to with cvs? Any help would be greatly appreciated. Thanks in ad

RE: Problm. building tomcat 4.0.4 jk connector for use with Apache 2.0.39. JDK 1.4.x?

2002-07-24 Thread Ola Theander
age- > From: shanmugampl [mailto:[EMAIL PROTECTED]] > Sent: den 24 juli 2002 06:10 > To: Tomcat Users List > Subject: Re: Problm. building tomcat 4.0.4 jk connector for > use with Apache 2.0.39. JDK 1.4.x? > > > I have integrated Apache2.0.39 and Tomcat4.0.4 using mod_jk. &g

Re: Problm. building tomcat 4.0.4 jk connector for use with Apache2.0.39. JDK 1.4.x?

2002-07-23 Thread shanmugampl
I have integrated Apache2.0.39 and Tomcat4.0.4 using mod_jk. I followed these steps for generating mod_jk.so 1. Took the source available at http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4/src/jakarta-tomcat-connectors-4.0.4-src.tar.gz 2. Move to the /jk/native directory and

Re: Problm. building tomcat 4.0.4 jk connector for use with Apache 2.0.39. JDK 1.4.x?

2002-07-23 Thread eric
Ola, I get the same result only it's mod_jk.c not compatable with this version of Apache. I'm trying to get Apache 2.0.39 and Tomcat 4.0.4 to work. If you get it to work please post how you did it here. Good luck! Eric On Monday 22 July 2002 23:16, Ola Theander wrote: > Dear subscribers. >

RE: Problm. building tomcat 4.0.4 jk connector for use withApach e 2.0.39. JDK 1.4.x?

2002-07-22 Thread Billingham, Walter 475
; Subject: Re: Problm. building tomcat 4.0.4 jk connector for use with > Apache 2.0.39. JDK 1.4.x? > > Here is a precompiled binary and also tips on building. > http://www.acg-gmbh.de/mod_jk/ > > > > > > "Ola Theander" <[EMAIL PROTECTED]>

RE: Problm. building tomcat 4.0.4 jk connector for use with Apache 2.0.39. JDK 1.4.x?

2002-07-22 Thread Ola Theander
ers [mailto:[EMAIL PROTECTED]] > Sent: den 22 juli 2002 23:36 > To: Tomcat Users List > Cc: [EMAIL PROTECTED] > Subject: Re: Problm. building tomcat 4.0.4 jk connector for > use with Apache 2.0.39. JDK 1.4.x? > > > Here is a precompiled binary and also tips on building

Re: Problm. building tomcat 4.0.4 jk connector for use with Apache 2.0.39. JDK1.4.x?

2002-07-22 Thread Robert L Sowders
Here is a precompiled binary and also tips on building. http://www.acg-gmbh.de/mod_jk/ "Ola Theander" <[EMAIL PROTECTED]> 07/22/2002 02:16 nite Please respond to "Tomcat Users List" To: <[EMAIL PROTECTED]> cc: Subject:

Problm. building tomcat 4.0.4 jk connector for use with Apache 2.0.39. JDK 1.4.x?

2002-07-22 Thread Ola Theander
Dear subscribers. I have a problem building the 4.0.4 JK connector so I can integrate my Tomcat installation with Apache 2. I've tested the webapp connector with Apache 2.0.36 but since I upgraded to 2.0.39 I get the now infamous message "mod_dev.c not compatible with...". Therefore I like to swi

Building Tomcat 4.0.3

2002-05-20 Thread Pablo Schor
Im trying to build Tomcat 4.0.3, and following the instructions I reached a step that says I need to download the JMX 1.1 Maintenance Release Instrumentation and Agent Reference Implementation Binary from Sun, thru the link http://java.sun.com/products/JavaManagement/download.html After log

Problem building tomcat 4

2002-01-02 Thread Rick Bosch
I have all the associated downloads but when I compile i get a bunch of these [javac] Compiling 4 source files to /Users/jakarta-tomcat-4.0.1-src/catalina/build/server/classes [javac] Compiling 280 source files to /Users/jakarta-tomcat-4.0.1-src/catalina/build/server/classes [javac]

Error building Tomcat 4.0.1

2001-11-13 Thread Rhugga
I am trying to build Tomcat 4.0.1 on Solaris 2..8. I downloaded and installed all packages listed in BUILDING.txt. I am using j2sdk1_3_1_01 and j2sdkee1.3. Here is what I get: becka:/usr/local/src/Jakarta/jakarta-tomcat-4.0.1-src # ant -projecthelp Buildfile: build.xml BUILD FAILED javax.xml.p

RE: sourcepath problem in building tomcat (apxs pb building mod_j k.so)

2001-10-27 Thread Bill Cai
> -Original Message- > > From: Bill Cai [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, October 25, 2001 1:32 AM > > To: [EMAIL PROTECTED] > > Cc: Bill Cai > > Subject: Re: sourcepath problem in building tomcat > (apxs pb building > > mod_jk.so) > &g

RE: Compilation Error when building Tomcat

2001-10-26 Thread Craig R. McClanahan
On Thu, 25 Oct 2001, Nitin Vira wrote: > Date: Thu, 25 Oct 2001 18:48:15 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RE: Compilation Error when building Tomcat > > Hi Craig, > > Thanks for your hel

RE: Compilation Error when building Tomcat

2001-10-26 Thread Nitin Vira
through a simple build process for 2 days just because of that. Regards, Nitin -Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 8:08 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Compilation Error when building Tomcat

RE: sourcepath problem in building tomcat (apxs pb building mod_jk.so)

2001-10-25 Thread Larry Isaacs
might search the tomcat-user archive to see if similar errors have been encountered in the past. Cheers, Larry > -Original Message- > From: Bill Cai [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 25, 2001 1:32 AM > To: [EMAIL PROTECTED] > Cc: Bill Cai > Subject: R

RE: Compilation Error when building Tomcat

2001-10-25 Thread Craig R. McClanahan
ing Ant. Craig On Wed, 24 Oct 2001, Nitin Vira wrote: > Date: Wed, 24 Oct 2001 11:20:20 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: RE: Compilation Error when building Tomcat > >

Re: sourcepath problem in building tomcat (apxs pb building mod_jk.so)

2001-10-25 Thread Bill Cai
f them failed "apxs" from my apache installation. I didn't install a binary version of apache. I built it by using: configure --prefix=/usr/local/apache \ --enable-module=most --enable-shared=max But that failed on linking from apxs. i.e., didn't product an mod_jk.so Thanks

RE: Compilation Error when building Tomcat

2001-10-25 Thread Nitin Vira
24, 2001 11:20 AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: Compilation Error when building Tomcat Hi Craig, I am really sorry for taking up too many of your resources on this, but i just cant figure out how to get tomcat to build. I used the release vers

RE: Compilation Error when building Tomcat

2001-10-24 Thread Nitin Vira
: Compilation Error when building Tomcat On Tue, 23 Oct 2001, Nitin Vira wrote: > Date: Tue, 23 Oct 2001 10:12:43 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RE: Compilation Error when building Tomcat > >

RE: sourcepath problem in building tomcat

2001-10-24 Thread Larry Isaacs
I think your compile problem would disappear. Cheers, Larry > -Original Message- > From: Bill Cai [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, October 24, 2001 1:01 AM > To: [EMAIL PROTECTED] > Cc: Bill Cai > Subject: Re: sourcepath problem in building tomcat > >

Re: sourcepath problem in building tomcat

2001-10-24 Thread Bill Cai
t; installed. > > Thanks, > > Bill > > > >From: Larry Isaacs > > > Subject: RE: sourcepath problem in building > > tomcat > > > Date: Tue, 23 Oct 2001 12:51:51 -0400 > > > > > > It appears that the javac being executed is > coming >

RE: Compilation Error when building Tomcat

2001-10-24 Thread Nitin Vira
RE: Compilation Error when building Tomcat On Tue, 23 Oct 2001, Nitin Vira wrote: > Date: Tue, 23 Oct 2001 10:12:43 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RE: Compilation Error when building Tomcat > &

RE: Compilation Error when building Tomcat

2001-10-24 Thread Nitin Vira
2:28 PM To: [EMAIL PROTECTED] Subject: RE: Compilation Error when building Tomcat On Tue, 23 Oct 2001, Nitin Vira wrote: > Date: Tue, 23 Oct 2001 11:52:54 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RE: Compilati

Re: sourcepath problem in building tomcat

2001-10-23 Thread Bill Cai
I thought that I was using at least jdk1.2. But I willl check tonight because I have multiple jdks installed. Thanks, Bill > >From: Larry Isaacs > > Subject: RE: sourcepath problem in building > tomcat > > Date: Tue, 23 Oct 2001 12:51:51 -0400 > > > >

Re: sourcepath problem in building tomcat

2001-10-23 Thread Bill Cai
I thought that I was using at least jdk1.2. But I willl check tonight because I have multiple jdks installed. Thanks, Bill >From: Larry Isaacs > Subject: RE: sourcepath problem in building tomcat > Date: Tue, 23 Oct 2001 12:51:51 -0400 > > It appears that the javac being exe

RE: Compilation Error when building Tomcat

2001-10-23 Thread Craig R. McClanahan
On Tue, 23 Oct 2001, Nitin Vira wrote: > Date: Tue, 23 Oct 2001 11:52:54 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RE: Compilation Error when building Tomcat > > i had got the jakarta-serlvetapi-4

RE: Compilation Error when building Tomcat

2001-10-23 Thread Nitin Vira
: Tuesday, October 23, 2001 11:04 AM To: [EMAIL PROTECTED] Subject: RE: Compilation Error when building Tomcat On Tue, 23 Oct 2001, Nitin Vira wrote: > Date: Tue, 23 Oct 2001 10:12:43 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTEC

RE: Compilation Error when building Tomcat

2001-10-23 Thread Craig R. McClanahan
On Tue, 23 Oct 2001, Nitin Vira wrote: > Date: Tue, 23 Oct 2001 10:12:43 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RE: Compilation Error when building Tomcat > > Hi Craig, > > I figured as much

RE: Compilation Error when building Tomcat

2001-10-23 Thread Nitin Vira
, October 22, 2001 6:24 PM To: [EMAIL PROTECTED] Subject: Re: Compilation Error when building Tomcat On Mon, 22 Oct 2001, Nitin Vira wrote: > Date: Mon, 22 Oct 2001 14:20:55 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] >

RE: sourcepath problem in building tomcat

2001-10-23 Thread Larry Isaacs
nal Message- > From: Bill Cai [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, October 23, 2001 2:34 AM > To: [EMAIL PROTECTED] > Cc: Bill Cai > Subject: sourcepath problem in building tomcat > > > I always got the following error when building tomcat > by using ant. I

sourcepath problem in building tomcat

2001-10-23 Thread Bill Cai
I always got the following error when building tomcat by using ant. I tried ant 1.1 1.2 1.4. Any idea? tomcat_util: [javac] Compiling 91 source files to /usr/local/jakarta/jakarta-tomcat-3.3-dev-src/build/tomcat/classes [javac] javac: invalid flag: -sourcepath [javac] use: javac [-g

Re: Compilation Error when building Tomcat

2001-10-22 Thread Craig R. McClanahan
On Mon, 22 Oct 2001, Nitin Vira wrote: > Date: Mon, 22 Oct 2001 14:20:55 -0700 > From: Nitin Vira <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Compilation Error when building Tomcat > > Hi, > > I am trying to build Tomcat

Compilation Error when building Tomcat

2001-10-22 Thread Nitin Vira
Hi, I am trying to build Tomcat 4.0 from source on windows. I am following the steps given in the build.txt. when i am doing ant dist, it gives me compilation error for classes related to servlet API saying certain method doesnt exist even though the method is present in the interface. for eg

building tomcat v3.2.3

2001-09-11 Thread Marcia Perry
Hi, I'm trying to build tomcat v3.2.3 from source (on Solaris 2.7) and I'm following the README that comes w/ the src distribution. I got stuck on the "ant" directives. The README says that after running bootstrap.sh for the ant src, I'll get an ant.jar file which I'll use later to build Tomcat

Re: Please help: Problems building tomcat b7, environment variables not recognized

2001-08-24 Thread Levent Guendogdu
Levent Gündogdu <[EMAIL PROTECTED]> >>Reply-To: [EMAIL PROTECTED] >>To: Jakarta Tomcat User Maillinglist <[EMAIL PROTECTED]> >>Subject: Please help: Problems building tomcat b7, >> environment variables not recognized >> >>Hi everyone, >> >&g

Re: Please help: Problems building tomcat b7, environment variablesnot recognized

2001-08-24 Thread Craig R. McClanahan
On Fri, 24 Aug 2001, Levent Gündogdu wrote: > Date: Fri, 24 Aug 2001 14:01:39 +0200 > From: Levent Gündogdu <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: Jakarta Tomcat User Maillinglist <[EMAIL PROTECTED]> > Subject: Please help: Problems building to

Please help: Problems building tomcat b7, environment variables not recognized

2001-08-24 Thread Levent Gündogdu
Hi everyone, I installed and compiled all prerequisites for tc b7 but when starting the build process, I get the following error: [...] build-static: [copy] Could not find file /var/asf/asf.current/tomcat/tomcat.build.b7/jakarta-tomcat-4.0-b7-src/catalina/${jndi.home}/lib/jndi.jar to c

Building Tomcat - Ambigous class

2001-06-01 Thread Wright, Steve
I'm trying to build tomcat and I'm getting an Ambiguous class error from the compiler. My system is as follows: * Redhat 7.0 * Linux Kernal 2.2.16-22 * tomcat 3.2.1 * ant 1.3 * jdk1.3.1 * jakarta-servletapi-3.2 Has anyone seen this? The full error dump follows

Re: Building Tomcat Problem

2001-05-22 Thread Gerald Waugh
"Jarek Krochmalski" <[EMAIL PROTECTED]> wrote > download and compile jakarta-ant from www.apache.org > Thanks, but I downloaded the binary and installed it. My /etc/profile: #Java Environment JAVA_HOME=/home/local/jdk1.2.2 export JAVA_HOME export PATH=${PATH}:${JAVA_HOME}/bin #Tomcat Environment

Building Tomcat Problem

2001-05-22 Thread Gerald Waugh
When I run <./build.sh dist> I get the following error. Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/Main I have looked and looked, I can't figure it out Please Help! Gerald Waugh Front Street Networks LLC 229 Front Street Suite #C New Haven, CT 06513-3203 http:

Problems building Tomcat.

2001-04-23 Thread Erik Lotspeich
Hello, I am new to Jakarta and Tomcat, and I am having trouble building Tomcat. I'm sure that this comes up on the list alot, so I don't mean to beat a dead horse here. I've looked through and read all of the FAQs, looked through newsgroup archives on DejaNews, printed out hundr

Re: Building Tomcat-3.2.1

2001-03-18 Thread Arnaud Vandyck
Not sure, but don't you need the servlet-api (servlet.jar)? http://jakarta.apache.org/builds/tomcat/release/v3.2.1/src/jakarta-servletapi-3.2-src.tar.gz or http://jakarta.apache.org/builds/tomcat/release/v3.2.1/src/jakarta-servletapi-3.2-src.zip Niels Wagner wrote: > > Hi everybody, > > i do

Building Tomcat-3.2.1

2001-03-18 Thread Niels Wagner
Hi everybody, i downloaded the source of tomcat 3.2.1 and tried to build it. I followed the README and got ant, jaxp (1.0.1), jsse ... My setup: SuSE Linux 7.0, IBMJava2-13. Environment variables export JAKARTA_HOME=/opt export TOMCAT_HOME=/opt/jakarta-tomcat-3.2.1 export JAVA_HOME=/opt/IBMJav

Building Tomcat for the first time

2001-02-27 Thread Karl Martino
I'm following the directions from the README that accompanies the CVS module jakarta-tomcat and am working on Windows 2000. When executing bootstrap to build jakarta-ant, it reports that the build is successful, but the bootstrap does not copy ant.jar to the $JAKARTA_HOME/jakarta-ant/lib subdire

Re: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Filip Hanik
the divine in you ~ Filip Hanik Software Architect [EMAIL PROTECTED] www.filip.net - Original Message - From: "Jennifer Dyess" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 14, 2001 11:40 AM Subject: RE: problem building tomcat 3.2.1 on Solaris x86

Re: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread lee fellows
t; Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0) > > Java HotSpot(TM) Client VM (build 1.3.0, mixed mode) > > > > -Original Message- > > From: lee [mailto:lee]On Behalf Of lee fellows > > Sent: Wednesday, February 14, 2001 12:20 PM > > To:

Re: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread lee fellows
tandard Edition (build 1.3.0) > Java HotSpot(TM) Client VM (build 1.3.0, mixed mode) > > -Original Message- > From: lee [mailto:lee]On Behalf Of lee fellows > Sent: Wednesday, February 14, 2001 12:20 PM > To: [EMAIL PROTECTED] > Subject: Re: problem building tomcat 3.2

RE: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Jennifer Dyess
PROTECTED] Subject: Re: problem building tomcat 3.2.1 on Solaris x86 Jennifer, You do not need the java/lib directories in your PATH. It should have directories with executables, not libraries. Question: When you run java -version, what do you get? Jennifer Dyess wrote: > > o

Re: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread lee fellows
14, 2001 10:54 AM > To: '[EMAIL PROTECTED]' > Subject: RE: problem building tomcat 3.2.1 on Solaris x86 > > by the way, why do you have /usr/java/bin: xx/xx: in CLASSPATH? The > directories should be > in PATH, not CLASSPATH. The jars,or files should be in CLASSP

RE: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Jennifer Dyess
esday, February 14, 2001 10:54 AM To: '[EMAIL PROTECTED]' Subject: RE: problem building tomcat 3.2.1 on Solaris x86 by the way, why do you have /usr/java/bin: xx/xx: in CLASSPATH? The directories should be in PATH, not CLASSPATH. The jars,or files should be in CLASSPATH (*.xx). This may cau

RE: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread John Golubenko
, 2001 11:01 AM To: [EMAIL PROTECTED] Subject: RE: problem building tomcat 3.2.1 on Solaris x86 Thanks for the quick response! I'm running the Java 2 SDK Std Edition v 1.3 No, I did not have the tools.jar in my classpath. I just added it, but I still get the same error. Here's my

RE: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Jennifer Dyess
PROTECTED]] Sent: Wednesday, February 14, 2001 10:28 AM To: [EMAIL PROTECTED] Subject: Re: problem building tomcat 3.2.1 on Solaris x86 what version of the SDK do you have? also do you have $JAVA_HOME/lib/tools.jar in your CLASSPATH? Filip ~ Namaste - I bow to the divine in you ~ Filip Hanik Software

RE: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Randy Layman
ECTED]] Sent: Wednesday, February 14, 2001 1:36 PM To: [EMAIL PROTECTED] Subject: problem building tomcat 3.2.1 on Solaris x86 I'm having a problem building TomCat v321 on a Solaris x86 intel box. I receive the error "cannot use classic compiler..." I've got the java2 sdk install

Re: problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Filip Hanik
> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 14, 2001 10:35 AM Subject: problem building tomcat 3.2.1 on Solaris x86 > I'm having a problem building TomCat v321 on a Solaris x86 intel box. > > I receive the error "cannot use classic compiler..." > > I'

problem building tomcat 3.2.1 on Solaris x86

2001-02-14 Thread Jennifer Dyess
I'm having a problem building TomCat v321 on a Solaris x86 intel box. I receive the error "cannot use classic compiler..." I've got the java2 sdk installed. The path to javac is in my path/classpath. I can type javac from any dir and it appears to be available. Sea

Basic error building Tomcat on Solaris

2001-01-22 Thread Tim Darling
I untarred the jakarta-tomcat-3.2.1-src.tar file into /export/local/jakarta/jakarta-tomcat-3.2.1-src Following the README, I added to /export/local/jakarta : jakarta-ant jakarta-servletapijakarta-tools (all bin versions) and : setenv TOMCAT_HOME /export/l

Building Tomcat on linux

2000-12-10 Thread David Elliot
Hi all, Quick question re: the Tomcat build process on linux. I have pulled down all the components and have populated my classpath and path. However when trying to build the serveletapi component I am stuck with Ant complaining about the fact that it can't find a 'classic' compiler. I have t

WARNING--Building TOMCAT 3.2 when J2SDKEE is in classpath

2000-12-05 Thread Sandy McPherson
Dear All I had some problems building TOMCAT from source when Sun's J2SDKEE j2ee.jar was in the class path. this is because it contains an old version of Tomcat, with a Constants class in the utils directory so make sure j2ee.jar is not in the path when building tomcat begin:

RE: building Tomcat 3.2 on JDK 1.1

2000-10-23 Thread Nacho
to be able to run on 1.1... Lesson: RELEASE 3.2 ASAP no more "secure" commits in please. Saludos , Ignacio J. Ortega > -Mensaje original- > De: Andrew Sudell [mailto:[EMAIL PROTECTED]] > Enviado el: lunes 23 de octubre de 2000 15:34 > Para: [EMAIL PROTECTED]

building Tomcat 3.2 on JDK 1.1

2000-10-23 Thread Andrew Sudell
Recently, there was a post from [EMAIL PROTECTED], who was failing to build 3.2 on JDK 1.1.8. I'd run into the same problem, but due to ISP dificulties (bad DNS lookups to the mail server) have recently been unable to mail to the jakarta lists. Since, I haven't seen anyone put forth this answer,