Aliases in Tomcat 6.0

2008-03-25 Thread Kannan Kanagaraj
Hello All I am migrating an application running on Apache 1.3.x to Tomcat 6.0. One of the problem I face : In Apache httpd.conf, there is config tag: 'Alias', which I could not find an equivalent tag in Tomcat 6.0. I have searched over the internet but no luck. Example use of Alias in

Re: Aliases in Tomcat 6.0

2008-03-25 Thread karthikn
Hi Tomcat is a mini http server + web container , while Apache 1.3.x is only a http server What application are u running on Apche Tomcat can be plugged to Apache for more request responses exceeding other then Tomcat direct interaction with regards karthik Kannan Kanagaraj wrote:

Re: Aliases in Tomcat 6.0

2008-03-25 Thread Kannan Kanagaraj
Hi I am running Apache 1.3.x with Apache JServ. The migration/upgrade process is to use Tomcat 6.0 for both http and servlet servlet. So that I can get rid off old versions of apache. There are no static pages in my application, all the requests are handled and processed at the servlet container.

Re: Aliases in Tomcat 6.0

2008-03-25 Thread karthikn
Hi You seems to be in confusion. First visit TOMCAT website ,download ,work on the example application Redesign u'r site as per requirement and deploy the same in Tomcat env Use Tomcat to plug to Apache 2.x heavy load http traffic Migration from Jserv to Tomcat is little bit difficult as

Re: Aliases in Tomcat 6.0

2008-03-25 Thread Kannan Kanagaraj
Hi Karthik I think I understand what you mean to say. Let me reconfirm it: Use Apache 2.x for HTTP Server and Tomcat 6.0 for servlet container. Use mod_jk to plug in these servers. Hope that is correct ? What I did so far was to use Tomcat as both Web Server and Servlet container. Which is not

RE: Aliases in Tomcat 6.0

2008-03-25 Thread Caldarale, Charles R
From: Kannan Kanagaraj [mailto:[EMAIL PROTECTED] Subject: Re: Aliases in Tomcat 6.0 What I did so far was to use Tomcat as both Web Server and Servlet container. Which is not the right way to design. There's nothing wrong with using Tomcat standalone. Performance of a current version

Re: Aliases in Tomcat 6.0

2008-03-25 Thread Kannan Kanagaraj
, I am very pleased to use it as is. Thanks. On 3/25/08, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Kannan Kanagaraj [mailto:[EMAIL PROTECTED] Subject: Re: Aliases in Tomcat 6.0 What I did so far was to use Tomcat as both Web Server and Servlet container. Which is not the right