Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Anpu Massri   on Jul 29 In Java Category.

  
Question Answered By: Debbie Reyes   on Jul 29

You put all the jsp  pages in the same place  you put html web pages.

The default tomcat  sets up a ROOT directory under webapps.

To start with try putting your initial jsp pages in the ROOT directory,
start tomcat
bring up your web browser and enter the url

http://127.0.0.0:8080/index.html

or

http://localhost:8080/index.html

or
http://127.0.0.0:8080/yourjsppage.jsp

or
http://localhost:8080/yourjsppage.jsp

Share: 

 

This Question has 4 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Help on JSP tutorial Or get search suggestion and latest updates.


Tagged: