You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by John Hager <ro...@inetarena.com> on 2000/10/07 20:52:14 UTC

reBuilt tomcat-4.0 ok, but localhost:8080 fails to load?

hey there,

Ok I re-built the tomcat-4.0 components successfully into my tomcat\build
folder.  Now I can start up catalina (bin\catalina start), however
localhost:8080 fails to load (HTTP 500), and here's what the localhost log
file says:

========================
2000-10-07 11:44:08 StandardHost[localhost]: MAPPING configuration error for
requset URI
2000-10-07 11:44:26 StandardHost[localhost]: Mapping request URI '/'
========================

my OS: win2K

any ideas?

thanks, john.



Re: reBuilt tomcat-4.0 ok, but localhost:8080 fails to load?

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
John Hager wrote:

> hey there,
>
> Ok I re-built the tomcat-4.0 components successfully into my tomcat\build
> folder.  Now I can start up catalina (bin\catalina start), however
> localhost:8080 fails to load (HTTP 500), and here's what the localhost log
> file says:
>
> ========================
> 2000-10-07 11:44:08 StandardHost[localhost]: MAPPING configuration error for
> requset URI
> 2000-10-07 11:44:26 StandardHost[localhost]: Mapping request URI '/'
> ========================
>
> my OS: win2K
>
> any ideas?
>

You would get this error if the ROOT webapp did not get created.  What's in the
"..\build\tomcat-4.0\webapps" directory?  You should see folders for ROOT,
examples, manager (if you are using a recent nightly distribution), and webdav.

One thing to remember ... you have to do the build from the top-level Tomcat 4.0
source directory in order to end up with a complete Tomcat 4.0 that includes
Catalina, Jasper, and the included webapps.  For me, that means (on Linux):

    cd /home/cmcclanahan/Jakarta/jakarta-tomcat-4.0
    ./build.sh clean
    ./build.sh

and I end up with a completed build in

    /home/cmcclanahan/Jakarta/build/tomcat-4.0

(which I normally set my CATALNIA_HOME environment variable to point at so that
I can start and stop it from anywhere).

>
> thanks, john.

Craig

====================
See you at ApacheCon Europe <http://www.apachecon.com>!
Session VS01 (23-Oct 13h00-17h00):  Sun Technical Briefing
Session T06  (24-Oct 14h00-15h00):  Migrating Apache JServ
                                    Applications to Tomcat



Nevermind: reBuilt tomcat-4.0 ok, but localhost:8080 fails to load?

Posted by Isite <jh...@isitedesign.com>.

I apologize, all I had to do was copy the tomcat\dist\webapps folder
into tomcat\build\tomcat-4.0 ... Now the catalina v4.0 index page loads
fine.

thanks.


Subject: reBuilt tomcat-4.0 ok, but localhost:8080 fails to load?



hey there,

Ok I re-built the tomcat-4.0 components successfully into my tomcat\build
folder.  Now I can start up catalina (bin\catalina start), however
localhost:8080 fails to load (HTTP 500), and here's what the localhost log
file says:

========================
2000-10-07 11:44:08 StandardHost[localhost]: MAPPING configuration error for
requset URI
2000-10-07 11:44:26 StandardHost[localhost]: Mapping request URI '/'
========================

my OS: win2K

any ideas?

thanks, john.