Anyone out there who knows hot to link apache 2.0.x with tomcat 4.0.x?

2002-05-02 Thread Cheng Yan
If you know, could you please share your experiences with me? I know how to link apache 1.3.x with tomcat using mod_webapp. But the mod_webapp binary I found is for apache 1.3.x ONLY. Where can I find a similar module for apache 2? Thank you for your reply. -- To unsubscribe: mailto:[EMAIL

How to link apache 2.0.35 with tomcat 4.0.3 on Solaris 8

2002-05-01 Thread Cheng Yan
I have successfully linked apache 1.3.12 with tomcat 4.0.3 on Solaris 8 before. But I can not link apache 2.0.35 with tomcat 4.0.3 on Solaris 8. I basically did the same in httpd.conf of apache 2.0.35: LoadModule webapp_module modules/mod_webapp.so # The line number of this line is 250 When I

Re: Binaries for mod_webapp

2002-05-01 Thread Cheng Yan
Check here: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.3/bin/ - Original Message - From: adrianthiele [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Wednesday, May 01, 2002 12:55 Subject: Re: Binaries for mod_webapp Kemp Randy-W18971 wrote:

how to configure apache 2.0.35 with --enable-mods-shared=most switch on

2002-04-26 Thread Cheng Yan
As root, I did the following: root@tbird 70 % ./configure --enable-mods-shared=most --prefix=/usr/tomcat/apache_source_wit hMod root@tbird 71 % make root@tbird 72 % make install root@tbird 73 % cd /usr/tomcat/apache_source_withMod/modules root@tbird 74 % ls -l total 5762 -rw-r--r-- 1 root

Apache 2.0.35 configuration problem

2002-04-22 Thread Cheng Yan
I am tring to install Apache 2.0.35 on my Solaris 8 box which has gcc 2.95 installed in /usr/local After I am running following command: % ./configure --enable-mods-shared=all --prefix=/export/home/cyan/apache_tomca t/apache_2.0.35 The last a few output lines are below:

Problems in running JndiServlet examples through apache

2002-04-19 Thread Cheng Yan
I can execute this example provided by tomcat OK directly through tomcat (4.0.3) at port 8080. However, when I tried to run this through apache (1.3.12), I got following error: JNDI lookup failed : javax.naming.NameNotFoundException: Name maxExemptions is not bound in this Context list() on

Tomcat - Apache integration problem

2002-04-18 Thread Cheng Yan
My apache is 1.3.12, tomcat is 4.0.3 and OS is Solaris 8. I added following lines in my httpd.conf and certain necessary changes in server.xml. LoadModule webapp_module /usr/apache/libexec/mod_webapp.so AddModule mod_webapp.c VirtualHost 192.168.1.120 ServerName niuniu

Re: Tomcat - Apache integration problem

2002-04-18 Thread Cheng Yan
PROTECTED]; Cheng Yan [EMAIL PROTECTED] Sent: Thursday, April 18, 2002 15:54 Subject: Re: Tomcat - Apache integration problem 2) Though I can not visit http://192.168.1.120, I can still visit http://192.168.1.120/~jyan. But I can not run jsp under $HOME/public_html. The browser simple print

Re: Tomcat - Apache integration problem

2002-04-18 Thread Cheng Yan
will be served by tomcat? Thank you. Cheng - Original Message - From: Joseph Molnar [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Cheng Yan [EMAIL PROTECTED] Sent: Thursday, April 18, 2002 14:29 Subject: Re: Tomcat - Apache integration problem Do you want to be serving from

Question about Tomcat-Apache HOWTO

2002-04-16 Thread Cheng Yan
According to an article Tomcat-Apache HOWTO on http://jakarta.apache.org/tomcat/tomcat-3.3-doc/tomcat-apache-howto.html : QUOT. == When Tomcat starts up it will automatically generate a configuration file for Apache in TOMCAT_HOME/conf/jserv/tomcat-apache.conf. Most of the time you don't

Re: Question about Tomcat-Apache HOWTO

2002-04-16 Thread Cheng Yan
about Tomcat-Apache HOWTO Well the document you are pointing to, is for old version of Tomcat. Which version of Tomcat are you using?? Animesh -Original Message- From: Cheng Yan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 16, 2002 1:05 PM To: Tomcat Users List Subject: Question

Re: Installation Issue

2002-04-16 Thread Cheng Yan
java 1.2 is fine with tomcat 4. That's what I got to work, anyway. - Original Message - From: Ricky Leung [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, April 16, 2002 16:00 Subject: RE: Installation Issue check your logs under $CATALINA_HOME/logs and what

Does anyone know how to unsubscribe this mailing list?

2002-04-09 Thread Cheng Yan
Does anyone know how to unsubscribe this mailing list? I sent a message to : [EMAIL PROTECTED] but it's bounced back. Thanks. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, April 07, 2002 23:31 Subject: Problem Installing Tomcat Hello; I have

Re: question about tomcat configuration

2002-03-19 Thread Cheng Yan
] To: Tomcat Users List [EMAIL PROTECTED]; Cheng Yan [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 13:55 Subject: Re: question about tomcat configuration --- Cheng Yan [EMAIL PROTECTED] wrote: Hi, all, I just installed tomcat 4.0 binary on my Solaris 8 box at home. This Solaris machine

Re: question about tomcat configuration

2002-03-19 Thread Cheng Yan
? Many thanks, CY - Original Message - From: Cheng Yan [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, March 15, 2002 23:27 Subject: question about tomcat configuration Hi, all, I just installed tomcat 4.0 binary on my Solaris 8 box at home. This Solaris machine

Re: Figuring out which Unix process is which

2002-03-19 Thread Cheng Yan
Try this: % ps -ef | grep jre | grep java.endorsed - Original Message - From: Yoav Shapira [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 19, 2002 15:52 Subject: Figuring out which Unix process is which Hi, We run multiple instance of tomcat using the same JAVA_HOME,

question about tomcat configuration

2002-03-15 Thread Cheng Yan
Hi, all, I just installed tomcat 4.0 binary on my Solaris 8 box at home. This Solaris machine is connected to my w2k pc through a linksys router, which is connected to a cable modem. After I started tomcat, I can visit http://localhost:8080/index.html only from the same workstation, but not

trouble in untar tomcat binary file.

2002-02-27 Thread Cheng Yan
-sparc I box running solaris 2.7. Thanks for help. Cheng Yan -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL PROTECTED]

Re: trouble in untar tomcat binary file.

2002-02-27 Thread Cheng Yan
. Cheng Yan - Original Message - From: Karthikeyan.K.V [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED]; Cheng Yan [EMAIL PROTECTED] Sent: Wednesday, February 27, 2002 4:26 PM Subject: RE: trouble in untar tomcat binary file. Hi , There is a diff between Solaris tar GNU

Re: tomcat waiting in linux

2002-02-27 Thread Cheng Yan
I have a similar probelm. I actually only got following messages: Using CATALINA_BASE: /mnt/home/jyan/utility/tomcat4.0.2 Using CATALINA_HOME: /mnt/home/jyan/utility/tomcat4.0.2 Using CATALINA_TMPDIR: /mnt/home/jyan/utility/tomcat4.0.2/temp Using JAVA_HOME: /usr/java1.2 I am missing