problem building mod_jserv.so

2002-10-20 Thread Aman Kapoor
Hi I have been trying to build mod_jserv.so ld -G -o mod_jserv.so mod_jserv.o jserv_wrapper_win.o jserv_wrapper_unix.o jserv_wrapper.o jserv_watchdog.o jserv_utils.o jserv_status.o jserv_protocols.o jserv_mmap.o jserv_image.o jserv_balance.o jserv_ajpv12.o jserv_ajpv11.o autochange.o

AW: mod_jserv.so vs mod_webapp.so

2001-12-07 Thread Ralph Einfeldt
of mod_webapp). -Ursprüngliche Nachricht- Von: Chuck Van Buren [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 6. Dezember 2001 21:38 An: Tomcat Users List Betreff: Fw: mod_jserv.so vs mod_webapp.so Whoops, I sent that last email without finishing it. I just realized

Re: mod_jserv.so vs mod_webapp.so

2001-12-07 Thread Chuck Van Buren
, 2001 4:34 AM Subject: AW: mod_jserv.so vs mod_webapp.so Although I saw no 'official' statement about that, I think the history was something like that: mod_webapp was indented to be the sole connector for tomcat 4.0. As it wasn't ready in the needed qualitity, when TC 4.0 was released, people

RE: mod_jserv.so vs mod_webapp.so

2001-12-07 Thread Brian Adams
Message- From: Chuck Van Buren [mailto:[EMAIL PROTECTED]] Sent: Friday, December 07, 2001 10:23 AM To: Tomcat Users List Subject: Re: mod_jserv.so vs mod_webapp.so I've been reading a couple of other threads about mod_webapp. If I have any more questions, I'll pick up the discussion on the thread

mod_jserv.so vs mod_webapp.so

2001-12-06 Thread Chuck Van Buren
I am setting up Tomcat 4.0.1 with Apache 1.3.1 on Linux (RedHat 7.1). What are the reasons (issues, improvements, etc) for using mod_webapp instead of mod_jserv/mod_jk? What are the major differences in the configuration of Tomcat (and Apache) when using mod_webapp instead of mod_jserv?

AW: mod_jserv.so vs mod_webapp.so

2001-12-06 Thread Ralph Einfeldt
have more troubles configuring it and getting it to run. http://www.galatea.com/flashguides/apache-tomcat-4-win32.xml -Ursprüngliche Nachricht- Von: Chuck Van Buren [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 6. Dezember 2001 16:58 An: [EMAIL PROTECTED] Betreff: mod_jserv.so

Re: mod_jserv.so vs mod_webapp.so

2001-12-06 Thread Chuck Van Buren
Group 1445 New York Ave 4th Floor Washington, DC 20005 - Original Message - From: Ralph Einfeldt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 11:49 AM Subject: AW: mod_jserv.so vs mod_webapp.so mod_jserv is not recommended any longer. mod_jk

Re: mod_jserv.so vs mod_webapp.so

2001-12-06 Thread Chuck Van Buren
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 11:49 AM Subject: AW: mod_jserv.so vs mod_webapp.so mod_jserv is not recommended any longer. mod_jk is currently the best documented connector for TC 4.0 http://jakarta.apache.org/~hgomez/ajp13-tc4.0/ mod_webapp

Fw: mod_jserv.so vs mod_webapp.so

2001-12-06 Thread Chuck Van Buren
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 3:16 PM Subject: Re: mod_jserv.so vs mod_webapp.so The email sent in reply by Ralph was not very useful. (Thanks, Ralph) Chuck Van Buren Software Developer www.adrenaline.com w 202-628-4438 c 202

mod_jserv.so compiled

2001-10-22 Thread Pal, Anshu
Hi , Does anyone have a compile version of mod_jserv.so. The operating system is Solaris 2.6 . it is running on a sparc. Thanks in Advance Anshu Pal Proprietary/Confidential Information belonging to CGI may be contained in this message. If you are not a recipient indicated or intended

Re: mod_jserv.so compiled

2001-10-22 Thread Jean-Luc BEAUDET
Pal, Anshu a écrit : Hi , Does anyone have a compile version of mod_jserv.so. The operating system is Solaris 2.6 . it is running on a sparc. Thanks in Advance Anshu Pal Proprietary/Confidential Information belonging to CGI may be contained in this message. If you are not a recipient

can't find mod_jserv.so

2001-09-27 Thread jason lane
- it can't find mod_jserv.so in libexec/ Has mod_jserv.so been replaced by mod_jk.so ? If not any ideas? Many thanks to everyone ;-)

Help: Can't build mod_jserv.so for tomcat

2001-08-22 Thread Rob Cartier
I have downloaded the source for tomcat 3.2.3 and am trying to build the mod_jserv.so module. But no matter what I do I get the following error: apxs:Error: @sbindir@httpd not found or executable or apxs: Error @LIBEXECDIR@ not found or executable any ideas or does someone have a generic

Re: Help: Can't build mod_jserv.so for tomcat

2001-08-22 Thread Jonathan Eric Miller
build mod_jserv.so for tomcat I have downloaded the source for tomcat 3.2.3 and am trying to build the mod_jserv.so module. But no matter what I do I get the following error: apxs:Error: @sbindir@httpd not found or executable or apxs: Error @LIBEXECDIR@ not found or executable any

mod_jserv.so question

2001-07-23 Thread isleofdogs
I am installing the latest binary version of Tomcat with Apache 1.3.19 on a Linux box. The user guide has the following in the mini Tomcat-Apache config file: # (1) Loading the jserv module that serves as Tomcat's apache adapter. LoadModule jserv_module libexec/mod_jserv.so I read in the FAQ

Re: mod_jserv.so question

2001-07-23 Thread John Hebert
/mod_jserv.so I read in the FAQ that I should use the Tomcat shared object here. Where do I get that? It's not part of the binary download and I don't see it on the download page. Do I need to make my own? If so, which one do I make? iod mod_jserv.so is the old connector and is being

Re: mod_jserv.so question

2001-07-23 Thread isleofdogs
mod_jserv.so is the old connector and is being replaced by mod_jk.so, which you can find here: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/linux/ Thanks John. I have downloaded and installed it. I changed the config to read: --[config snippet

Re: mod_jserv.so question

2001-07-23 Thread Jerry QU
23, 2001 11:38 PM Subject: Re: mod_jserv.so question isleofdogs wrote: I am installing the latest binary version of Tomcat with Apache 1.3.19 on a Linux box. The user guide has the following in the mini Tomcat-Apache config file: # (1) Loading the jserv module

re mod_jserv.so + New Question

2001-07-23 Thread isleofdogs
At 04:19 AM 7/24/01 +0800, you wrote: Hi John, we have the same question. but: how to install using the binary ? any reqirement on the version of Apache? do we need to re build Apache? I've made a lot of progress. In my httpsd.com (im running a secure server) but this will work in httpd.conf I

RE: mod_jserv.so question

2001-07-23 Thread John Bazeley
: mod_jserv.so question mod_jserv.so is the old connector and is being replaced by mod_jk.so, which you can find here: http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/linux/ Thanks John. I have downloaded and installed it. I changed the config to read: --[config

RE: re mod_jserv.so + New Question

2001-07-23 Thread John Bazeley
08:36 To: [EMAIL PROTECTED] Subject: re mod_jserv.so + New Question At 04:19 AM 7/24/01 +0800, you wrote: Hi John, we have the same question. but: how to install using the binary ? any reqirement on the version of Apache? do we need to re build Apache? I've made a lot of progress

RE: re mod_jserv.so + New Question

2001-07-23 Thread Nance, Michael
I am getting a similar error but have those lines in my server.xml... where else can I look?!?!?!? -Original Message- From: John Bazeley [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 2:03 PM To: [EMAIL PROTECTED] Subject: RE: re mod_jserv.so + New Question check server.xml

Re: mod_jserv.so question

2001-07-23 Thread John Hebert
John Bazeley wrote: The ApJServX directives are from mod_jserv. if you delete the entire mod_jk info from httpd.conf and add include /usr/local/tomcat/conf/mod_jk.conf-auto to the bottom, you should find it spring into life. This file is auto generated when tomcat starts (based

Re: re mod_jserv.so + New Question

2001-07-23 Thread Jerry QU
:41 AM Subject: RE: re mod_jserv.so + New Question When you say similar, what's the errno? I'm guessing Mr / Ms OfDogs (or can I call you Isle?) is running linux and 111 is therefore connection refused. That error is usually returned by TCP when the port it tried to connect

Re: re mod_jserv.so + New Question

2001-07-23 Thread John Hebert
Jerry QU wrote: John, which jk_mod should i download from http://jakarta.apache.org/builds/jakarta-tomcat/release/v3.2.3/bin/linux/ mod_jk-eapi.so or mod_jk-noeapi.so Be sure to read: http://jakarta.apache.org/tomcat/tomcat-3.2-doc/mod_jk-howto.html#s62 * Find out whether your

RE: re mod_jserv.so + New Question

2001-07-23 Thread Nance, Michael
2:41 PM To: [EMAIL PROTECTED] Subject: RE: re mod_jserv.so + New Question When you say similar, what's the errno? I'm guessing Mr / Ms OfDogs (or can I call you Isle?) is running linux and 111 is therefore connection refused. That error is usually returned by TCP when the port it tried to connect

RE: re mod_jserv.so + New Question

2001-07-23 Thread John Bazeley
anything about -c INCLUDE - maybe that's buggy. What's the exact error you are seeing, and in which file? cheers, -- John -Original Message- From: Nance, Michael [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 24 July 2001 09:58 To: '[EMAIL PROTECTED]' Subject: RE: re mod_jserv.so + New

mod_jserv.so ...... URGENT

2001-06-15 Thread Bhootnath Singh
Hi, Can anyone of you send me mod_jserv.so I need it urgently. thanks Bhoot

RE: mod_jserv.so or mod_jserv_tomcat.so?

2001-05-28 Thread GOMEZ Henri
](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B 904A 364F 80E6 -Original Message- From: Scott Merritt [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 23, 2001 7:44 PM To: '[EMAIL PROTECTED]' Subject: mod_jserv.so

mod_jserv.so or mod_jserv_tomcat.so?

2001-05-23 Thread Scott Merritt
compiled versions: $ apxs -c -o mod_jserv.so *.c gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED -I/usr/local/apache/include -c autochange.c gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED -I/usr/local/apache/include -c jserv_ajpv11.c gcc -DLINUX=2

mod_jserv.so

2001-05-18 Thread Renato Salazar
please... Hello, I've installed Tomcat3.2.1 over RedHat 7.0 and followed the steps recommended in the Jakarta web page but Apache doesn't work. I think I've made something wrong with the mod_jserv.so file because all the error messages deal with it. First of all I made it using apxs

Re: mod_jserv.so

2001-05-18 Thread Tim O'Neil
At 04:51 PM 5/18/2001 -0500, you wrote: please... Use mod_jk. Works fine. I have a apache 1.3.19/Tomcat 3.2.2/SSL setup running on Linux 7.0. Works like a champ.

RE: mod_jserv.so

2001-05-18 Thread Posey, Dan
PROTECTED] Cc: [EMAIL PROTECTED] Subject: mod_jserv.so please... Hello, I've installed Tomcat3.2.1 over RedHat 7.0 and followed the steps recommended in the Jakarta web page but Apache doesn't work. I think I've made something wrong with the mod_jserv.so file because all the error

RE: mod_jserv.so

2001-05-18 Thread Steve Mu
] Subject: Re: mod_jserv.so At 04:51 PM 5/18/2001 -0500, you wrote: please... Use mod_jk. Works fine. I have a apache 1.3.19/Tomcat 3.2.2/SSL setup running on Linux 7.0. Works like a champ.

RE: mod_jserv.so

2001-05-18 Thread Tim O'Neil
not work. (And I am VC6.0 handicape...Help.) Steve Mu. -Original Message- From: Tim O'Neil [mailto:[EMAIL PROTECTED]] Sent: Friday, May 18, 2001 3:05 PM To: [EMAIL PROTECTED] Subject: Re: mod_jserv.so At 04:51 PM 5/18/2001 -0500, you wrote: please... Use mod_jk. Works fine. I have a apache

RE: mod_jserv.so crash

2001-04-24 Thread GOMEZ Henri
You're using an Apache with EAPI, probably using mod_ssl. Rebuild mod_jserv.so on your system using apxs. - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD...oOOo..(_)..oOOo... PGP Fingerprint : 9DF8 1EA8 ED53 2F39 DC9B

Re: mod_jserv.so crash

2001-04-24 Thread unplug
Could you tell me the different between EAPI and APXS?? GOMEZ Henri wrote: You're using an Apache with EAPI, probably using mod_ssl. Rebuild mod_jserv.so on your system using apxs. - Henri Gomez ___[_] EMAIL : [EMAIL PROTECTED](. .) PGP KEY : 697ECEDD

mod_jserv.so crash

2001-04-23 Thread unplug
Recently, I get the following warning in the error log. [Tue Apr 24 11:21:33 2001] [warn] Loaded DSO libexec/mod_jserv.so uses plain Apa che 1.3 API, this module might crash under EAPI! (please recompile it with -DEAP I) Does it mean I need to recompile mod_jserv.so?? What is the impact if I

binary needed for mod_jserv.so on Solaris 2.7

2001-04-12 Thread Pralabh Dayal
Hi All, I have Apache and Tomcat running on my Sun Solaris2.7 (SPARC) and am now trying to configure apache to forward jsp requests to tomcat. Now when apache tries to reload tomcat-apache.conf, it gives error loading mod_jserv.so I am unable to build the source for jserv coz my C compiler can

Re: binary needed for mod_jserv.so on Solaris 2.7

2001-04-12 Thread Tim O'Neil
At 02:31 PM 4/12/2001 -0400, you wrote: I am unable to build the source for jserv coz my C compiler can not make excutables. Hence i am restricted to binaries. Install the Gnu compiler. Sparcs don't ship with usable compilers as a stock option; you have to pay more for Sun's Sparkworks compiler.

Re: binary needed for mod_jserv.so on Solaris 2.7

2001-04-12 Thread Ansgar W. Konermann
Pralabh Dayal wrote: I'm sorry that I'm unable to help you, but... I am unable to build the source for jserv coz my C compiler can not make excutables. Hence i am restricted to binaries. Oh, that's sort of funny. What good is a C compiler, if it's unable to create binaries? (just curious)

Re: binary needed for mod_jserv.so on Solaris 2.7

2001-04-12 Thread Tim O'Neil
At 08:52 PM 4/12/2001 +0200, you wrote: Pralabh Dayal wrote: I'm sorry that I'm unable to help you, but... I am unable to build the source for jserv coz my C compiler can not make excutables. Hence i am restricted to binaries. Oh, that's sort of funny. What good is a C compiler, if it's

RE: binary needed for mod_jserv.so on Solaris 2.7

2001-04-12 Thread Pralabh Dayal
ler. I had downloaded a binary from the gnu site. I am not a C guy and dunno how to debug C compiler issues. 3. Further as i belive from the documentation, i'll need perl on the machine for running "apxs". Gosh! Cant i just get a binary for mod_jserv.so for my solaris. It is available for Intel

Re: binary needed for mod_jserv.so on Solaris 2.7

2001-04-12 Thread Scott Tatum
;. Gosh! Cant i just get a binary for mod_jserv.so for my solaris. It is available for Intel and Win32 platforms on the apache site. Is there any URL for the Solaris 2.7 one TIA, - Pralabh Dayal -Original Message- From: Tim O'Neil [mailto:[EMAIL PROTECTED]] Sent: Thursday, Ap

RE: binary needed for mod_jserv.so on Solaris 2.7

2001-04-12 Thread Tim O'Neil
i just get a binary for mod_jserv.so for my solaris. It is available for Intel and Win32 platforms on the apache site. Is there any URL for the Solaris 2.7 one You're better served by being able to build these things your self unless you can find some one who is willing to build these things

mod_jserv.so

2001-03-09 Thread Martin Mauri
Title: Please profile Hi, In the documentation of how to configure Tomcat-Apache integration, the name of the shared library that serves as the adapter is: mod_jserv.so, but when I follow the link to download the build for linux, what I see is 2 files, one named mod_jk.so and other named

RES: mod_jserv.so

2001-03-09 Thread Pedro Henrique Ponchio
: Martin Mauri [mailto:[EMAIL PROTECTED]] Enviada em: Friday, March 09, 2001 12:01 PM Para: [EMAIL PROTECTED] Assunto: mod_jserv.so Hi, In the documentation of how to configure Tomcat-Apache integration, the name of the shared library that serves as the adapter is: mod_jserv.so, but when I follow

Re: mod_jserv.so

2001-03-09 Thread Martin Mauri
: mod_jserv.so Hi, In the documentation of how to configure Tomcat-Apache integration, the name of the shared library that serves as the adapter is: mod_jserv.so, but when I follow the link to download the build for linux, what I see is 2 files, one named mod_jk.so and other named

Not able to find mod_jserv.so

2001-03-06 Thread Ritesh Seth
Hi I downloaded tomcat 3.2.1 ...I have apache server running. As mentioned in the Tomcat documentation i have to include mod_jserv.so in http.conf... I am not able to find that file. Second thing is whether i will start tomcat or not i am able to go to the examples of tomcat and i am able to run

Use of mod_jserv.so

2001-02-28 Thread Bush, Craig R.
I originally tried to install Jserv and gave up because it was simple too complicated on my SGI IRIX machine. However, I kept the module and want to know if I can use with in libexec with tomcat. If not, does anyone know how to build a new mod_jserv or mod_jk module using the tomcat source

RE: Use of mod_jserv.so

2001-02-28 Thread Mike Braden
: Wednesday, February 28, 2001 4:30 PM To: '[EMAIL PROTECTED]' Subject: Use of mod_jserv.so I originally tried to install Jserv and gave up because it was simple too complicated on my SGI IRIX machine. However, I kept the module and want to know if I can use with in libexec with tomcat. If not, does

Cannot load /var/apache/libexec/mod_jserv.so into server

2001-02-26 Thread Mark Sweeney
receive when starting apache. I copied the mod_jserv.so into both the directory /usr/apache/libexec and /var/apache/libexec/ Thanks in advance bash-2.03# ./apachectl start Syntax error on line 13 of /usr/local/jakarta-tomcat/conf/tomcat.conf: Cannot load /var/apache/libexec/mod_jserv.so

Re: Cannot buiild mod_jserv.so

2001-02-22 Thread Ludovic Maitre
have tried to build mod_jserv.so in a solaris box for tomcat 3.2.1, by running apxs -c -o mod_jserv.so *.c.; Here is the compiler output apxs:Break: Command failed with rc=16711680 I am running apxs from $JAKARTA_HOME/jakarta-tomcat/src/native/apache/jserv as root. Any help would

Cannot buiild mod_jserv.so

2001-02-21 Thread Manos Riglis
Hi, I have tried to build mod_jserv.so in a solaris box for tomcat 3.2.1, by running apxs -c -o mod_jserv.so *.c.; Here is the compiler output [jserv]:DEVapxs -c -o mod_jserv.so *.c gcc -DSOLARIS2=270 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED -I/usr/lo cal/apache/include -c

RE: Cannot buiild mod_jserv.so

2001-02-21 Thread Jones, Stephen
I have found the order of parameters to matter a great deal, try this: /usr/local/apache/bin/apxs -c *.c -o mod_jserv.so Steve -Original Message- From: Manos Riglis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 21, 2001 10:05 AM To: [EMAIL PROTECTED] Subject: Cannot buiild

mod_jserv.so for AIX4.3.3

2001-02-20 Thread Ram Chidambaram
Can somebody please send me a binary version of mod_jserv.so for AIX4.3.3 . I'm trying to setup Tomcat to work with Apache. Thanks for your help. cheers, Ram. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Problem with mod_jserv.so...

2001-01-21 Thread GOMEZ Henri
excuse me... i have a great problem, and i don't know how solve it... can someone help me ? when i start apache, it give me the error message: # /sbin/init.d/apache start Starting service httpd[Sat Jan 20 14:24:28 2001] [warn] Loaded DSO /usr/lib/apac he/mod_jserv.so uses plain Apache 1.3

Problem with mod_jserv.so...

2001-01-20 Thread Irene Ferrari
Hello, excuse me... i have a great problem, and i don't know how solve it... can someone help me ? when i start apache, it give me the error message: # /sbin/init.d/apache startStarting service httpd[Sat Jan 20 14:24:28 2001] [warn] Loaded DSO /usr/lib/apache/mod_jserv.so uses plain

AW: Problem with mod_jserv.so...

2001-01-20 Thread Markus Schaepper
An: [EMAIL PROTECTED] Betreff:Problem with mod_jserv.so... Hello, excuse me... i have a great problem, and i don't know how solve it... can someone help me ? when i start apache, it give me the error message: # /sbin/init.d/apache start Starting service httpd[Sat Jan 20 14:24:28 2001] [warn

RE: Compiling mod_jserv.so on AIX for IBM HTTP Server

2001-01-16 Thread Palumbo, Mark
PROTECTED]'; '[EMAIL PROTECTED]' Subject: Compiling mod_jserv.so on AIX for IBM HTTP Server Has anyone succeeded in building mod_jserv.so for AIX for the IBM HTTP Server (not Apache). I've figured out how to build the module for Apache, but not for the IBM HTTP Server. There is a -DAFPA

Compiling mod_jserv.so on AIX for IBM HTTP Server

2001-01-15 Thread Barbara Nelson
Has anyone succeeded in building mod_jserv.so for AIX for the IBM HTTP Server (not Apache). I've figured out how to build the module for Apache, but not for the IBM HTTP Server. There is a -DAFPA directive, and there is some code in mod_jserv.c that seems to distinguish between the IBM HTTP

Creating mod_jserv.so

2001-01-08 Thread Amaury DE CAZANOVE
Hi, I have an Apache server (1.3.14) running on my Red-Hat 6.0 Linux box. I installed Tomcat 3.1 and can't manage to create a mod_jserv.so library. I downloaded all the c code, but the built command : "apxs -c -o mod_jserv.so *.c" won't work. I realized that apxs is a Perl progra

Re: Creating mod_jserv.so

2001-01-08 Thread Nagappan A
2:58 PM Subject: Creating mod_jserv.so Hi, I have an Apache server (1.3.14) running on my Red-Hat 6.0 Linux box. I installed Tomcat 3.1 and can't manage to create a mod_jserv.so library. I downloaded all the c code, but the built command : "apxs -c -o mod_jserv.so *.c" won

mod_jserv.so

2001-01-03 Thread Mark Burton
Tomcat running. Our research indicates that we do not have a correct version of the file mod_jserv.so. Does anybody know where we can get a version of this file for Sun Solaris?

Re: mod_jserv.so

2001-01-03 Thread Daniel A. Melo
mod_jserv.so. Does anybody know where we can get a version of this file for Sun Solaris? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

Re: mod_jserv.so

2001-01-03 Thread Filip Hanik
I recommend converting over to mod_jk.so instead. It is an easier to use protocol. mod_jserv.so will not be continued in development. take a look at http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/mod_jk-howto.html Filip - Original Message - From: Mark Burton

mod_jserv.so

2000-12-27 Thread Gerald Fishel
Hi there... :) I am working with the milestone 5 build of Tomcat 4.0 and I have it working like a charm as a standalone server. However, I would really like to use it as an apache add-on and I seem to be confused(easily done) about something. I cannot get mod_jserv.so for nothing

Re: mod_jserv.so

2000-12-27 Thread Pete Ehli
: mod_jserv.so Hi there... :) I am working with the milestone 5 build of Tomcat 4.0 and I have it working like a charm as a standalone server. However, I would really like to use it as an apache add-on and I seem to be confused(easily done) about something. I cannot get

mod_jserv.so problem

2000-12-26 Thread Jed Duty
I am running a SCO Unixware 7.1.1 box with apache 1.3.14 I have tomcat 3.2.1 source downloaded, compiled, and installed. When i go to compile mod_jserv to get the so file and set up the interface with apache i get an error as follows //command to start the compile apxs -c -o mod_jserv.so *.c

Re: mod_jserv.so problem

2000-12-26 Thread Filip Hanik
Duty" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, December 26, 2000 1:51 PM Subject: mod_jserv.so problem I am running a SCO Unixware 7.1.1 box with apache 1.3.14 I have tomcat 3.2.1 source downloaded, compiled, and installed. When i go to compile mod_jserv to get the so file

compiling mod_jserv.so fails due to apxs:Break: Command failed withrc=16777215

2000-12-25 Thread Wayne F Davis
I'm trying to compile mod_jserv but I'm having some difficulties. I did some searches and noticed people had some similar problems, but the only solutions I noticed had to do with the order of switches. I'd appreciate any help. Thanks! /usr/local/apache/bin/apxs -o mod_jserv.so -c *.c gcc

RE: compiling mod_jserv.so fails due to apxs:Break: Command failed with rc=16777215

2000-12-25 Thread Deepak C S
hi, Have you downloaded the tomcat source distribution?? If not jsut dowanload it and untar it and follow these instructions 1) Change to dir tomcat source dir i.e. jakarta-tomcat/src/native/apache/jserv 2) run the cmd apxs -c -o mod_jserv.so *.c This would build mod_jserv..It worked

