This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSP and the fly likes Not able to see JSP in Tomcat Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Not able to see JSP in Tomcat" Watch "Not able to see JSP in Tomcat" New topic
Author

Not able to see JSP in Tomcat

shanthi naidu
Ranch Hand

Joined: Nov 13, 2008
Posts: 37
hi all,

I have to direct the user to the CreateProfile.jsp page when he clicks on Create Profile link... Im calling this jsp from Home.html
as shown below...but im not able to see the jsp file... im using tomcat 5.5...





Im also using some CSS files in my CreateProfile.jsp... but i think it won't effect... because im getting all the paths of CSS if i run the jsp in the editor.. but im not able to see in the tomcat



Please anybody suggest something
Swastik Dey
Ranch Hand

Joined: Jan 08, 2009
Posts: 1196

You are probably using the <A> tag in a wrong way, should be like this



I assume that your jsp and html file are in the same location, else you have to give the path in href.


Swastik
shanthi naidu
Ranch Hand

Joined: Nov 13, 2008
Posts: 37
Thanks fot the reply...

actually i have sent the post with "href" attribute in tag . I tried twice but im not able to set that href in anchor tag

anyways i got solved my problem.. every thing is fine with the code ... i kept jsp-api.jar file in my work folder under lib... when i removed it i got the output.


Thank you,
Shanthi
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Not able to see JSP in Tomcat
 
Similar Threads
Question on how to implement multi level menu (navigation bar) in html/css
HTML drop downs not working
Struts Taglibs issues while including html in jsp
set values in a table from other
ul + new web design = no bullets?