UseTheFork wrote:

When I refresh my browser with
http://localhost:8080/tutorial/HelloWorld.action, I do not get any WARNING
or SEVERE kind of messages in the Glassfish Logs. I only get more of the
above. I have also checked for CONFIG, FINE, FINER, FINEST messages, but I
don't get any. The Glassfish Admin Console is works fine, which make me
think that Glassfish is working fine !!!


The most common initial problem is usually:
some of the jars are missing from the lib directory of your web application when ir's deployed; or the configuration is referencing something incorrectly (like an invalid classname)

The effect is that the struts filter (in your web.xml) fails to start. If it fails to start, you get the 404 error in the browser and no new messages logged (as struts isn't running).

As dave says, it's really imported to either find the logs that show struts failed to start, or started and rejected the config; or double-check the config and deployment.
(or post the config here as Dave suggested)


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

Reply via email to