Install: mod_jserv.so open failed

2000-12-21 Thread Cumming, Murray
I am trying to Install jakarta-tomcat-3.2.1 with Apache on Solaris 7, but it seems that Apache can't find the mod_jserv.so which is definitely there. Here is the full error message, followed by proof that the file is present: # /usr/local/apache/bin/apachectl startssl Syntax error on line 1

Re: Install: mod_jserv.so open failed

2000-12-21 Thread Catherine Jung
On Thu, 21 Dec 2000, Cumming, Murray wrote: I am trying to Install jakarta-tomcat-3.2.1 with Apache on Solaris 7, but it seems that Apache can't find the mod_jserv.so which is definitely there. Here is the full error message, followed by proof that the file is present: Any particular reason

RE: Install: mod_jserv.so open failed

2000-12-21 Thread Cumming, Murray
Cathering Jung wrote: Any particular reason you're using jserv rather than mod_jk? That's another story. The standard install instructions talk about using mod_jserv. mod_jk doesn't seem to be included with the binary download and the instructions for building and configuring mod_jk from

Solution for garbled mod_jk.so or mod_jserv.so

2000-12-13 Thread Tom De Medts
Hi everyone, I've had the same problem as many of you, namely the fact that I got some weird message about the jk/jserv module which was garbled. In fact, in my case, this problem was caused by the fact that the command "apxs" that I used to compile this module, was NOT the same as the one

