Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 70086 invoked from network); 13 Dec 2004 22:24:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Dec 2004 22:24:09 -0000 Received: (qmail 36744 invoked by uid 500); 13 Dec 2004 22:23:46 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 36721 invoked by uid 500); 13 Dec 2004 22:23:46 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 36707 invoked by uid 99); 13 Dec 2004 22:23:45 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from adsl-4-178.swiftdsl.com.au (HELO jie.com.au) (218.214.4.178) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 13 Dec 2004 14:23:41 -0800 Received: from wizard.optusnet.com.au ([203.10.68.8] helo=[192.168.32.4]) by jie.com.au with esmtp (Exim 4.34) id 1CdybM-00014R-Bs for tomcat-user@jakarta.apache.org; Tue, 14 Dec 2004 09:23:37 +1100 Message-ID: <41BE16DD.5000002@wizardslair.net> Date: Tue, 14 Dec 2004 09:25:33 +1100 From: Peter Johnson User-Agent: Mozilla Thunderbird 0.8 (X11/20040926) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Tomcat Administration Application References: <0A757D4524A02D44ACDFDBC45C25C93B55739D@cqmail1.commercequest.com> In-Reply-To: <0A757D4524A02D44ACDFDBC45C25C93B55739D@cqmail1.commercequest.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: 0.9 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I have 5.5.4 and the admin apps tree navigation appears unusable. Could it have something to do with the following DEBUG http-8080-Processor25 org.apache.struts.util.ModuleUtils - Get module name for path /setUpTree.do DEBUG http-8080-Processor25 org.apache.struts.util.ModuleUtils - Module name found: default DEBUG http-8080-Processor25 org.apache.struts.action.RequestProcessor - Processing a 'GET' for path '/setUpTree' DEBUG http-8080-Processor25 org.apache.struts.action.RequestProcessor - Looking for Action instance for class org.apache.webapp.admin.SetUpTreeAction DEBUG http-8080-Processor25 org.apache.struts.action.RequestProcessor - Returning existing Action instance DEBUG http-8080-Processor25 org.apache.struts.action.RequestProcessor - processForwardConfig(ForwardConfig[name=Tree Control Test,path=/tree-control-test.jsp,redirect=false,contextRelative=false,module=null]) DEBUG http-8080-Processor25 org.apache.catalina.core.ApplicationDispatcher - servletPath=/tree-control-test.jsp, pathInfo=null, queryString=null, name=null The tree link is also http://localhost:8080/admin/treeControlTest.do?tree= It is the "Test" bit that has me wondering. Clicking the above link generates DEBUG http-8080-Processor23 org.apache.struts.util.ModuleUtils - Get module name for path /treeControlTest.do DEBUG http-8080-Processor23 org.apache.struts.util.ModuleUtils - Module name found: default DEBUG http-8080-Processor23 org.apache.struts.action.RequestProcessor - Processing a 'GET' for path '/treeControlTest' DEBUG http-8080-Processor23 org.apache.struts.action.RequestProcessor - Looking for Action instance for class org.apache.webapp.admin.TreeControlTestAction DEBUG http-8080-Processor23 org.apache.struts.action.RequestProcessor - Returning existing Action instance INFO http-8080-Processor23 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/admin] - action: Entered TreeControlTestAction:perform() INFO http-8080-Processor23 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/admin] - action: Entered TreeControlTestAction:perform() INFO http-8080-Processor23 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/admin] - action: Tree expand/contract on INFO http-8080-Processor23 org.apache.catalina.core.ContainerBase.[Catalina].[localhost].[/admin] - action: Tree expand/contract on DEBUG http-8080-Processor23 org.apache.struts.action.RequestProcessor - processForwardConfig(ForwardConfig[name=Tree Control Test,path=/tree-control-test.jsp,redirect=false,contextRelative=false,module=null]) DEBUG http-8080-Processor23 org.apache.catalina.core.ApplicationDispatcher - servletPath=/tree-control-test.jsp, pathInfo=null, queryString=null, name=null DEBUG http-8080-Processor23 org.apache.catalina.core.ApplicationDispatcher - servletPath=/tree-control-test.jsp, pathInfo=null, queryString=null, name=null Has someone been playing / trying something and checked in the "testing" version somewhere? PJ Kelly, Steve wrote: >James, > >Thanks for that. That's done the trick. Dunno why there was not a valid >admin.xml file as there is on the Windows install. > >However, I still have a problem. I'd expect to see a tree a bit like >this when I get into the admin application: >Tomcat Server > Service (Catalina) > Host (localhost) > Context (/) > Context (/admin) > Context (/manager) > Etc.... > >But I just see as far down as Service(Catalina). > >Any clues. > >TIA > >Steve. > >-----Original Message----- >From: Montz, James C. (James Tower) [mailto:JCMontz@jamestower.com] >Sent: 13 December 2004 15:54 >To: Tomcat Users List >Subject: RE: Tomcat Administration Application > >Bare with me, I usually work with Tomcat 4.5 on Linux. My first stab at >Tomcat 5.5 is on Windows. > >Anyway, was looking at the files for the tar.gz release of the admin >tools. > >Verify that you do indeed have a conf\Catalina\localhost\admin.xml >(double check file permissions as well) This is what re-maps requests >for /admin to \server\webapps\admin. > > >To me, it does not appear to have a proper context path specified? >Is the context mapping assumed? Based on the name of the file? > >If required? Modify conf\Catalina\localhost\admin.xml with a path, like >so; > > privileged="true" antiResourceLocking="false" >antiJARLocking="false"> > > >This should override the generic page in \webapps\ROOT\admin\ > > >-----Original Message----- >From: Kelly, Steve [mailto:Steve.Kelly@commercequest.com] >Sent: Friday, December 10, 2004 2:52 PM >To: Tomcat Users List >Subject: RE: Tomcat Administration Application > >James, > >I'm on RedHat Linux V9. Everything (tomcat and the admin package) is >installed in the jakarta-tomcat-5.5.4 directory. > >Even if I undeploy the admin application and then deploy it specifying >the $CATALINA_HOME/server/webapps/admin directory I still get the same >same message telling me to download and install the separate admin >application. > >There must be something (can anyone tell me what?) pointing /admin to >the web page that displays this message. > >Steve. > >-----Original Message----- >From: Montz, James C. (James Tower) [mailto:JCMontz@jamestower.com] >Sent: 10 December 2004 20:13 >To: Tomcat Users List; Tomcat Users List >Subject: RE: Tomcat Administration Application > >Did you simply extract the .zip file into your Tomcat 5.5.4 install >directory? > >The .zip has a file path of jakarta-tomcat-5.5.4\, but the default >installation directory is Tomcat 5.5\ > >So if you simply extracted the zip into your install directory, look for >a directory named jakarta-tomcat-5.5.4 > >Drag & Drop those directory contents to the true tomcat installation >directory. > >Perhaps the .zip could be re-packaged and remove the path >jakarta-tomcat-5.5.4 from the archive? >This would allow users to simply unzip admin.zip into their installation >directory. > >James > >-----Original Message----- >From: Kelly, Steve [mailto:Steve.Kelly@commercequest.com] >Sent: Friday, December 10, 2004 1:47 PM >To: Tomcat Users List >Subject: RE: Tomcat Administration Application > >Wade, > >Forgive me but I'm a novice at this stuff. How can I modify the link ? >The context name is 'admin' but when I key in >http://localhost:8080/admin I get the same message telling me to >download and install the separate admin application. > >Steve. > >-----Original Message----- >From: Wade Chandler [mailto:wchandler@redesetgrow.com] >Sent: 10 December 2004 17:27 >To: Tomcat Users List >Subject: Re: Tomcat Administration Application > >Kelly, Steve wrote: > > >>I've just installed Tomcat 5.5.4. I also downloaded the separate >>Tomcat Administration application. But when I click the Tomcat >>Administration button I still get the message saying the web >>application is no longer installed by default. From the Tomcat manager >> >> > > > >>it says that application 'admin' is running. What else do I need to do >> >> >to get into it ? > > >> >>TIA, >> >>Steve. >> >> >> > >Well, I assume that first page you are talking about is static, so it >has no idea about the management app. You could probably find and >modify the link, and the other thing is from your manager application >find the context for the admin app and type in >http://yourservername:yourport/contextname > >Wade > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org >For additional commands, e-mail: tomcat-user-help@jakarta.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org