I have noticed that when I generate an eclipse a project with
maven(with wtp support), sometimes the application context is not set,
in which case tomcat will not deploy the app. To set it right-click on
your project Properties->Web Project Settings. Check the Problems view
and see if you have any error which will prevent deployment (like a
classpath error)

musachy

On Tue, Jun 10, 2008 at 9:13 AM, piltrafeta <[EMAIL PROTECTED]> wrote:
>
> Hello !
> I'm having a similar problem...
> I had a eclipse project with struts2 and hibernate. It was working fine but
> one day stop parsing the struts.xml file, and when i execute it says tha my
> actions are not mapped, even if I modify something in struts.xml file
> eclipse is not compiling it...
> So do you have any idea of what is it ? (i have the struts.xml file in the
> source root directory)
>
> Thanks in advandce
>
>
> Musachy Barroso wrote:
>>
>> I think the "preview" thing is the option under "Basic" when you click
>> "Run on Server" and choose to "Manually define a new server". Try
>> running on tomcat instead. In any case what is happening is that
>> struts.xml is not on the classpath and the filter is not finding it
>>
>> musachy
>>
>>
>> On Feb 18, 2008 1:59 PM, Dave Newton <[EMAIL PROTECTED]> wrote:
>>> --- Chriss Nold <[EMAIL PROTECTED]> wrote:
>>> > I am importing the project into eclipse from the .war file with the
>>> j2ee
>>> > preview enabled for the target runtime environment.
>>>
>>> Not sure what all that is.
>>>
>>> What's in your .classpath file?
>>>
>>> >    Marked as a tomcat project.
>>> >    Context name: /Blank
>>> >    Subdirectory for web app root: /WebContent
>>>
>>> What URL are you using?
>>>
>>>
>>> Dave
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>
>>
>>
>> --
>> "Hey you! Would you help me to carry the stone?" Pink Floyd
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>
> --
> View this message in context: 
> http://www.nabble.com/Action-mapping-not-found---eclipse-configuration-problem----tp15551053p17755119.html
> Sent from the Struts - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



-- 
"Hey you! Would you help me to carry the stone?" Pink Floyd

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

Reply via email to