i want to compile .jsp file. i have downloaded tomcat 6.0.
and set environmental variables e.g.
set PATH="C:\Program Files\Java\jdk1.6.0_10\bin";%PATH%
set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_10
set CLASSPATH=.;C:\Program Files\Apache Software Foundation\Tomcat\common\lib\servlet-api.jar;C:\Program Files\Apache Software Foundation\Tomcat\common\lib\jsp-api.jar;C:\Program Files\Apache Software Foundation\Tomcat\common\lib\el-api.jar;C:\Servlets+JSP;..;..\..
i hava searched pages related to configuring web.xml, context.xml etc
but i am still unable to load and locate .jsp file on my local server.
for eg.
httt//:localhost:8085//webapp//jsp//index.jsp
shows http 404 ERROR
any help will be appreciated
thanks
aks_1 0 Newbie Poster
javaAddict 900 Nearly a Senior Poster Team Colleague Featured Poster
aks_1 0 Newbie Poster
aks_1 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.