Darren Hall ha scritto:
When attempt to view http://localhost/flc through a browser I get a 404
error. What did I do wrong??

I think that the URL is wrong :-)
If you configured your webapp in as the ROOT webapp, then you can access that action at:

http://localhost/flc.do

(I supposed that you used the "*.do" default mapping).

If you are not using the ROOT webapp, then probably you forgot to add the 
webapp path too.
And you forgoto the "processorClass" attribute in <controller> tag in 
struts-config.xml:

<controller pagePattern="$M$P" inputForward="true" 
processorClass="org.apache.struts.tiles.TilesRequestProcessor"/>


HTH
Antonio

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

Reply via email to