cvs ant build problem

2005-07-23 Thread David Shapiro
Hello, I am trying to run cvs, but it is failing. checkout.depends: [cvs] cvs [checkout aborted]: connect to cvs.apache.org(209.237.227.194):2401 failed: Connection timed out If you try and ping this site it is not reachable. Is this not available anymore?

RE: build problem

2005-04-05 Thread Fay, Michael
Building 5.5.7 with ant 1.6.2 on solaris 9, I keep getting this following error: BUILD FAILED /home/mfay/jakarta-tomcat-5.5.7-src/build.xml:50: The following error occurred while executing this line: /home/mfay/jakarta-tomcat-5.5.7-src/jakarta-tomcat-5/build.xml:974: Warning: Could not find file

Re: build problem

2005-04-05 Thread Anto Paul
On Apr 6, 2005 5:16 AM, Fay, Michael [EMAIL PROTECTED] wrote: Building 5.5.7 with ant 1.6.2 on solaris 9, I keep getting this following error: BUILD FAILED /home/mfay/jakarta-tomcat-5.5.7-src/build.xml:50: The following error occurred while executing this line:

Re: build problem

2005-04-02 Thread Anto Paul
On Apr 1, 2005 8:52 PM, Fay, Michael [EMAIL PROTECTED] wrote: I downloaded the latest version of ant. 1.6.2. -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 8:29 PM To: Tomcat Users List Subject: Re: build problem What version of Ant

RE: build problem