mod_jserv.so

2000-12-06 Thread Landaluze Produktions IS - Carlos
anybody can send me the mod.jserv.so file for tomcat 3.2 final and linux? thanks

Re: mod_jserv.so

2000-12-06 Thread Nirav S. Desai
/native/apache/jserv APACHE_HOME/bin/apxs -c mod_jserv.c jserv*.c cp mod_jserv.so APACHE_HOME/libexec Nirav

RE: Location of mod_jserv.so in tomcat-apache.conf

2000-11-30 Thread Ritwick Dhar
: Location of mod_jserv.so in tomcat-apache.conf Hello: In my tomcat-apache.conf file, there is this line: LoadModule jserv_module libexec/mod_jserv.so My apache installation uses a modules directory (even though I am on Linux). Where do I set how this line is generated? If I change this line

Does anyone have mod_jserv.so for solaris 2.6?

2000-11-30 Thread Scott Liu
Hi All, I have tried to make "mod_jserv" for solaris 2.6 to integrate tomcat with apache server with no success. Can anyone give me a hint on what went wrong? Thanks. # /usr/local/apache/bin/apxs -o mod_jserv.so -c *.c apxs:Error: Sorry, no DSO support for Apache available apxs:Er

Re: Does anyone have mod_jserv.so for solaris 2.6?

