Amit Luktuke wrote: > hello > > I am very new to Tomcat4.0. > I have successfully installed tomcat4.0 on my machine but can not able to run simple >HelloWorld.jsp file. > > I have put it in folder > C:\Tomcat4.0\webaaps\TestJSP\Helloworld.jsp You must register your application in file c:\Tomcat4.0\conf\server.xml by adding such line:
<Context path="/TestJSP" docBase="TestJSP" debug="0" reloadable="true" /> or read this manual: http://www.onjava.com/pub/a/onjava/2001/04/19/tomcat.html > > On brower .. > http://localhost:8080/TestJSP/Helloworld.jsp > > My O.S is windows 2000 professional & i have JDK1.3 installed. > > Can anyone help me > > > Regards > > Amit Luktuke > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
