Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

deploying straight HTML on Tomcat

Status
Not open for further replies.

CovetousKid

Programmer
Jan 31, 2006
2
CA
Hi,

I know this sounds kind of stupid, but I am trying to deploy a straight HTML website on Tomcat. How can I do this? I would also appreciate it if someone could point me to a helpful source. Thanks in advance!
 
You would deploy it in the same way you would deploy a "dynamic" website.

Eg, in the TOMCAT_HOME/webapps directory, create a directory which will be the name of your website, and dump the files in it.

--------------------------------------------------
Free Java/J2EE Database Connection Pooling Software
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top