Hi,
We have successfully installed Tomcat version 6.0, J2SDK 5.0 and set
the environmental variables
JAVA_HOME C:\Java
TOMCAT_HOME C:\Tomcat
Path Variables C:\Java\bin
now i want to run the jsp file throught apache tomcat.
i saved myjsp files in webapp\ROOT\
at the IE URL is:http://localhost/hello.jsp
it gives the following error
http status 404 - hello.jsp the request resource is not avaliable.
is there any requirement of complie jsp files before accessing through
tomcat if YES then how to complie jsp files.
Please kindly reply here
madhavi.dhanwantari@gamil.com
DeoXMAN - 26 Jun 2007 16:28 GMT
On Jun 26, 12:40 am, madhavi.dhanwant...@gmail.com wrote:
> Hi,
> We have successfully installed Tomcat version 6.0, J2SDK 5.0 and set
[quoted text clipped - 17 lines]
> Please kindly reply here
> madhavi.dhanwant...@gamil.com
try http://localhost:8080/hello.jsp
8080 is defauly port with which tomcat works