Re: We need a FAQ

2002-05-09 Thread Tulan W. Hu
found one at http://www.jguru.com/faq/Tomcat - Original Message - From: Rick Fincher We need a FAQ for this list. Is there one already somewhere? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Use Tomcat

2002-05-10 Thread Tulan W. Hu
I don't think VirtualHost will help. I think you can setup one tomcat with three webapp locations. Each of them uses a different webapp location, so that they will not messup other people's file. Then you need to combine three war files as a product for system test. - Original Message -

Re: building mod_jk on solaris

2002-05-10 Thread Tulan W. Hu
download the jakarta-tomcat-connectors-*src from tomcat4.0 location the newer version should have buildconf.sh not just for solaris. - Original Message - From: Martin van den Bemt [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, May 10, 2002 10:56 AM Subject: RE:

apache 1.3.22 + tomcat 4.0.1 + webapp 1.0.1

2002-01-15 Thread Tulan W. Hu
Sorry if the same question was asked before, but I just could not find the answer I need. I'm wondering what was missed in my steps and why my apache server did not pass the information to tomcat server. I am on Solaris 8 platform with gcc 2.95.3. My apache 1.3.22 built with the following: $

Re: apache 1.3.22 + tomcat 4.0.1 + webapp 1.0.1

2002-01-15 Thread Tulan W. Hu
I just found the answer on my own question. However, it brought up another question. It expects I enter http://myhost.com:5000/examples/ instead of http://myhost.com:5000/examples. What do I need to do let it understand http://myhost.com:5000/examples? - Original Message - From: Tulan W

Re: Can't get it working: TC4.0.x + warp + Apache 1.3.20 + SuSE Linux 7.3

2002-01-16 Thread Tulan W. Hu
I guess many people have the same problem that I encountered. Did you try http:// MyHost.de/examples/jsp/index.html ? Maybe your apache server doesn't allow people to browse a directory. Tulan On Wednesday 16 January 2002 12:07, you wrote: Forgive me that I repost my message from several days

Re: Re: Can't get it working: TC4.0.x + warp + Apache + SuSE Linux 7.3

2002-01-16 Thread Tulan W. Hu
I believe the symlink should work fine. (at least it works on solaris 8) The libexec should be under 'ServerRoot' instead of 'DocumentRoot'. Run httpd -l and make sure the mod_so is in the list. Put LoadModule webapp_module libexec/mod_webapp.so in the httpd.conf - Original Message -

Re: page not found error using apache/tomcat

2002-01-17 Thread Tulan W. Hu
When i type in the browser http://x.x.com/examples I get the listings of servlets, jsp and images but when i goto servlets link i get a page not found error and the apache log says File does not exist: I believe this is a bug in the webapp module and I struggled several days about this