You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Rohit Peyyeti <ro...@translogicsys.com> on 2003/05/27 12:26:37 UTC

Re: Tomcat 3.2 to Tomcat 4.1

Subject line says it wrong :) it is tomcat 3.2 to tomcat 4.1

...Rohit
----- Original Message ----- 
From: "Rohit Peyyeti" <ro...@translogicsys.com>
To: "Tomcat Users List" <to...@jakarta.apache.org>
Sent: Tuesday, May 27, 2003 3:49 PM
Subject: Tomcat 3.1 to Tomcat 4.1 


> Howdy!
> 
> I'm in process of moving my apps from tomcat 3.2.1/apache 1.3/mod_jk to 
> tomcat 4.1.24/apache 1.3/mod_jk. My setup till how had individual 
> server.xml's for each tomcat 3.2.1 app (using different AJP12 port numbers) 
> with a blank context and I used to start each one of them manually by hitting 
> "./startup.sh -f ../conf/server_test.xml" on the command prompt. I'm also 
> using Apache's VirtualHosts for each app which looks like this:
> 
> <VirtualHost *>
>   ServerAdmin rohit@translogicsys.com
>   DocumentRoot /var/www/tomcat-apps/testapp
>   ServerName  testapp-t4
>   ErrorLog logs/testapp-t4_error_log
>   TransferLog logs/testapp-t4_access_log
>   ScriptAlias /cgi-bin/ /var/www/tomcat-apps/testapp/cgi-bin/
>   JkMount /*.jsp worker3 
>   UserDir disabled
> </VirtualHost>
> 
> My question now is: If I have to achieve above mentioned setup using
> tomcat 4.1/apache 1.3/mod_jk .. how would I go about it? Do I need to 
> setup <Host> in tomcat's server.xml and also apache's configuration 
> file? If yes, which Virtualhost would take precedence? Apache's or
> Tomcat's?
> 
> Note: The reason why we have above setup is that we need blank 
> context for our app. 
> 
> Thanks!
> 
> Rohit
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org