Does anybody have answer to this? Thanks!
----- Original Message ----- From: "Rohit Peyyeti" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] > 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: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
