Re: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread Anto Paul
On 5/6/05, anshul [EMAIL PROTECTED] wrote:
 
 I'm using Windows 2003.
 I've installed Apache2 on port 80,  using .php scripts from ~/wwwroot
 I've installed Tomcat5 on port 8080, using .jsp scripts from ~/webapps/root
 
 I want2run HTML by Apache, .jsp by Tomcat and place my complete Web site in
 ~/wwwroot
 How, this is possible?
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 

Why you want to use Apache in a Windows server ?. Benchmarks shows
that Tomcat 5 is same or better than Apache in serving static content.

-- 
rgds
Anto Paul

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



Re: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread anshul

Benchmarks shows that Tomcat 5 is same or better than Apache in serving
static content.

I think/read, Apache is better than Tomcat for HTML Web pages.
I asked, to run .jsp from ~/wwwroot

- Original Message - 
From: Anto Paul [EMAIL PROTECTED]
To: Tomcat Users List tomcat-user@jakarta.apache.org
Sent: Friday, May 06, 2005 5:41 PM
Subject: Re: Question: Please tell me to connect Tomcat/Apache


On 5/6/05, anshul [EMAIL PROTECTED] wrote:

 I'm using Windows 2003.
 I've installed Apache2 on port 80,  using .php scripts from ~/wwwroot
 I've installed Tomcat5 on port 8080, using .jsp scripts from
~/webapps/root

 I want2run HTML by Apache, .jsp by Tomcat and place my complete Web site
in
 ~/wwwroot
 How, this is possible?

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



Why you want to use Apache in a Windows server ?. Benchmarks shows
that Tomcat 5 is same or better than Apache in serving static content.

-- 
rgds
Anto Paul

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


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



Re: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread Anto Paul
On 5/6/05, anshul [EMAIL PROTECTED] wrote:
 
 Benchmarks shows that Tomcat 5 is same or better than Apache in serving
 static content.
 
 I think/read, Apache is better than Tomcat for HTML Web pages.
 I asked, to run .jsp from ~/wwwroot
 
 - Original Message -
 From: Anto Paul [EMAIL PROTECTED]
 To: Tomcat Users List tomcat-user@jakarta.apache.org
 Sent: Friday, May 06, 2005 5:41 PM
 Subject: Re: Question: Please tell me to connect Tomcat/Apache
 
 On 5/6/05, anshul [EMAIL PROTECTED] wrote:
 
  I'm using Windows 2003.
  I've installed Apache2 on port 80,  using .php scripts from ~/wwwroot
  I've installed Tomcat5 on port 8080, using .jsp scripts from
 ~/webapps/root
 
  I want2run HTML by Apache, .jsp by Tomcat and place my complete Web site
 in
  ~/wwwroot
  How, this is possible?
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 Why you want to use Apache in a Windows server ?. Benchmarks shows
 that Tomcat 5 is same or better than Apache in serving static content.
 
 --
 rgds
 Anto Paul
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 
Find the documentation of JK connector.
http://jakarta.apache.org/tomcat/connectors-doc/

-- 
rgds
Anto Paul

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



RE: Question: Please tell me to connect Tomcat/Apache

2005-05-06 Thread Peter Crowther
 From: anshul [mailto:[EMAIL PROTECTED] 
 I think/read, Apache is better than Tomcat for HTML Web pages.

That is your decision, but...

 I asked, to run .jsp from ~/wwwroot

... you won't easily be able to mix, in the same directory, Apache
serving the HTML files and Tomcat serving the JSPs.  This appears to be
what you want to do.  *At the very least*, they will have to appear on
your Web site in different directories, even if they are served from the
same directory.

If you're comfortable with that, start at
http://jakarta.apache.org/tomcat/connectors-doc/index.html to see how to
configure JK between Apache and Tomcat.

- Peter

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