Originally posted by rathi ji:
Hi,
I am really confuse and stuck with this problem.
I have placed a project SessionTest into webapps directory of tomcat like this way:
And now when I type [http://localhost:8080/SessionTest/index.jsp] at browser, it gives me 404 (page not found) error.
Tomcat is installed properly, because other applications are fine.
Please help me, what can be the problem?
Thanks.
[ December 22, 2005: Message edited by: rathi ji ]
Originally posted by Chidanand Chauhan:
And now when I type [http://localhost:8080/SessionTest/index.jsp] at browser, it gives me 404 (page not found) error.
Tomcat is installed properly, because other applications are fine.
Please help me, what can be the problem?
Thanks.
[ December 22, 2005: Message edited by: rathi ji ]<hr></blockquote>
Hi Rathi
can you type the url "http://localhost:8080/SessionTest" and then check whether your web browser shows jsp or not .[/QB]
Originally posted by Adeel Ansari:
Try to get the app through http://localhost:8080/manager/html. Also check whther it is started or not.
Originally posted by rathi ji:
And now when I type [http://localhost:8080/SessionTest/index.jsp] at browser, it gives me 404 (page not found) error.
Tomcat is installed properly, because other applications are fine.
Please help me, what can be the problem?
Thanks.
[ December 22, 2005: Message edited by: rathi ji ]<hr></blockquote>
Hi Rathi
can you type the url "http://localhost:8080/SessionTest" and then check whether your web browser shows jsp or not .[/QB]<hr></blockquote>
No, it is not showing. I tried it too.
[/QB]
Originally posted by jyothim:
Go to http://localhost:8080 and select tomcat manager.
login with the user id, password present in tomcat users for manager.
Then check if the application is running or if there is some error in it
Yes, My this application is not in the list. But how can add that into this list...
Originally posted by Vishnu Prakash:
Deploy your web application.
If you are using advanced IDE's like WSAD (or) IntelliJIDEA they will do all the work for you. All you have to do is just configure your web/application server with the IDE.
Originally posted by Ben Souther:
Have you looked that the logs under tomcat/logs?
If there was a problem deploying your app, you would see some messages there.
pie. tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
|