| Author |
Configuration issues with tomcat5
|
tarunv Verma
Greenhorn
Joined: Dec 14, 2011
Posts: 14
|
|
i have copied a tomcat5 zip file and unzip it in my system C:/ drive.i am following every standard and my directory structure is given below
Demo(Project Name)
/WEB-INF
classes
src
web.xml
hello.jsp
and my tomcat port number is 8090.i start my startup.bat file which is under bin folder of tomcat...when i go in browser and type localhost:8090/Demo/hello.jsp its showing error which is given below
The requested resource (/Demo/hello.jsp) is not available.
please suggest me what to do.. ..thnks in advance....
|
 |
Akhilesh Trivedi
Ranch Hand
Joined: Jun 22, 2005
Posts: 1493
|
|
|
You did not mention if you copied your directory structure to any tomcat directory or did any deployment.
|
Keep Smiling Always — My life is smoother when running silent. -paul
[FAQs] [Certification Guides] [The Linux Documentation Project]
|
 |
tarunv Verma
Greenhorn
Joined: Dec 14, 2011
Posts: 14
|
|
|
i m delpoyed in webapps folder of tomcat...
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32833
|
|
|
Question too difficult for “beginning”. Moving discussion.
|
 |
Nitin Surana
Ranch Hand
Joined: Jan 21, 2011
Posts: 129
|
|
How did you deployed that? I guess it hasn't been successfully deployed.
move to Tomcat Manager and check whether that web-app has actually been deployed.
You can use this URL to directly go to Tomcat Manager.
http://localhost:8090/manager/html
And the username and password is what you have provided during tomcat installation. If not then check out tomcat-users.xml.
|
 |
tarunv Verma
Greenhorn
Joined: Dec 14, 2011
Posts: 14
|
|
|
i have not intalled tomcat i am using the zip file that we don't have to install...i suppose...i am doing it in another system...its running fine there...some system issues i think...
|
 |
tarunv Verma
Greenhorn
Joined: Dec 14, 2011
Posts: 14
|
|
|
thanks but i am new to this forum...so please tell me how to track that topic which you are forwarding....??
|
 |
tarunv Verma
Greenhorn
Joined: Dec 14, 2011
Posts: 14
|
|
i fix the problem there are more than 1 tomcat folder are there....that should be removed first then it will run fine....hope it help others....
|
 |
 |
|
|
subject: Configuration issues with tomcat5
|
|
|