| Author |
when i try to run the tomcat http://localhost:8080/ it gives me the status code 404
|
priyanaka jaiswal
Ranch Hand
Joined: Jun 03, 2011
Posts: 76
|
|
Hi,
I am using Tomcat 6.0
HTTP Status 404 - /admin
type Status report
message /admin
description The requested resource (/admin) is not available.
Apache Tomcat/6.0.35
How to fix it?
Thanks in advance
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56224
|
|
|
Does the Tomcat Manager show that a web app with the context path of /admin is running?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
priyanaka jaiswal
Ranch Hand
Joined: Jun 03, 2011
Posts: 76
|
|
|
no
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56224
|
|
Well, there's no sense trying to get a servlet to execute in a web that's not running, is there? So, you need to find out why the web app isn't running.
Any errors in the logs?
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
|
|
What does the web.xml for the admin application contain?
Bill
|
Java Resources at www.wbrogden.com
|
 |
priyanaka jaiswal
Ranch Hand
Joined: Jun 03, 2011
Posts: 76
|
|
web.xml
|
 |
priyanaka jaiswal
Ranch Hand
Joined: Jun 03, 2011
Posts: 76
|
|
application logger is showing
i downloaded commons-io-2.4bin.Zip and copied in lib folder inside WEB-INF eventhough it is not solved
|
 |
priyanaka jaiswal
Ranch Hand
Joined: Jun 03, 2011
Posts: 76
|
|
INFO: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\eclipse\jre\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/eclipse/jre/bin/client;C:/eclipse/jre/bin;C:/eclipse/jre/lib/i386;C:\Program Files\Apache Software Foundation\Maven 1.1\bin;C:\Program Files\Apache Software Foundation\Maven 1.1\bin;E:\oracle10g\app\oracle\product\10.2.0\server\bin;C:\Program Files\PC Connectivity Solution\;C:\Program Files\Java\jdk1.6.0\bin;C:\Program Files\CVSNT\;C:\eclipse;;.
i am getting this message in application console.How to fix it?
|
 |
 |
|
|
subject: when i try to run the tomcat http://localhost:8080/ it gives me the status code 404
|
|
|