Apache+Tomcat with SSL?

2003-02-18 Thread Manoj Kithany
Hi: I am using Apache 1.3.26 with JBoss ... it is working fine. Now I have installed SSL Certificates on my Servers and wondering how to configure Apache for SSL? Should I install mod_ssl or Apache-SSL? Are both these same ? which one is recommended? Thanks!

Re: Apache+Tomcat with SSL?

2003-02-18 Thread Manoj Kithany
have several FlashGuides on my site which will help you - http://www.galatea.com/flashguides/apache-ssl-win32.xml or http://www.galatea.com/flashguides/apache-ssl-unix.xml, depending on your OS. Let me know if something doesn't work. Regards, Lajos Manoj Kithany wrote: Hi: I am using Apache

Simple WAR on Apache + Tomcat + JBoss

2003-02-14 Thread Manoj Kithany
Hi: I have a simple WAR file 'mig.war' and want to see if that wokrs on Architecture - Apache + JBoss(Tomcat). I have my mig.war file in /jboss/server/default/deploy I have my mod_jk.so connector in /usr/local/apache/libexec directory My httpd.conf has following information at end:

Re: Simple WAR on Apache + Tomcat + JBoss

2003-02-14 Thread Manoj Kithany
--- Any guideline on this is appreciated! From: Manoj Kithany [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Simple WAR on Apache + Tomcat + JBoss Date: Fri, 14 Feb 2003 15:29:11 + Hi: I have a simple

RE: Simple WAR on Apache + Tomcat + JBoss

2003-02-14 Thread Manoj Kithany
: Simple WAR on Apache + Tomcat + JBoss Date: Fri, 14 Feb 2003 14:19:54 -0500 Please post your web.xml from the WEB-INF dir in mig.war -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: Friday, February 14, 2003 12:42 PM To: [EMAIL PROTECTED] Subject: Re: Simple WAR

AHP13 Error (Apache/Tomcat/JBoss)...?

2003-02-14 Thread Manoj Kithany
Hi: I am using APache + JBoss + Tomcat and INTEGRATED these with MOD_JK connector. I have a WAR file mig.war which is stored in /jboss/server/default/deploy/ When I try to access my hellowworld JSP page (test.jsp) as www.host-name/mig/test.jsp, I get following message

AJP13 Error (Apache/Tomcat/JBoss)...?

2003-02-14 Thread Manoj Kithany
Sorry ...sending againthere was a typo in earlier email. I am getting AJP13 Error as explained below: - Hi: I am using APache + JBoss + Tomcat and INTEGRATED these with MOD_JK connector. I have a WAR file mig.war which is

Simple WAR file for Apache+Tomcat+JBoss

2003-02-13 Thread Manoj Kithany
Hi: I have a simple WAR file 'mig.war' and want to see if that wokrs on Architecture - Apache + JBoss(Tomcat). I have my mig.war file in /jboss/server/default/deploy I have my mod_jk.so connector in /usr/local/apache/libexec directory My httpd.conf has following information at end:

Tomcat NOT Running (org/xml/sax/HandlerBase)

2002-12-18 Thread Manoj Kithany
Hi: I Integrated my Tomcat with IDEA IDE and when I run my Tomcat I get following error- wonder why? Exception during startup processing java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError:

Tomcat + IntelliJ Integration NOT WORKING

2002-12-17 Thread Manoj Kithany
Hello: I am using IntelliJ IDE (v 3.0) for my J2EE applications. I am also using Tomcat 4.0. When in my IntelliJ IDE specify my location of my Tomcat Class files, and then try to RUN my TOMCAT from within IntelliJ IDE I get following ERROR - wonder why? I read the DOCUMENTATION posted at

Tomcat Errors with IntelliJ (REF: CompressionResponseStream.java)

2002-12-16 Thread Manoj Kithany
Hello: I am using IntelliJ IDE for my J2EE applications. I am also using Tomcat 4.0. When in my IntelliJ IDE specify my location of my Tomcat Class files, and then try to RUN my TOMCAT from within IntelliJ IDE I get following ERROR - wonder why?

Errors-Tomcat Integration with IntelliJ (Ref:CompressionResponseStream.java)

2002-12-16 Thread Manoj Kithany
Hello: I am using IntelliJ IDE for my J2EE applications. I am also using Tomcat 4.0. When in my IntelliJ IDE specify my location of my Tomcat Class files, and then try to RUN my TOMCAT from within IntelliJ IDE I get following ERROR - wonder why?

Apache + mod_ssl - Install/config

2002-11-14 Thread Manoj Kithany
Hi Experts! I want to INSTALL and CONFIGURE my APACHE 1.3.27 for SSL. SO, I got mod_ssl from the site and installed it using #pwd /opt/freeware/src/packages/SOURCES/mod_ssl-2.8.11-1.3.27

SSL Config on Tomcat (Error)

2002-11-13 Thread Manoj Kithany
Hi Experts: I want to Configure my TOMCAT for SSL and was reading the SSL Config How-To posted at http://jakarta.apache.org/tomcat/tomcat-4.0-doc/ssl-howto.html#Edit%20the%20Tomcat%20Configuration%20File; I made all the changes as was mentioned above and when excute Catalina I get following

SSL Config on Tomcat (Error)

2002-11-13 Thread Manoj Kithany
investigation and try to figure out what listens on which port and if you have other software running (like apache) that might listen to a port specified in your server.xml. Peter -Original Message- From: Manoj Kithany [mailto:manojkithany108;hotmail.com] Sent: Wednesday, November 13

Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Manoj Kithany
Hi Experts: My Apache+SSL is working now - thanks to you all. I checked it using https://www.kithany.com. However, I have a small Application which contains JSP+Servlets which calls Oracle DB via JDBC. This application is working fine when I type http://www.kithany.com:8080/kithany/index.jsp

Tomcat Application on Port 443 or 8080?

2002-11-12 Thread Manoj Kithany
on Port 443 or 8080? Date: Tue, 12 Nov 2002 15:42:46 -0600 (CST) On Tue, 12 Nov 2002, Manoj Kithany wrote: Hi Experts: My Apache+SSL is working now - thanks to you all. I checked it using https://www.kithany.com. However, I have a small Application which contains JSP+Servlets which calls Oracle

RE: Simple Bean not working but Servlet/JSP Working

2002-09-26 Thread Manoj Kithany
Hi Everyone! As you all mentioned, I tried to use package for my beans/servlets. My modified directory structure is : /kithany (root) /kithany/register.html /kithany/success.jsp /kithany/retry.jsp /kithany/process.jsp (bean) /kithany/WEB-INF/web.xml

RE: Simple Bean not working but Servlet/JSP Working

2002-09-26 Thread Manoj Kithany
Hi Everyone! As you all mentioned, I tried to use package for my beans/servlets. My modified directory structure is : /kithany (root) /kithany/register.html /kithany/success.jsp /kithany/retry.jsp /kithany/process.jsp (bean) /kithany/WEB-INF/web.xml

RE: Simple Bean not working but Servlet/JSP Working

2002-09-26 Thread Manoj Kithany
Hi Everyone! As you all mentioned, I tried to use package for my beans/servlets. My modified directory structure is : /kithany (root) /kithany/register.html /kithany/success.jsp /kithany/retry.jsp /kithany/process.jsp (bean) /kithany/WEB-INF/web.xml

Re: JBoss-2.4.8_Tomcat-4.0.4 not working by default

2002-09-24 Thread Manoj Kithany
Hi Rajesh, I was also facing same problem for over 2 weeks or so - finally figured out (after taking some help from this list and JOHN) Anyways, when you install JBoss 3.0+ there is no DEFAULT WEB application and no DEFAULT CONTEXT set up (READ JBOSS FAQ...its' mentioned there). What you

RE: Simple Bean not working but Servlet/JSP Working

2002-09-23 Thread Manoj Kithany
com.domain.packagename; from the file, and it should work. hope it helps [EMAIL PROTECTED] -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: 22. september 2002 20:47 To: [EMAIL PROTECTED] Subject: Simple Bean not working but Servlet/JSP Working Hi Experts, I

RE: Simple Bean not working but Servlet/JSP Working

2002-09-23 Thread Manoj Kithany
Hi Everyone! As you all mentioned, I tried to use package for my beans/servlets. My modified directory structure is : /kithany (root) /kithany/register.html /kithany/success.jsp /kithany/retry.jsp /kithany/process.jsp (bean) /kithany/WEB-INF/web.xml

Re: Simple Bean not working but Servlet/JSP Working

2002-09-23 Thread Manoj Kithany
Hi David, THANKS for your reply. I have the following directory struct (it had forms.properties file in my directory which I missed to mention in email). It is still giving me same error: /kithany (root) /kithany/register.html /kithany/success.jsp /kithany/retry.jsp /kithany/process.jsp

Re: Simple Bean not working but Servlet/JSP Working

2002-09-23 Thread Manoj Kithany
a java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key /kithany/retry.jsp Like it's trying to use /kithany/retry.jsp as a key within the resources file ?. David Manoj Kithany wrote: Hi David, THANKS for your reply. I have the following

JSP working but Servlets not working

2002-09-22 Thread Manoj Kithany
Hi Experts, Greetings! I am using Apache 1.3.26 + (Jboss 3.0.3, Tomcat 4.0.4 bundle) I treid to creat a small Web Application. My JSP files are WORKING properly BUT when Servlet is called (from JSP Page), I get No Context COnfigured Error My Directory structure is as follows: /kithany (root)

JSP working but Servlets not working

2002-09-22 Thread Manoj Kithany
Hi Experts, Greetings! I am using Apache 1.3.26 + (Jboss 3.0.3, Tomcat 4.0.4 bundle) I treid to creat a small Web Application. My JSP files are WORKING properly BUT when Servlet is called (from JSP Page), I get No Context COnfigured Error My Directory structure is as follows: /kithany (root)

Re: JSP working but Servlets not working

2002-09-22 Thread Manoj Kithany
Hi Mr Dave and Lindomar, THANKS for your reply. I tried to give actin as /kithany/servlet/HelloWorldExample but now it is giving me following error - wonder why: - Apache Tomcat/4.0.3 - HTTP Status 500 - Internal Server Error The server

Simple Bean not working but Servlet/JSP Working

2002-09-22 Thread Manoj Kithany
Hi Experts, I tried a simple JSP/Servlet applications and it worked. I am using Apache 1.3.26 + (Jboss 3.0.3, Tomcat 4.0.4 bundle) Now, I am trying for simple Bean Application with JSP/Servlets and Html pages. My directory structure is : /kithany (root) /kithany/register.html

RE: Simple Bean not working but Servlet/JSP Working

2002-09-22 Thread Manoj Kithany
com.domain.packagename; from the file, and it should work. hope it helps [EMAIL PROTECTED] -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: 22. september 2002 20:47 To: [EMAIL PROTECTED] Subject: Simple Bean not working but Servlet/JSP Working Hi Experts, I

Simple Question on (Tomcat+JBoss) and Apache

2002-09-19 Thread Manoj Kithany
Hi, I am using Apache 1.3.26 + Tomcat 4.0.4 (Catalina) which is embedded with JBoss. When I start JBOSS, is Tomcat also started or do we have to explicity start Ctatalina...? Any information is appreciated. THANKS! Manoj G. Kithany

Re: : Simple Question on (Tomcat+JBoss) and Apache

2002-09-19 Thread Manoj Kithany
Thanks Stefan, My /jboss/server/default/deploy directory has following files: counter-service.xml ejb-management.jar hsqldb-service.xml jboss-local-jdbc.rar jboss-xa.rar jbossmq-destinations-service.xml jbossmq-service.xml jca-service.xml jms-ra.rar jms-service.xml jmx-ejb-adaptor.jar

Re: AW: : Simple Question on (Tomcat+JBoss) and Apache

2002-09-19 Thread Manoj Kithany
Hi Stefan, Thanks again. I am using Apache as Web Server, Tomcat as Application Server (for JSP/Servlets) and JBoss for EJB Container. From the files listed in my last email, do you mena to say it is not proper combination...? Please clarify. THANKS for your time! Manoj G. Kithany

RE: Apache+Tomcat Error (No Context configured)

2002-09-18 Thread Manoj Kithany
Hi Experts, With reference to John's last email, I created the CONTEXT in SERVER.XML file and added a following CONTEXT: Context path=/kithany docBase=kithany debug=0 / Also, my Directory structure is as follows: /kithany /kithany/META-INF/application.xml /kithany/WEB-INF/web.xml

RE:Ref: John's reply - Apache+Tomcat Error (No Context configured)

2002-09-18 Thread Manoj Kithany
Hi Experts, Greetings! With reference to John's last email, I created the context in SERVER.XML file and added a following CONTEXT: Context path=/kithany docBase=/kithany debug=0 / When I run my Jboss(Tomcat) I get following ERROR at the console:

Re: Apache+Tomcat+JBoss Error (No Context configured)

2002-09-17 Thread Manoj Kithany
14:22:09 -0300 Are you running the JBoss+Tomcat bundle or running them in two distinct VMs ? The drop-in deployment feature of wars in JBoss is only available when running the whole thing in a single VM. - Original Message - From: Manoj Kithany [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent

make HANGS execution !!!

2002-09-10 Thread Manoj Kithany
Hi Experts, I am trying to build mod_jk for IBM AIX System - again ;=( . I am using Apache 2.0.39 with Tomcat 4.0.4 and JBOSS 3.0.3 on IBM AIX 5.1 System. I executed ./buildconf.sh and ./configure --with-apxs=/usr/local/apache2/bin/apxs without any problems. BUT, when I execute make, my

Donating mod_jk.so for IBM AIX System

2002-09-09 Thread Manoj Kithany
Hi Friends, I would like to donate(email me) the much-talked-about mod_jk.so for IBM AIX 5.1 System. It took me around 2 weeks to get this done. THANKS to all you guys there at the mailing list to help out for this. Let me know if that works for you or so - beocs I am still having some

how to uninstall Apache?

2002-09-06 Thread Manoj Kithany
Hi Experts, How can I uninstall Apache on Unix System...? Can 2 copies of Apache work on system or do I have to install one of them? THANKS! Manoj G. Kithany _ Chat with friends online, try MSN Messenger:

RE: how to uninstall Apache?

2002-09-06 Thread Manoj Kithany
Hi John, I am confused between your previous reply and this one? Earlier you said I don't need to remove apache 1 if I have apache 2 and now you say about Apache Service - kindly clarify!!! THANKS! From: Turner, John [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To:

Thanks!(RE: how to uninstall Apache?)

2002-09-06 Thread Manoj Kithany
in /etc/rc.d/*). John -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: Friday, September 06, 2002 11:19 AM To: [EMAIL PROTECTED] Subject: RE: how to uninstall Apache? Hi John, I am confused between your previous reply and this one? Earlier you said I

Apache 2.0.40 with DSO???

2002-09-06 Thread Manoj Kithany
Hi Experts, How do I install Apache 2.0.40 with DSO? What options to include in configure? ./configure --prefix=/usr/local/apache --enable How can I check if it is installed for DSO??? THANKS! Manoj G. Kithany _ Join

Apache 2.0.40 - NOT working

2002-09-06 Thread Manoj Kithany
Hi Experts, I tried to install Apache 2.0.40 on IBM AIX System for DSO with: #./configure --prefix=/usr/local/apache --enable-module=mod_so After installation I tried to see if my Web Server is working. So, I tried to execute the following command but there was no reply.

Re: Tomcat standalone Versus Apache

2002-09-06 Thread Manoj Kithany
Hi Mr. Neal, Apache is a Web Server and Tomcat is a Servlet/JSP Container and one has to Integrate both Apache + Tomcat to use Java Servlets/JSP's. Hope this information helps. Manoj G. Kithany From: neal [EMAIL PROTECTED] Reply-To: Tomcat Users List [EMAIL PROTECTED] To: Tomcat Users

Re: Apache 2.0.40 - NOT working

2002-09-06 Thread Manoj Kithany
PROTECTED] Subject: Re: Apache 2.0.40 - NOT working Date: Fri, 6 Sep 2002 15:44:28 -0600 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Sep 06, 2002 at 09:18:23PM +, Manoj Kithany wrote: After installation I tried to see if my Web Server is working. So, I tried to execute

Re: Apache 2.0.40 - NOT working

2002-09-06 Thread Manoj Kithany
, 6 Sep 2002 16:07:34 -0600 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Fri, Sep 06, 2002 at 09:51:29PM +, Manoj Kithany wrote: I tried to do ps -ef | grep httpd after I execute ./apachectl start but it did'nt show me any process with httpd-that was my concern. then apache

Re: Libtool Error!!!- mod_jk

2002-09-05 Thread Manoj Kithany
. - Original Message - From: Manoj Kithany [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, September 05, 2002 6:15 PM Subject: Libtool Error!!!- mod_jk Hi Experts, I am getting following LIBTOOL Errors - wonder why. DO any of you Experts know how to tackle that - would appreciate

RE: Libtool Error!!!- mod_jk

2002-09-05 Thread Manoj Kithany
:30 -0400 If you know that much about libtool, you should be able to fix your own libtool errors!! LOL Just kidding. John -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 05, 2002 9:27 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED

Libtool Error!!!- mod_jk

2002-09-05 Thread Manoj Kithany
Hi Experts, I am getting following LIBTOOL Errors - wonder why. DO any of you Experts know how to tackle that - would appreciate that. I already have libtool on my system. The Error I get is: -- # make Making all in common Target

Re: Libtool Error!!!- mod_jk

2002-09-05 Thread Manoj Kithany
sniffing out the system type. I seem to remember that the make clean and rerun libtool is what worked. On Thu, 5 Sep 2002, Manoj Kithany wrote: Hi Raja, Libtool simplifies the job by encapsulating both the platform-specific dependencies, and the user interface, in a single script. Libtool

LibTool Error (mod_jk)

2002-09-05 Thread Manoj Kithany
Hi Experts, I am getting following LIBTOOL Errors - wonder why. DO any of you Experts know how to tackle that - would appreciate that. I already have libtool on my system. The Error I get is: -- # make Making all in common

Re: Libtool Error!!!- mod_jk

2002-09-05 Thread Manoj Kithany
. --- THANKS! Manoj G. Kithany From: jean-frederic clere [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Libtool Error!!!- mod_jk Date: Thu, 05 Sep 2002 18:41:55 +0200 Manoj Kithany

mod_jk.conf file is not created

2002-09-05 Thread Manoj Kithany
Hi Experts, I am using Apache(2.0.40), JBOSS(3.0.3) and Tomcat(4.0.4) on IBM AIX 5.1 System. After spending 1 week on Integrating Apache and Tomcat on IBM AIX System (and getting HELP from you guys from Mailing List), I finally builded mod_jk.so file for this platform. I also configured

Re: mod_jk.conf file is not created

2002-09-05 Thread Manoj Kithany
05, 2002 at 09:51:15PM +, Manoj Kithany wrote: I am using Apache(2.0.40), JBOSS(3.0.3) and Tomcat(4.0.4) on IBM AIX 5.1 System. I also configured Tomcat's server.xml and workers.properties file BUT when I start my JBOSS engine, mod_jk.conf file is NOT created automatically. I

Re: configuring 4.0.4 with Apache 2.0.40 (mod_jk)

2002-09-05 Thread Manoj Kithany
Hi John, Syntax Error Addmodule means that your Apache is NOT installed with DSO - Dynamic Shared Object - check on that. Try installing Apache using... ./configure --prefix=/usr/local/apache --enable-so I am also struggling integrating APache with Tomcat. I had been working for 7 days on

RE: mod_jk for Tomact 4.0.4/Apache 2.0

2002-09-04 Thread Manoj Kithany
Hi Kishore, THANKS for information! I installed m4 and all other tools(libtool, autoconf,,,) I also tried running ./buildconf.sh on which it created configure file. I also executed ./configure but when I execute make it shows following errors - wonder why?:

Errors for building mod_jk

2002-09-04 Thread Manoj Kithany
Hi Experts, Greetings! I am using APache(1.3) and Tomcat (4.0.4) on IBM AIX (5.1) System. I am havin high time in integrating APache and Tomcat. Binary mod_jk is NOT available for IBM AIX System - so I try to build it using following procedure but get ERRORS. I tried to execute

mod_jk.c Compilation Errors

2002-09-04 Thread Manoj Kithany
Hi Experts, Greetings! I am using Apache(1.3) and Tomcat (4.0.4) on IBM AIX (5.1) System. I am havin high time in integrating APache and Tomcat. Binary mod_jk is NOT available for IBM AIX System - so I try to build it using following procedure but get ERRORS. I tried to execute

make Errors for Libtool - mod_jk

2002-09-04 Thread Manoj Kithany
Hi Experts! I am getting fololowing Errors when configuring, making and building mod_jk for IBM AIX System. I am using Apache(1.3) and Tomcat(4.0.4) on IBM AIX (5.1) I started with executing ./buildconf.sh and ./configure --with-apxs=/usr/local/apache/bin/apxs which worked propewrly without

RE: make Errors for Libtool - mod_jk

2002-09-04 Thread Manoj Kithany
2002 16:34:05 -0400 Have you done as the error message suggests: Try `libtool --help --mode=install' for more information. John -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 04, 2002 4:31 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED

libtool Error!

2002-09-04 Thread Manoj Kithany
Hi, I am getting following LIBTOOL Errors - wonder why. DO any of you Experts know how to tackle that - would appreciate that. I already have libtool on my system. The Error I get is: -- # make Making all in common Target all is

mod_jk for IBM AIX System

2002-09-03 Thread Manoj Kithany
Hi Experts! I am havig problems in Integrating my Apache(1.3) with Tomcat(4.0.4) on IBM AIX (5.1) System. It seems that it needs mod_jk.so file which is very difficult to get for IBM AIX System. Does anyone know how and from where to get that file? Can anyone forward me the file and the

RE: mod_jk for Tomact 4.0.4/Apache 2.0 on Solaris 8

2002-09-03 Thread Manoj Kithany
Hi Kishore, THANKS for sharing this info. with others. I tried to DOwnload libtools and it created a DIrectory /libtools-1.3.3 Where do I need to put this direcorty and its files...? How to configuer libtool? When I use ./buildconf.sh, it stiill gives errors regarding Libtool? How do i tell

RE: mod_jk for Tomact 4.0.4/Apache 2.0 on Solaris 8

2002-09-03 Thread Manoj Kithany
- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 2:42 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: mod_jk for Tomact 4.0.4/Apache 2.0 on Solaris 8 Hi Kishore, THANKS for sharing this info. with others. I tried to DOwnload libtools

RE: mod_jk for Tomact 4.0.4/Apache 2.0

2002-09-03 Thread Manoj Kithany
Hi Kishore, I installed libtools and it is giving errors when I install automake1.6, autoconf2.53 and m41.4. It says /bin/sh/makeinfo - NOT FOUND! Do you know from where can I get makeinfo? It is not there in GNU site? Thanks! Manoj G. Kithany From: Shah, Kishor (Kishor) [EMAIL

m4 Error (RE: mod_jk for Tomact 4.0.4/Apache 2.0)

2002-09-03 Thread Manoj Kithany
, nor do I have that file on the system. However, this may be related to which make you are using. I am not using Sun's make but GNU make 3.79.1. You can download the source and make it for your platform. Kishor -Original Message- From: Manoj Kithany [mailto:[EMAIL PROTECTED]] Sent

mod_jk for IBM AIX System (Apache + Tomcat)

2002-09-03 Thread Manoj Kithany
Hi Experts! I am havig problems in Integrating my Apache(1.3) with Tomcat(4.0.4) on IBM AIX (5.1) System. It seems that it needs mod_jk.so file which is very difficult to get for IBM AIX System. Does anyone know how and from where to get that file? Can anyone forward me the file and the

mod_jk for IBM AIX System....?

2002-09-02 Thread Manoj Kithany
Hi Experts! I am havig problems in Integrating my Apache(1.3) with Tomcat(4.0.4) on IBM AIX (5.1) System. It seems that it needs mod_jk.so file which is very difficult to get for IBM AIX System. Does anyone know how and from where to get that file? Can anyone forward me the file and the