You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kaushal Shriyan <ka...@gmail.com> on 2006/07/31 12:52:17 UTC

Weird Issue with Tomcat 4.1.31

Hi

when i hit http://localhost:8080/

I get on the web pasge

########################################################
HTTP Status 404 - /

type Status report

message /

description The requested resource (/) is not available.
Apache Tomcat/4.1.24
########################################################

The issue here is that I am running jakarta-tomcat-4.1.31 version, but above
I see Apache Tomcat/4.1.24 :-(

#ps -aef | grep tomcat
root     14817     1  0 16:01 pts/2    00:00:08
/usr/local/j2sdk1.4.2_10//bin/java -
Djava.endorsed.dirs=/usr/local/tomcat/jakarta-tomcat-4.1.31/common/endorsed-classpath
/usr/local/j2sdk1.4.2_10//lib/tools.jar:/usr/local/tomcat/jakarta-
tomcat-4.1.31/bin/bootstrap.jar -
Dcatalina.base=/usr/local/tomcat/jakarta-tomcat-4.
root     14855 14086  0 16:30 pts/2    00:00:00 grep tomcat
#

Any clue on this

Thanks and Regards

Kaushal

Re: Weird Issue with Tomcat 4.1.31

Posted by Christopher Schultz <ch...@christopherschultz.net>.
Kaushal,

> Thanks ALL
> 
> I fixed this issue on my own :-)

Please post the analysis and solution, in case someone else has this
problem.

-chris


Re: Weird Issue with Tomcat 4.1.31

Posted by Kaushal Shriyan <ka...@gmail.com>.
On 7/31/06, Kaushal Shriyan <ka...@gmail.com> wrote:
>
>  Hi
>
> when i hit http://localhost:8080/
>
> I get on the web pasge
>
> ########################################################
> HTTP Status 404 - /
>
> type Status report
>
> message /
>
> description The requested resource (/) is not available.
> Apache Tomcat/4.1.24
> ########################################################
>
> The issue here is that I am running jakarta-tomcat-4.1.31 version, but
> above I see Apache Tomcat/4.1.24 :-(
>
> #ps -aef | grep tomcat
> root     14817     1  0 16:01 pts/2    00:00:08
> /usr/local/j2sdk1.4.2_10//bin/java -
> Djava.endorsed.dirs=/usr/local/tomcat/jakarta-tomcat-4.1.31/common/endorsed-classpath
> /usr/local/j2sdk1.4.2_10//lib/tools.jar:/usr/local/tomcat/jakarta-
> tomcat-4.1.31/bin/bootstrap.jar -
> Dcatalina.base=/usr/local/tomcat/jakarta-tomcat-4.
> root     14855 14086  0 16:30 pts/2    00:00:00 grep tomcat
> #
>
> Any clue on this
>
> Thanks and Regards
>
> Kaushal
>

Thanks ALL

I fixed this issue on my own :-)

Kaushal