Re: WAR file seems not deployed..

2011-01-12 Thread Kushan Jayathilake
Issue was totally on WAS. I have to change some setting there, http://www-01.ibm.com/support/docview.wss?rss=180&uid=swg21284395) On Tue, Jan 11, 2011 at 5:15 PM, Dave Newton wrote: > Check the startup logs. Make sure devMode is turned on. I'd also crank up > the logging level to DEBUG until

Re: WAR file seems not deployed..

2011-01-11 Thread Dave Newton
Check the startup logs. Make sure devMode is turned on. I'd also crank up the logging level to DEBUG until resolved. "Not available" means isn't trying to process the request (in general) and that something failed on startup. Dave On Tue, Jan 11, 2011 at 6:33 AM, Kushan Jayathilake wrote: > Yeah

Re: WAR file seems not deployed..

2011-01-11 Thread Kushan Jayathilake
Yeah.. *pages/ext/search *and *pages/ext/search.action *both same. On Tue, Jan 11, 2011 at 4:42 PM, Dave Newton wrote: > So... Is there a page called that? > > Dave > > On Tuesday, January 11, 2011, Kushan Jayathilake > wrote: > > Hi Guys, > > > > I have deployed a WAR file in WAS, (It deplo

Re: WAR file seems not deployed..

2011-01-11 Thread Dave Newton
So... Is there a page called that? Dave On Tuesday, January 11, 2011, Kushan Jayathilake wrote: > Hi Guys, > > I have deployed a WAR file in WAS, (It deployed successfully) but when > accessing its URL through the brower it shows this error message > > Error 404: SRVE0190E: File not found: /page

WAR file seems not deployed..

2011-01-11 Thread Kushan Jayathilake
Hi Guys, I have deployed a WAR file in WAS, (It deployed successfully) but when accessing its URL through the brower it shows this error message Error 404: SRVE0190E: File not found: /pages/ext/search This is struts based application and this was working fine sometimes back, and I have some othe