You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Lash, David A (David)" <dl...@lucent.com> on 2004/09/08 17:49:41 UTC

Help with Tomcat Install?

Hi
I am trying to figure out why my tomcat install is not working. 

System: Apache 1.3.29
Server: Solaris 8
Tomcat: 4.1.18


I installed tomcat (setting my CATALINA_HOME and JAVA_HOME). 

When I go to http://localhost:8080 I cannot display the 'default page'. Any idea why? Enclosed is the 'page' I receive:

Thanks
dave l



HTTP Status 404 - /
--------------------------------------------------------------------------
type Status report
message /
description The requested resource (/) is not available.

--------------------------------------------------------------------------
Apache Tomcat/4.1.18

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Help with Tomcat Install?

Posted by John Villar <jo...@florhard.com>.
Well, certainly your Tomcat setup works fine, look at the end of your 
response page.... it could be, however, that the default webapp hasn't 
been installed, check webapps/ROOT and see if it is there, its a default 
response servlet in the WEB-INF/web.xml file

Lash, David A (David) escribió:

>Hi
>I am trying to figure out why my tomcat install is not working. 
>
>System: Apache 1.3.29
>Server: Solaris 8
>Tomcat: 4.1.18
>
>
>I installed tomcat (setting my CATALINA_HOME and JAVA_HOME). 
>
>When I go to http://localhost:8080 I cannot display the 'default page'. Any idea why? Enclosed is the 'page' I receive:
>
>Thanks
>dave l
>
>
>
>HTTP Status 404 - /
>--------------------------------------------------------------------------
>type Status report
>message /
>description The requested resource (/) is not available.
>
>--------------------------------------------------------------------------
>Apache Tomcat/4.1.18
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>
>  
>

-- 
John Villar
Gerente de Proyectos
Computadores Flor Hard Soft 2058 C.A.
www.florhard.com



Re: Help with Tomcat Install?

Posted by QM <qm...@brandxdev.net>.
On Wed, Sep 08, 2004 at 10:49:41AM -0500, Lash, David A (David) wrote:
: When I go to http://localhost:8080 I cannot display the 'default page'. Any idea why?

Step 1 of Apache/jk(2)/Tomcat debugging: take Apache and JK out of the
picture.  Enable an HTTP connector on Tomcat and access it directly.  If
that works, check the Apache setup.

Try to think of the Apache as a mask or a pass-through for Tomcat.

-QM


-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: Help with Tomcat Install?

Posted by Gerardo Juarez <ge...@computo-industrial.com.mx>.
Ok, you installed Tomcat, but is it running? Something like:
$CATALINA_HOME/bin/start.sh should have happened before pointing at 
http://localhost:8080. It's a common mistake.

Gerardo

On Wed, 8 Sep 2004, Lash, David A (David) wrote:

> Hi
> I am trying to figure out why my tomcat install is not working. 
> 
> System: Apache 1.3.29
> Server: Solaris 8
> Tomcat: 4.1.18
> 
> 
> I installed tomcat (setting my CATALINA_HOME and JAVA_HOME). 
> 
> When I go to http://localhost:8080 I cannot display the 'default page'. Any idea why? Enclosed is the 'page' I receive:
> 
> Thanks
> dave l
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org