| Author |
Deploy simple JSP Page
|
Quinton Ramsay
Greenhorn
Joined: Feb 19, 2004
Posts: 2
|
|
Hi, I have taken up a hosting package at my ISP that gives me access to the Tomcat server. I would like to know how to deploy a simple JSP Page. I also have access to the Tomcat Administration Tool and would like to use it. Your assistance would be greatly appreciated. Quinton
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56150
|
|
Hi Quinton, welcome to the Ranch. I note that you also posted this question in one of the general Java forums. Please do not cross post questions in this way. Pick a single forum that you feel is best for your post. Don't worry about guessing wrong -- if your post is misplaced, one of us friendly neighborhood bartenders will move it to the right place. In fact, since this post is rather Tomcat-specific, I'm moving it along to our Tomcat forum.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12265
|
|
In a standard Tomcat installation, you just have to put the jsp page in a directory that Tomcat recognizes as being a "web application" - see the JSP examples in webapps\examples or even the webapps\ROOT\index.jsp This is possible because the default web.xml defines processing for .jsp file types - look at the comments near this: Bill
|
Java Resources at www.wbrogden.com
|
 |
 |
|
|
subject: Deploy simple JSP Page
|
|
|