This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
hi all I have installed tomcat4.0.1 on winp8 i am trying to set up my own context to run own web application similar to the default "examples" web application I have included the following lines under <host> entry of conf/server.xml file <Context path="/myhost" docBase="myhost" debug="0" reloadable="true"> and created new directory structure in tomcat as jakarta-tomcat-4.0.1\webapps\myhost myhost dir contains following dir Wen-inf Web-inf contains classes dir
when i access files by tyoing in browser address bar as http://localhost:8080/myhost/somefile.html i am not getting the document loaded Can anyone please provide info on how to set up new context for running own web application in tomcat4.0.1 thanks mohan
you can use the manager app to list/start/stop your applications reference to the Tomcat document, Manager application HOW TO
Robin Wu
mohan kannan
Greenhorn
Joined: Dec 02, 2001
Posts: 26
posted
0
hi all Thanks for your reply I have solved the contex problem and able to run jsp's from the newly set context But I have another query on jspbean pl ref to my posting on jspbean not working regards mohan