View Single Post
Join Date: Feb 2006
Posts: 3
Reputation: sangamesh is an unknown quantity at this point 
Solved Threads: 0
sangamesh sangamesh is offline Offline
Newbie Poster

Re: how to use jsp and tomcat

 
0
  #4
Feb 11th, 2006
Hi,

Install the apache_tomcat.exe if you have in your local drives eg:c:\Tomcat5.0 ,then go to the webapps folder and create a folder of yourself and create the folder as I have shown c:\Tomcat5.0\webapps\Your Folder\WEB-INF\classes ,then place your source files in WEB-INF folder ,complile your src files to classes file,after that place the jsp and html and other image files outside the WEB-INF folder and configure web.xml to your folder,and copy that to your folder .....thats it now you can run your application by starting the server and Internet Explorer...
Reply With Quote