2005-04-01 Thread Fay, Michael
I downloaded the latest version of ant. 1.6.2. -Original Message- From: Antony Paul [mailto:[EMAIL PROTECTED] Sent: Thursday, March 31, 2005 8:29 PM To: Tomcat Users List Subject: Re: build problem What version of Ant you are using ?. It seems that Ant is not supporting the attribute

build problem

2005-03-31 Thread Fay, Michael
I'm sure it's something simple, but I'm getting the following error when I try to build tomcat: BUILD FAILED /home/mfay/jakarta-tomcat-5.5.7-src/build.xml:94: The cvs task doesn't support the compression attribute. I've searched the Jakarta website to see if there was something on

Re: build problem

2005-03-31 Thread Antony Paul
What version of Ant you are using ?. It seems that Ant is not supporting the attribute compression On Apr 1, 2005 3:48 AM, Fay, Michael [EMAIL PROTECTED] wrote: I'm sure it's something simple, but I'm getting the following error when I try to build tomcat: BUILD FAILED

jk connector build problem

2005-02-07 Thread Thor Muller
I think others have had this problem but I can't find an answer that helps me. I have a fresh install of redhat9 and I've installed Apache 2.053, PHP 4.3.1 and Tomcat 5.5, all without a hitch. Now I'm trying to compile the mod_jk.so and it gives me the following error. Any answers would be very

Re: jk connector build problem

2005-02-07 Thread Mladen Turk
Thor Muller wrote: I think others have had this problem but I can't find an answer that helps me. I have a fresh install of redhat9 and I've installed Apache 2.053, PHP 4.3.1 and Tomcat 5.5, all without a hitch. Now I'm trying to compile the mod_jk.so and it gives me the following error. Any

Build Problem - jakarta-tomcat-connectors-4.1.30-src

2004-06-09 Thread Evan Read
Hi everyone. I am trying to build jakarta-tomcat-connectors-4.1.30-src. I get the following errors (mainly unresolved symbols) and I am not sure why. Obviously it can't find the right packages, but I thought the Servlet Java stuff was implimented in Tomcat itself. Do I need another package

RE: Build Problem - jakarta-tomcat-connectors-4.1.30-src

2004-06-09 Thread Kommuru, Bhaskar
and tell me :-) -Original Message- From: Evan Read [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 8:51 AM To: [EMAIL PROTECTED] Subject: Build Problem - jakarta-tomcat-connectors-4.1.30-src Hi everyone. I am trying to build jakarta-tomcat-connectors-4.1.30-src. I get

Re: Build Problem - jakarta-tomcat-connectors-4.1.30-src

2004-06-09 Thread Evan Read
, 2004 8:51 AM To: [EMAIL PROTECTED] Subject: Build Problem - jakarta-tomcat-connectors-4.1.30-src Hi everyone. I am trying to build jakarta-tomcat-connectors-4.1.30-src. I get the following errors (mainly unresolved symbols) and I am not sure why. Obviously it can't find the right packages

build problem with jakarta-tomcat-connectors

2004-02-26 Thread bfforsyth
Hi all, I am trying to build an initial install of tomcat and am getting the following error during 'ant dist'. It would seem that I need a build.properties in the jakarta-comcat-connectors/util directory, but I don't know the first place to start to either build one from scratch or if there is

Build problem with: connectors source

2004-01-26 Thread Mats Eliesson
I downloaded the latest source file:jakarta-tomcat-connectors-jk2-src-current.tar.gz tar xvfz jakarta-tomcat-connectors-jk2-src-current.tar.gz cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk Then I build with ant and recive the following error: [EMAIL

Re: Build problem with: connectors source

2004-01-26 Thread Eric Emminger
a similar issue; the PGP signature for the same tar.gz file is bad. http://marc.theaimsgroup.com/?l=tomcat-devm=107514052911188w=2 I just posted this build problem on tomcat-dev as well. http://marc.theaimsgroup.com/?l=tomcat-devm=107514716620422w=2 Eric

Re: Build problem with: connectors source

2004-01-26 Thread Mark Eggers
Building mod_jk and mod_jk2 is a bit tricky, but not too bad. Here's how I accomplished it on Linux (Redhat 9 and Fedora Core 1). mod_jk2 1. Download the latest source. 2. Uncompress and and untar it 3. cd to mod_jk2 native area cd jakarta-tomcat-connectors-jk2-2.0.2-src/jk/native2 4. Set

Redhat9 / apxs / mod_jk2 build problem.

2004-01-12 Thread James Snelling
I have been trying to compile the mod_jk2.so connector, but having problems. I have the following: O/S - RedHat9.0 Apache2.0.48 installed from source and working standalone on port 80 443 at /usr/local/apache2 jakarta-tomcat-4.1.29 installed and working standalone on port 8080 at

Re: Redhat9 / apxs / mod_jk2 build problem.

2004-01-12 Thread martin grotzke
On Mon, 2004-01-12 at 13:11, James Snelling wrote: Any help finding a way forward is appreciated, a cannot help you for your specific problem, but i built mod_jk2 two days ago on fedora, and succeeded. perhaps this solves your problem too... you can find the description in the archives,

Re: Redhat9 / apxs / mod_jk2 build problem.

2004-01-12 Thread Mark Eggers
James, I don't know about jakarta-tomcat-connectors-jk2-src-current.tar.gz, but the latest CVS snapshot has some problems during make. It appears to be an issue with the configure scripts (actually multiple issues) that need to be addressed. The best bet is to use the 2.0.2 source and compile

Re: tomcat5.0 build problem

2003-02-24 Thread Steve Guo
-Original Message- From: Steve Guo [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 1:54 PM To: tomcatuser Subject: tomcat5.0 build problem Hi, this is the first time I tried to build tomcat from source, ran into the following problems. If you can provide your comment

Re: tomcat5.0 build problem

2003-02-22 Thread Tim Funk
PROTECTED] Sent: Friday, February 21, 2003 1:54 PM To: tomcatuser Subject: tomcat5.0 build problem Hi, this is the first time I tried to build tomcat from source, ran into the following problems. If you can provide your comment or point me to resource, I would appreciate it. Thanks. Steve 1. I

Re: tomcat5.0 build problem

2003-02-22 Thread Jacob Kjome
build problem Hi, this is the first time I tried to build tomcat from source, ran into the following problems. If you can provide your comment or point me to resource, I would appreciate it. Thanks. Steve 1. I followed the instructions in BUILDING.TXT, almost exactly - the Xerces2.2.1 I am using

Re: tomcat5.0 build problem

2003-02-22 Thread Tim Funk
To: tomcatuser Subject: tomcat5.0 build problem Hi, this is the first time I tried to build tomcat from source, ran into the following problems. If you can provide your comment or point me to resource, I would appreciate it. Thanks. Steve 1. I followed the instructions in BUILDING.TXT, almost exactly

tomcat5.0 build problem

2003-02-21 Thread Steve Guo
Hi, this is the first time I tried to build tomcat from source, ran into the following problems. If you can provide your comment or point me to resource, I would appreciate it. Thanks. Steve 1. I followed the instructions in BUILDING.TXT, almost exactly - the Xerces2.2.1 I am using does not

RE: tomcat5.0 build problem

2003-02-21 Thread Filip Hanik
try this, cvs checkout jakarta-tomcat-5 cd jakarta-tomcat-5 ant download ant checkout ant dist Filip -Original Message- From: Steve Guo [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 1:54 PM To: tomcatuser Subject: tomcat5.0 build problem Hi, this is the first time I tried

Re: tomcat5.0 build problem

2003-02-21 Thread Bill Barker
, February 21, 2003 1:54 PM To: tomcatuser Subject: tomcat5.0 build problem Hi, this is the first time I tried to build tomcat from source, ran into the following problems. If you can provide your comment or point me to resource, I would appreciate it. Thanks. Steve 1. I followed the instructions

Re: tomcat5.0 build problem

2003-02-21 Thread Steve Guo
download ant checkout ant dist Filip -Original Message- From: Steve Guo [mailto:[EMAIL PROTECTED] Sent: Friday, February 21, 2003 1:54 PM To: tomcatuser Subject: tomcat5.0 build problem Hi, this is the first time I tried to build tomcat from source, ran into the following problems. If you can

build problem

2002-07-11 Thread javadev82
Hello, I am using Tomcat 3.1. I have a minor issue: In my source directory structure in the WEB/ directory I have some script files along with the html and jsp files of my application. When I do a build the script files are copied to the distribution location ok but they lose their executable

tc4.1.7b connector (native2) build problem

2002-07-11 Thread Luminous Heart
./configure --with-apache2=/usr/local/apache2 --with-tomcat41=/usr/local/tomcat --with-java=/usr/local/j2sdk1.4.0 --with-apxs2=/usr/local/apache2/bin/apxs everything works fine but near the end I get: need to check for Perl first, apxs depends on it... checking for perl... /usr/bin/perl building

build problem

2002-07-11 Thread javadev82
Hello, I am using Tomcat 3.1. I have a minor issue: In my source directory structure in the WEB/ directory I have some script files along with the html and jsp files of my application. When I do a build the script files are copied to the distribution location ok but they lose their executable

RE: build problem

2002-07-11 Thread Jackson, Stephen
If you are using unix/linux then what ever id you are deploying them under set the umask to what ever permissions you need. -Original Message- From: javadev82 [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 3:55 PM To: tomcat- user Subject: build problem Hello, I am using

Re: build problem

2002-07-11 Thread Jacob Kjome
You'd probably get more response on this by looking at the Ant list. I assume you are using Ant to do you builds, right? I'd first take a look at the docs and then ask on the Ant -user list. Jake At 01:00 PM 7/11/2002 -0700, you wrote: Hello, I am using Tomcat 3.1. I have a minor issue: In

mod_webapp.so build problem (BIS)

2002-07-10 Thread Julien OIX
hi everyone, I'm running an apache server on a RedHat top box ... I've downloaded the latest sources from the apache CVS server (checkout webapp / checkout apr) here's what I do to get the webapp module: cd /usr/local/jakarta-tomcat-connectors/webapp/ ./support/buildconf.sh and what I get as

J-T-C build problem?

2002-07-08 Thread Robert Priest
Anyone else having these. I do not believe that I have modified any files here: First One: iis: [so] Compiling 2 out of 41 Compiling D:\Test\jakarta\cvs\jakarta-tomcat-connectors\jk\native2\server\isapi\ jk_isapi_plugin.c [so] Compile failed 2

RE: Tomcat 4.1.0 nightly build - problem deploying

2002-05-30 Thread Kurt Heston
\startup, creating a folder called temp under TOMCAT_HOME did the trick. Hope this helps. --Kurt -Original Message- From: Jakarta Tomcat Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Thursday, May 23, 2002 6:25 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.1.0 nightly build - problem deploying

Tomcat 4.1.0 nightly build - problem deploying

2002-05-23 Thread @Basebeans.com
Subject: Tomcat 4.1.0 nightly build - problem deploying From: Chris Miller [EMAIL PROTECTED] === I'm trying to deploy an app on the latest nightly build of Tomcat 4.1. Several of the WEB-INF/lib/*.jar files are not being deployed, and the error is the same for each one (shown below). Any ideas

Apache 2.0, mod_webapp, Redhat 7.2 build problem

2002-04-25 Thread Ford, Richard
Well, I can't seem to get mod_webapp built under RedHat 7.2. I can't build the connector, and I'm not entirely sure why. I'm using Apache 2.0.35, which builds fine with no errors, and the latest snapshot of apr. mod_webapp is from the 4.0.2-01 bundle of the connectors. Apache was build with

Re: Apache 2.0, mod_webapp, Redhat 7.2 build problem

2002-04-25 Thread Michael Delamere
Hi, have a look at the HOWTO produced by Simon. http://www.pubbitch.org/jboss/ bye Michael Delamere - Original Message - From: Ford, Richard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, April 25, 2002 7:05 PM Subject: Apache 2.0, mod_webapp, Redhat 7.2 build problem

Re: Apache 2.0, mod_webapp, Redhat 7.2 build problem

2002-04-25 Thread Jeffrey Bonevich
Ford, Richard wrote: Well, I can't seem to get mod_webapp built under RedHat 7.2. I can't build the connector, and I'm not entirely sure why. I'm using Apache 2.0.35, which builds fine with no errors, and the latest snapshot of apr. mod_webapp is from the 4.0.2-01 bundle of the

RE: Apache 2.0, mod_webapp, Redhat 7.2 build problem

2002-04-25 Thread Ford, Richard
Obviously not very deep a search. There is a *ton* of postings from the last two weeks covering this issue. The short of it is: Go here and follow the instructions, it works. http://www.pubbitch.org/jboss.html Heh. Type mod_webapp in the search engine and see what gets returned :)

RE: Apache 2.0, mod_webapp, Redhat 7.2 build problem

2002-04-25 Thread Ford, Richard
Hi, have a look at the HOWTO produced by Simon. http://www.pubbitch.org/jboss/ This is great, thanks! Richard -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: Apache 2.0, mod_webapp, Redhat 7.2 build problem

2002-04-25 Thread Simon Stewart
The build process is buggy. This is something that has been discussed a lot recently, and there's a HOWTO that I've knocked up from my own experiences and those on the list. Take a look at http://www.pubbitch.org/jboss/ for the document. HTH! Cheers, Simon -- You know, I've gone to a lot of

mod_webapp build problem

2002-04-09 Thread Srinidhi H.
Hello, I am trying to build mod_webapp module on hp-ux platform and getting the following error while running configure script of this module. I ran the following command after building libtool and placing it in current path. #./configure --with-apxs=/opt/apache1322/bin/apxs Building APR

Re: mod_webapp build problem

2002-04-09 Thread Jean-Luc BEAUDET
Srinidhi H. a écrit : Hello, I am trying to build mod_webapp module on hp-ux platform and getting the following error while running configure script of this module. I ran the following command after building libtool and placing it in current path. #./configure

AW: mod_webapp build problem

2002-04-09 Thread Schulze Christian
. [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 9. April 2002 14:51 An: Tomcat-User (E-mail) Betreff: mod_webapp build problem Hello, I am trying to build mod_webapp module on hp-ux platform and getting the following error while running configure script of this module. I ran

RE: mod_webapp build problem

2002-04-09 Thread PELOQUIN,JEFFREY (Non-HP-Boise,ex1)
: Srinidhi H. [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 9. April 2002 14:51 An: Tomcat-User (E-mail) Betreff: mod_webapp build problem Hello, I am trying to build mod_webapp module on hp-ux platform and getting the following error while running configure script of this module. I ran

mod_webapp build problem

2002-01-11 Thread Cavan Morris
Hey Everybody, I'm having trouble building mod_webapp.so v1.0.1 on my redhat 7.2 system. Possibly because my libtool is version 1.4 instead of 1.3something. There is a binary copy of mod_webapp v1.0 at the Jakarta site but only source for v1.0.1. Does anybody know were I can get a binary of

[TC4] Tomcat Build Problem!!

2001-09-24 Thread Moin Anjum H
Hi, I have installed TC 4.0 with complete source in my Win2k machine. Working very well. I have downloaded Jakarta-ant 1.3. (Compiled on March 2 2001) If i try to build tomcat i get the following error D:\Program Files\Apache Tomcat 4.0\src\catalina\build.xml:94: Class org.apache.t

Re: [TC4] Tomcat Build Problem!!

2001-09-24 Thread Jochen Schwoerer
Hello Moin, Monday, September 24, 2001, 8:31:23 AM, you wrote: MAH Hi, MAH I have installed TC 4.0 with complete source in my Win2k machine. MAH Working very well. I have downloaded Jakarta-ant 1.3. (Compiled on March MAH 2 2001) If i try to build tomcat i get the following error MAH

Re: mod_webapp build problem (Related to earlier mapping problemquestion)

2001-09-06 Thread Pier Fumagalli
Jim Handwerk [EMAIL PROTECTED] wrote: I managed to find an earlier missive in the archives about the problem I was having and Pier responded that there was a patch for the source. Whether this works or not, I'm still trying to find out. I can't seem to build the module with the instructions

mod_webapp build problem (Related to earlier mapping problem question)

2001-09-05 Thread Jim Handwerk
I managed to find an earlier missive in the archives about the problem I was having and Pier responded that there was a patch for the source. Whether this works or not, I'm still trying to find out. I can't seem to build the module with the instructions in the readme for the WebApp library.

[fixed] Re: [t4] build problem

2001-08-14 Thread Mykola A. Nickishov
Thnx, Martin. I run 'cvs update' after deleting wrong files. Martin van den Bemt [EMAIL PROTECTED] writes: go inside eg the jakarta-tomcat-4.0 and do a cvs -q update -d and see which files have problems. (this only shows the files that need updating or are modified locally). -- ICQ

RE: [t4] build problem

2001-08-13 Thread Martin van den Bemt
12, 2001 9:56 PM To: [EMAIL PROTECTED] Subject: Re: [t4] build problem Martin van den Bemt [EMAIL PROTECTED] writes: go inside eg the jakarta-tomcat-4.0 and do a cvs -q update -d and see which files have problems. (this only shows the files that need updating or are modified locally

Re: [t4] build problem

2001-08-12 Thread Mykola A. Nickishov
Martin van den Bemt [EMAIL PROTECTED] writes: go inside eg the jakarta-tomcat-4.0 and do a cvs -q update -d and see which files have problems. (this only shows the files that need updating or are modified locally). There were no problems with any file :( Any ideas? -- ICQ #83060237

openbsd and mod_jk.so build problem

2001-05-26 Thread joan
hey, I tried to build mod_jk.so on openbsd but I failed... My environment is as follows: * OpenBSD 2.8 Current/ i386 * JDK 1.1.8 (built from ports) * Tomcat 3.2.1 I used from /usr/local/jakarta/jakarta-tomcat-3.2.1-src/src/native/apache1.3 root@localhost#/usr/sbin/apxs -c

Re: openbsd and mod_jk.so build problem

2001-05-26 Thread Jack Lauman
I had the same problem with JDK1.3.1rc2... It's looking for jni.h and jni_md.h. I put them in /usr/include and the problem went away. Hope it helps, Jack joan wrote: hey, I tried to build mod_jk.so on openbsd but I failed... My environment is as follows: * OpenBSD 2.8 Current/ i386

Re: openbsd and mod_jk.so build problem

2001-05-26 Thread Joan
Well, I made a symlink of these files to /usr/include and tried to build again as described in the previous mail but the result was the same... Thank you Jack but it isn't the solution with my environment. Do you think I can do this with JDK 1.3.1rc2? what is the command you used with apxs? Is

Re: openbsd and mod_jk.so build problem

2001-05-26 Thread Jeff Waugh
, May 26, 2001 7:34 PM Subject: Re: openbsd and mod_jk.so build problem Well, I made a symlink of these files to /usr/include and tried to build again as described in the previous mail but the result was the same... Thank you Jack but it isn't the solution with my environment. Do you think I can

Re: openbsd and mod_jk.so build problem

2001-05-26 Thread Joan
a shared library. -Jeff - Original Message - From: Joan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 26, 2001 7:34 PM Subject: Re: openbsd and mod_jk.so build problem Well, I made a symlink of these files to /usr/include and tried to build again as described

RE: mod_jk: build problem OpenBSD 2.8

2001-02-07 Thread Palumbo, Mark
know if this is helpful... -Original Message- From: Tobias Oberstein [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 06, 2001 5:30 PM To: [EMAIL PROTECTED] Subject: mod_jk: build problem OpenBSD 2.8 Hi there, I'm having a hard time trying to get the mod_jk.so properly

mod_jk: build problem OpenBSD 2.8

2001-02-05 Thread Tobias Oberstein
Hi there, I'm having a hard time trying to get the mod_jk.so properly built. My environment is as follows: * OpenBSD 2.8 Rel. / i386 * JDK 1.1.8 (actually, the FreeBSD port of SUNs JDK) Please help - after reading through all the dox and mailing lists I'm still lost. My only guess is,

Re: Tomcat Build Problem on Solaris

2000-12-12 Thread Kief Morris
Stephen F. Kispersky typed the following on 11:55 11/12/2000 -0800 - In the README, "servletapi" is referenced, but it is not to be found on the Tomcat site that I could see. I tried substituting the JSAPI classes on Sun site (version 2.2). If you go to

Tomcat Build Problem on Solaris

2000-12-11 Thread Stephen F. Kispersky
Dear Tomcatters, I tried to update my Apache/JServ installation to Tomcat, and had some problems. Could you please comment?? Thanks, Steve Kispersky Environment: - Solaris 7, SPARC Ultra 5 - Tomcat 3.2 source - Apache 1.3.12 Problems: - In the README, "servletapi" is