> hi,
> this is zoya,
I gathered from the name that appears in the post header already. :^)
> an engineering student,and i require
> help.
> plz somebody specify the whole process from
> installing tomcat and how to set its path so that i
> can run a jsp page written in struts using tomcat
There are dozens of tutorials on this. First, you need to get Tomcat running without Struts. There are HOW-TO's, sample apps, the whole shebang over at Jakarta's site. Start there. If you get stuck, there are also tutorials on Servlets (and probably Tomcat in specific) on the Net. Do a Google search.
Next, download Struts. There is, again, extensive HOW-TO and tutorials on their site as well.
No one will do your work for you. Make an attempt, then post when you are stuck.
- Saish
> hi,
> this is zoya,an engineering student,and i require
> help.
> plz somebody specify the whole process from
> installing tomcat and how to set its path so that i
> can run a jsp page written in struts using tomcat
Very simple,
get some installable file of tomcat say - 4 or 5 from jakarta.
for example:- http://apache.mirrormax.net/tomcat/tomcat-4/v4.1.31/bin/jakarta-tomcat-4.1.31.exe
Install it- It will have a doc - which will explain how to run some simple jsps or servlets.
There are some examples apps also in the package under:-
<d:\some_folder\tomcat4.0>..\webapps\jsp-examples\...
try running some of them - you will get them.
any issues come back.