RE: No action instance for path /welcomeAction could be created

2014-04-10 Thread Christoph Nenning
> > Anything in the logs? > No, nothing at all > Is your logging setup properly? can you see any log messages like server startup? This Email was scanned by Sophos Anti Virus

RE: No action instance for path /welcomeAction could be created

2014-04-09 Thread Etingin, Eugene
, 2014 2:25 PM To: Struts Users Mailing List Subject: Re: No action instance for path /welcomeAction could be created A 500 error means server error. I bet your configuration has a typo or something. Struts won't service anything until you review your logs and correct what's wrong. On

RE: No action instance for path /welcomeAction could be created

2014-04-09 Thread Etingin, Eugene
gt; Thank you > > Eugene Etingin > > 212-815-3393 Land line > 646-886-7790 Cell > > -Original Message- > From: Lukasz Lenart [mailto:lukaszlen...@apache.org] > Sent: Wednesday, April 09, 2014 2:15 PM > To: Struts Users Mailing List > Subject: Re: No ac

Re: No action instance for path /welcomeAction could be created

2014-04-09 Thread Lukasz Lenart
t; > Eugene Etingin > > 212-815-3393 Land line > 646-886-7790 Cell > > -Original Message- > From: Lukasz Lenart [mailto:lukaszlen...@apache.org] > Sent: Wednesday, April 09, 2014 2:15 PM > To: Struts Users Mailing List > Subject: Re: No action instance for path /

Re: No action instance for path /welcomeAction could be created

2014-04-09 Thread Paul Benedict
A 500 error means server error. I bet your configuration has a typo or something. Struts won't service anything until you review your logs and correct what's wrong. On Wed, Apr 9, 2014 at 1:15 PM, Lukasz Lenart wrote: > What's the problem? Do you see anything in the logs? > > 2014-04-09 18:24 GM

RE: No action instance for path /welcomeAction could be created

2014-04-09 Thread Etingin, Eugene
[mailto:lukaszlen...@apache.org] Sent: Wednesday, April 09, 2014 2:15 PM To: Struts Users Mailing List Subject: Re: No action instance for path /welcomeAction could be created What's the problem? Do you see anything in the logs? 2014-04-09 18:24 GMT+02:00 Etingin, Eugene : > Dear Struts

Re: No action instance for path /welcomeAction could be created

2014-04-09 Thread Lukasz Lenart
What's the problem? Do you see anything in the logs? 2014-04-09 18:24 GMT+02:00 Etingin, Eugene : > Dear Struts Experts > > > Can somebody please help me with this problem? I am deploying war file on > Weblogic. The application is done with Struts, > > struts-config > > > > path="/resources/js

RE: No action instance for path /welcomeAction could be created

2014-04-09 Thread Etingin, Eugene
Thank you Eugene Etingin -Original Message- From: Eric Reed [mailto:ere...@mail.nysed.gov] Sent: Wednesday, April 09, 2014 12:40 PM To: Struts Users Mailing List Subject: Re: No action instance for path /welcomeAction could be created Looks like a struts 1 applicati

Re: No action instance for path /welcomeAction could be created

2014-04-09 Thread Eric Reed
Looks like a struts 1 application, why not struts 2? It appears you are capturing request element instead of using the framework, which will work fine but is just a bad practice. Certain versions of Weblogic hiccup on comments in html and config files. Also try port 7101 which is the default on