2000-11-30 Thread bryan
l, | | I have tried to make "mod_jserv" for solaris 2.6 to | integrate tomcat with apache server with no success. | Can anyone give me a hint on what went wrong? | Thanks. | | # /usr/local/apache/bin/apxs -o mod_jserv.so -c *.c | apxs:Error: Sorry, no DSO support for Apache available | a

How to build mod_jserv.so on AIX using apxs

2000-11-29 Thread Ritwick Dhar
thought I'd send this info for those who have been in the same boat as me (or are just as stupid). Environment: -- IBM AIX 4.3.3 IBM C and C++ compilers version 3.something Apache 1.3.14 Tomcat 3.1 According to the tomcat user guide, all you need to do is apxs -c -o mod_jserv.so *.c

Location of mod_jserv.so in tomcat-apache.conf

2000-11-29 Thread Neil Aggarwal
Hello: In my tomcat-apache.conf file, there is this line: LoadModule jserv_module libexec/mod_jserv.so My apache installation uses a modules directory (even though I am on Linux). Where do I set how this line is generated? If I change this line, it will be overwritten the next time tomcat

Re: Compiling mod_jserv.so

2000-11-27 Thread Richard Beton
Nathan Wilhelmi wrote: I'm trying to compile mod_jserv.so on a Solaris 8 x86 platform. When I run the apxs command I'm getting an "Language Option Software Package not installed" error. Can anybody offer any suggestions as to what this is an how I fix it? You haven't got a C com

