Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 35753 invoked from network); 2 Apr 2007 03:45:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Apr 2007 03:45:38 -0000 Received: (qmail 13337 invoked by uid 500); 2 Apr 2007 03:45:37 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 13296 invoked by uid 500); 2 Apr 2007 03:45:36 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 13285 invoked by uid 99); 2 Apr 2007 03:45:36 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2007 20:45:36 -0700 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Apr 2007 20:45:28 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HYDTg-000762-Bi for user@struts.apache.org; Sun, 01 Apr 2007 20:45:08 -0700 Message-ID: <9784831.post@talk.nabble.com> Date: Sun, 1 Apr 2007 20:45:08 -0700 (PDT) From: Antony Stubbs To: user@struts.apache.org Subject: Config-Browser half works - java.io.FileNotFoundException MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6751_11191583.1175485508361" X-Nabble-From: antony.stubbs@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_6751_11191583.1175485508361 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable I'm trying to get up and running with Struts2 on an old Struts1 project (i.= e. want to use both at the same time). During my travels of trying to get running, I've tried using the config-browser. *but* it only half works for me. I get the top half of the screen correctly showing the namespaces etc, but when it tries to load the bottom half WebSphere throws an exception: java.io.FileNotFoundException: /config-browser/showConfig.action It seems as though WebSphere isn't even giving Struts it's chance? I.e. the Struts filter isn't being dispatched on the /config-browser/showConfig.action url? Struts Configuration Browser > Action information Namespaces default /config-browser Actions in default Hello =09 Action information Action information - Hello Action name:=09Hello Namespace:=09 Action class:=09com.fonterra.tams.actions.s2.HelloWorld Action method:=09 Parameters:=09 Default location:=09/TAMSWeb/Hello.action Results =09Exception Mappings =09Interceptors =09Properties =09Validators Name=09Type=09Parameters success =09org.apache.struts2.dispatcher.ServletDispatcherResult =09locatio= n =3D /Hello.jsp Apache Struts Project Struts =C2=A9 2003 - 2006 | Bugs | Mailing Lists java.io.FileNotFoundException: /config-browser/showConfig.action =09at com.ibm.ws.webcontainer.extension.DefaultExtensionProcessor.handleRequest(D= efaultExtensionProcessor.java:362) =09at com.ibm.ws.wswebcontainer.extension.DefaultExtensionProcessor.handleRequest= (DefaultExtensionProcessor.java:111) =09at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3129) =09at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:2= 38) =09at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:811) =09at com.ibm.ws.wswebcontainer.WebContainer.handleRequest(WebContainer.java:1433= ) =09at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:93) =09at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(H= ttpInboundLink.java:465) =09at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(H= ttpInboundLink.java:394) =09at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLRe= adCallback.java:102) =09at com.ibm.ws.ssl.channel.impl.SSLReadServiceContext$SSLReadCompletedCallback.= complete(SSLReadServiceContext.java:1812) =09at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioRe= adCompletionListener.java:152) =09at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.jav= a:213) =09at com.ibm.io.async.AbstractAsyncFuture.fireCompletionActions(AbstractAsyncFut= ure.java:195) =09at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:136) =09at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:194) =09at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:74= 1) =09at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:863) =09at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1510) --=20 View this message in context: http://www.nabble.com/Config-Browser-half-wor= ks---java.io.FileNotFoundException-tf3503552.html#a9784831 Sent from the Struts - User mailing list archive at Nabble.com. ------=_Part_6751_11191583.1175485508361--