RE: How to serve just JSP (was: Re: JSP on RHEL4 with Apache http d RPM?

2005-09-16 Thread Peter Flynn
On Wed, 2005-09-14 at 13:22, KEREM ERKAN wrote:
 OK, start with downloading and installing a binary version of Tomcat for
 your OS and also download the 1.2.10 version of mod_jk. I think we should
 handle the rest off list not to bother the list anymore.

Yes, that's lot's already installed and has been running 
fine. 

///Peter



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: How to serve just JSP (was: Re: JSP on RHEL4 with Apache http d RPM?

2005-09-14 Thread KEREM ERKAN
 
 Unfortunately I have to keep the main port 80 httpd, as it's 
 serving 20Gb of other material (the entire campus web site).
 
 All I need is the trick to make Apache httpd hand off any 
 .jsp files to Tomcat.
 
As I am newly subscribed to this list, I don't know if you have got a
satisfactory answer for your question, but if you don't; I have the same
configuration like yours, static files are served by Apache and *.jsp files
are served by Tomcat.

All you have to do is to use Java Connector to mount jsp files to Tomcat.
You can find the necessary documentation in Connectors part of Tomcat
documentation. If you can't get out of it, I can help you set it up off or
on list.

Cheers,

Kerem


RE: How to serve just JSP (was: Re: JSP on RHEL4 with Apache http d RPM?

2005-09-14 Thread Peter Flynn
On Wed, 2005-09-14 at 12:19, KEREM ERKAN wrote:
  
  Unfortunately I have to keep the main port 80 httpd, as it's 
  serving 20Gb of other material (the entire campus web site).
  
  All I need is the trick to make Apache httpd hand off any 
  .jsp files to Tomcat.
  
 As I am newly subscribed to this list, I don't know if you have got a
 satisfactory answer for your question, but if you don't; I have the same
 configuration like yours, static files are served by Apache and *.jsp files
 are served by Tomcat.

That's exactly what I want.

 All you have to do is to use Java Connector to mount jsp files to Tomcat.
 You can find the necessary documentation in Connectors part of Tomcat
 documentation. 

Aha! Yes, AJP connector looks like what I need. Unfortunaely the
documentation doesn't seem to show how to do this.

 If you can't get out of it, I can help you set it up off or
 on list.

That would be great, many thanks.

///Peter


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: How to serve just JSP (was: Re: JSP on RHEL4 with Apache http d RPM?

2005-09-14 Thread KEREM ERKAN
 

 -Original Message-
 From: Peter Flynn [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, September 14, 2005 2:40 PM
 To: Tomcat Users List
 Subject: RE: How to serve just JSP (was: Re: JSP on RHEL4 
 with Apache http d RPM?
 
 On Wed, 2005-09-14 at 12:19, KEREM ERKAN wrote:
   
   Unfortunately I have to keep the main port 80 httpd, as 
 it's serving 
   20Gb of other material (the entire campus web site).
   
   All I need is the trick to make Apache httpd hand off any 
 .jsp files 
   to Tomcat.
   
  As I am newly subscribed to this list, I don't know if you 
 have got a 
  satisfactory answer for your question, but if you don't; I have the 
  same configuration like yours, static files are served by 
 Apache and 
  *.jsp files are served by Tomcat.
 
 That's exactly what I want.

OK, start with downloading and installing a binary version of Tomcat for
your OS and also download the 1.2.10 version of mod_jk. I think we should
handle the rest off list not to bother the list anymore.