Article:
 |
|
Java Web Applications
|
| Subject: |
|
HTTP Status 404 - / |
| Date: |
|
2006-08-19 16:32:55 |
| From: |
|
brahmadapa
|
|
|
Hi, I have installed jakarta-tomcat-5.0.30 first time and got the following status 404 error when I start the sever and tyring to browse localhost at: http://localhost:8080/ to view the tomcat home page.
Configuration instructions got it from the below webpage: http://www.moreservlets.com/Using-Tomcat-4.html#Enable-Root-Context
Error description:
HTTP Status 404 - /
-------------------------
type Status report
message /
description: The requested resource (/) is not available.
--------------------------
I have installed tomcat in my C drive as: C:\Tomcat 5.0 and my jdk available in: C:\j2sdk1.4.2_12 and I have set the user and environment varialbles as below:
JAVA_HOME: C:\j2sdk1.4.2_12
CATALINA_HOME: C:\Tomcat 5.0
CLASSPATH: ;.;C:\j2sdk1.4.2_12\lib\tools.jar;C:\Tomcat 5.0\common\lib\servlet-api;C:\Tomcat 5.0\common\lib\jsp-api
PATH: ;C:\j2sdk1.4.2_12\bin
Please suggest me.
|
Showing messages 1 through 18 of 18.
-
HTTP Status 404 - /
2007-01-25 03:47:57
aspai
[View]
-
HTTP Status 404 - /
2007-03-23 00:06:08
kandiyoorpreethi
[View]
-
HTTP Status 404 - /
2007-07-23 12:47:54
RaviKA
[View]
-
HTTP Status 404 - /
2007-07-20 12:36:31
mukkamalas
[View]
-
HTTP Status 404 - /
2007-03-23 00:06:08
kandiyoorpreethi
[View]
-
HTTP Status 404 - /
2009-12-06 05:37:57
pinkett
[View]
-
HTTP Status 404 - /
2007-01-24 02:56:17
vijay-kumar-mishra
[View]
-
HTTP Status 404 error in The requested resource (/Example) is not available.
2007-01-25 03:45:14
aspai
[View]
-
HTTP Status 404 error in The requested resource (/Example) is not available.
2007-01-28 21:48:38
aspai
[View]
-
HTTP Status 404 error in The requested resource (/Example) is not available.
2007-05-06 22:12:49
ghada80
[View]
-
HTTP Status 404 error in The requested resource (/Example) is not available.
2007-07-16 02:37:44
hellojava2
[View]
-
HTTP Status 404 error in The requested resource (/Example) is not available.
2009-01-20 21:09:23
Foccii
[View]
-
HTTP Status 404 error in The requested resource (/Example) is not available.
2007-01-28 21:48:29
aspai
[View]
-
HTTP Status 404 error in The requested resource (/Example) is not available.
2007-05-06 22:04:24
ghada80
[View]
-
HTTP Status 404 error in The requested resource (/Example) is not available.
2009-08-10 00:10:30
ramesh47
[View]
-
HTTP Status 404 - /
2006-08-25 12:01:14
dmersino
[View]
-
HTTP Status 404 - /
2006-08-26 00:08:15
aadityasharma
[View]
-
HTTP Status 404 - /
2007-02-13 07:37:14
ritanegi
[View]
Configuration instructions got it from the below webpage: http://www.moreservlets.com/Using-Tomcat-4.html#Enable-Root-Context
Error description:
HTTP Status 404 - /
-------------------------
type Status report
message /
description: The requested resource (/) is not available.
--------------------------
I have installed tomcat in my C drive as: C:\Tomcat 5.0 and my jdk available in: C:\j2sdk1.4.2_12 and I have set the user and environment varialbles as below:
JAVA_HOME: C:\j2sdk1.4.2_12
CATALINA_HOME: C:\Tomcat 5.0
CLASSPATH: ;.;C:\j2sdk1.4.2_12\lib\tools.jar;C:\Tomcat 5.0\common\lib\servlet-api;C:\Tomcat 5.0\common\lib\jsp-api
PATH: ;C:\j2sdk1.4.2_12\bin
pls suggest me