Charles Williams wrote:

When I try http://localhost:8888/ I get the same result:

HTTP ERROR: 404 Not Found
RequestURI=/


The startup from "cocoon servlet" shows that Jetty is listening to
0.0.0.0:8888

This cannot be correct...when I startup other Jetty installations it is
listening to my correct IP address at the specified port (8080 in this
case).

This is totally normal. But see below.


...

07:29:51.775 WARN!! No WEB-INF/web.xml in .\build\webapp. Serving files and
defa
ult/dynamic servlets only

But that is not. If WEB-INF/web.xml is not there, are you sure you first did build.bat ? The default target is build.bat webapp which is all you would need for this. If you did, what did that output?


Check build\webapp\WEB-INF\ and if web.xml _does_ exist, then I'd guess its a problem with where you've got everything installed. The first thing I'd check is whether you have spaces in a directory name (like the famous "Documents and Settings"). This should still work but it'd be a logical guess for what's broken.

Geoff


[Original Message]
From: <[EMAIL PROTECTED]>
To: users <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Date: 12/16/2003 11:19:46 AM
Subject: Re: Quick Install Question




you dont have to ask for http://localhost:8888/cocoon/ but for

http://localhost:8888/



On Tue, 16 Dec 2003, Charles Williams wrote:


Sorry for the repeat...

I'm trying to install Cocoon. I'm following the instructions supplied

in the distribution and I get the following output when I start cocoon from the command line

command: cocoon servlet

results:
-------------------- Loading --------------------
Processing repository: .\tools\jetty\lib
Adding jar: .\tools\jetty\lib\jetty-4.2.9.jar
Adding jar: .\tools\jetty\lib\servlet-2.3.jar
Processing repository: .\lib\endorsed
Adding jar: .\lib\endorsed\xalan-2.5.2.jar
Adding jar: .\lib\endorsed\xercesImpl-2.5.0.jar
Adding jar: .\lib\endorsed\xml-apis.jar
-------------------- Executing -----------------
Main Class: org.mortbay.jetty.Server
00:03:10.380 EVENT  Checking Resource aliases
00:03:10.941 EVENT  Starting Jetty/4.2.9
00:03:11.071 WARN!! No WEB-INF/web.xml in .\build\webapp. Serving files

and defa


ult/dynamic servlets only
00:03:11.081 EVENT  Started WebApplicationContext[/,.\build\webapp]
00:03:11.111 EVENT  Started SocketListener on 0.0.0.0:8888
00:03:11.111 EVENT  Started [EMAIL PROTECTED]

I cannot get to my main cocoon page (http://localhost:8888/cocoon/). My

guess is this is the problem:


00:03:11.111 EVENT Started SocketListener on 0.0.0.0:8888

How do I correct it?

Running on Win2K pro with JDK 1.4.2. (obvisously built it with that

version too!)


Thanks to all in advance,



Chuck Williams
[EMAIL PROTECTED]
Why Wait? Move to EarthLink.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]







--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to