apxs problem revisited for mod_jserv.so build

2000-11-22 Thread Mathew Thomas
I am installing Tomcat 3.1 on my freshly installed SuSE 7.0 system with apache 1.3.14 and when I try to build mod_jserv.so I get the following error: /usr/local/apache/bin/apxs -c *.c -o mod_jserv.so gcc -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED -I/usr/local/apache

I need mod_jserv.so for HP-UX 10.20

2000-11-21 Thread Antonio Vázquez
I uses Tomcat in Windows and Linux, but I'm new in HP-UX world and i have a lot of problems to compile the source files to generate mod_jserv.so for Tomcat 3.1 to link with Apache. Please, can anyone send me a binary mod_jserv.sofor HP-UX 10.20. and a small explanation to install it. I

Re: I need mod_jserv.so for HP-UX 10.20

2000-11-21 Thread Julio Serje (@canada.com)
of Toulouse Germany - University of Karlsruhe United States - University of Wisconsin-Madison Julio Serje - Original Message - From: Antonio Vázquez To: Tomcat Sent: Tuesday, November 21, 2000 1:42 PM Subject: I need mod_jserv.so for HP-UX 10.20 I

more mod_jserv.so goodness

2000-11-17 Thread Danijel Pajur
I have a problem getting apache + tomcat to work.. I've tried using mod_jserv.so from the binary build but then my apache won't start reporting error: Loaded DSO libexec/mod_jserv.so uses plain Apa che 1.3 API, this module might crash under EAPI! (please recompile it with -DEAPI) So I've

