| Author |
jsp configure problem in redhat linux 9
|
Prasun Howlader
Ranch Hand
Joined: Oct 21, 2007
Posts: 89
|
|
I am using redhat linux 9. Now i am trying to setup jakarta-tomcat-5.0.28.tar.gz. My catalina_home directory is /opt/tomcat. When i run ./startup.sh it dispaly When i use this command-http://localhost:8080 then it dispaly error connectio.It's catalina.out gives this result- What is the problem?
|
"Control time instead of letting time control you."
|
 |
Alex Khvatov
Ranch Hand
Joined: Nov 07, 2005
Posts: 36
|
|
|
The output you've posted shows no errors. Could you post the error message you're getting in the browser?
|
SCJP 5<br />SCWCD 5
|
 |
Prasun Howlader
Ranch Hand
Joined: Oct 21, 2007
Posts: 89
|
|
I am using opera browser and it display- I am confusing this line-INFO: Missing application web.xml Is it possible cause for not present xml parser. Please tell something.
|
 |
Ben Souther
Sheriff
Joined: Dec 11, 2004
Posts: 13410
|
|
It just means that one of the applications doesn't have a web.xml file and that the container is falling back on the default values. This wouldn't keep Tomcat from starting. Are you trying that URL from the same machine on which Tomcat is running?
|
Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
|
 |
 |
|
|
subject: jsp configure problem in redhat linux 9
|
|
|