You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by lamzo <la...@hotmail.com> on 2006/09/17 17:00:32 UTC

how to make a webapp the ROOT webapp with Tomcat 5

Hi all,

how do you make a webapp the ROOT webapp with Tomcat 5?

I made the following modifications to my $CATALINA_HOME/conf/server.xml
file in Linux; and it did not work...

<Host appBase="webapps" name="localhost">
	<Context path="" docBase="myWebApp" debug="0" />

	|
	|
	|

</Host>

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.4/449 - Release Date:
9/15/2006
 


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


Custom Tag for Mailing List

Posted by lamzo <la...@hotmail.com>.
Is there a custom tag or bean that permits sending of large mailing
lists?

JavaMail is perfect for emails but does not work well for large mailing
lists.

Lamine

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.4/449 - Release Date:
9/15/2006
 


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


RE: how to make a webapp the ROOT webapp with Tomcat 5

Posted by lamzo <la...@hotmail.com>.
Hi all,

It looks like I found the answer to my own problem:
The key is to modify the xml files in the $CATALINA_HOME/Catalina/[host
name] directory, because they take precedence.

Lamine. 

-----Original Message-----
From: lamzo [mailto:lamine75@hotmail.com] 
Sent: Sunday, September 17, 2006 11:01 AM
To: 'Tag Libraries Users List'
Subject: how to make a webapp the ROOT webapp with Tomcat 5


Hi all,

how do you make a webapp the ROOT webapp with Tomcat 5?

I made the following modifications to my $CATALINA_HOME/conf/server.xml
file in Linux; and it did not work...

<Host appBase="webapps" name="localhost">
	<Context path="" docBase="myWebApp" debug="0" />

	|
	|
	|

</Host>

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.4/449 - Release Date:
9/15/2006
 


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


-- 
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.4/449 - Release Date:
9/15/2006
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.4/449 - Release Date:
9/15/2006
 


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