Re: mod_jserv.so problem

2000-11-17 Thread Michael J. Suzio
I believe the two files uncompress into two different directories when unpacked. Even if you expand them to the same tree, there should not be any conflicts. -- Michael J. Suzio Lead Software Engineer -- ISS Southfield [EMAIL PROTECTED]

mod_jserv.so problem

2000-11-16 Thread tsimtung
here. Uncompress it into some directory. Building the module: Change directory into jakarta-tomcat/src/native/apache/jserv/ Execute the build command apxs -c *.c -o mod_jserv.so apxs is part of the Apache distribution and should be located in your APACHE_HOME/bin.

RE: mod_jserv.so problem

2000-11-16 Thread Micky Mimo
Title: RE: mod_jserv.so problem You have to use the source tomcat version for 3.1. The binary version does not have the build directories. http://jakarta.apache.org/builds/tomcat/release/v3.1/src/ /===\ | Micky Mimo | | Systems Specialist | | (781) 457

RE: mod_jserv.so problem

2000-11-16 Thread Micky Mimo
Title: RE: mod_jserv.so problem I am trying to install the adapter (mod_jserv.so) for apache + Tomcat. I keep getting the error below. I built the file mod_jserv.so from the source of tomcat 3.1. I installed the file mod_jserv.so in the libexec directory and added the include directive

RE: mod_jserv.so problem

2000-11-16 Thread Micky Mimo
Title: RE: mod_jserv.so problem Correction the error is: Starting httpd : Syntax error on line 13 of /usr/local/tomcat/conf/tomcat.conf Cannot load /etc/httpd/libexec/mod_jserv.so into server: /etc/httpd/libexec/mod_jserv.so: cannot open shared object file: No such file or directory FAILED

RE: mod_jserv.so problem

2000-11-16 Thread Wong, Connie
l J. Suzio [SMTP:[EMAIL PROTECTED]] Sent: Thursday, November 16, 2000 2:58 PM To: [EMAIL PROTECTED] Subject: Re: mod_jserv.so problem You need to actually download the source package for Tomcat. The binary package does have a src/ directory, but it doesn't have the native drivers code

RE: mod_jserv.so problem

2000-11-16 Thread Micky Mimo
Title: RE: mod_jserv.so problem I believe you need the following directory scructure. This is what the README file says for the source in jakarta-tomcat How to Build First, you must have the jakarta-ant workspace checked out parallel to this workspace (jakarta-tomcat

Re: How to recompile mod_jserv.so

2000-11-10 Thread Phillip Rhodes
Did you use: apxs -c -o mod_jserv.so *.c - Original Message - From: "Anton Betha" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 10, 2000 6:58 AM Subject: Re: How to recompile mod_jserv.so I did so, I think I also used "-o", and I received no

Re: How to recompile mod_jserv.so

2000-11-10 Thread Anton Betha
Yes, I read it somewhere and there really was no error message, when compiling. The only thing I saw was, that the now mod_jser.so is smaller than the old (64k instead of 100k ?!). --- Phillip Rhodes [EMAIL PROTECTED] schrieb: Did you use: apxs -c -o mod_jserv.so *.c - Original

pb building mod_jserv.so

2000-11-09 Thread Henri Delebecque
hello, I'm currently trying to install tomcat 3.1 on a digital Unix v5.0. I have succeed building ant, and tomcat.I have succeed starting tomcat. I'm trying to build, using apxs, the mod_jserv.so file, since I don't have find any source for the alternative solution, the mod_jk.so

How to recompile mod_jserv.so

2000-11-09 Thread Anton Betha
What do I have to install to recompile mod_jserv.so. I tried it with Suse 6.4 and the packetes gcc + linclude, but it won't start. __ Do You Yahoo!? Gesendet von Yahoo! Mail - http://mail.yahoo.de Yahoo! Mail auf Ihrem Handy? - http

Re: How to recompile mod_jserv.so

2000-11-09 Thread Phillip C Rhodes
You use the apxs command. It should come with your apache bin directory. If you do a search on the tomcat site for 'apxs' you would see the exct command. I think it is apxs -f mod_jserv.so *.c On Thu, 9 Nov 2000, [iso-8859-1] Anton Betha wrote: What do I have to install to recompile

  1   2   >