Hi,
You might want to try 5.5.6, as 5.5.4 had at least one relevant Admin
webapp bug.

Yoav Shapira http://www.yoavshapira.com


>-----Original Message-----
>From: Kelly, Steve [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, December 14, 2004 5:15 AM
>To: Tomcat Users List
>Subject: RE: Tomcat Admin Tool Server::Service Drop Down not Populating
>(was RE: Tomcat Administration Application)
>
>Some other strange/interesting behaviour...
>
>Every time I go to the admin login screen I see the following in the
>tomcat log:-
>Org.apache.struts.action.RequestProcessor processMapping
>SEVERE: Invalid path / login was requested
>
>And another SEVERE message I've seen in the log is:-
>Org.apache.struts.action.RequestProcessor processMapping
>SEVERE: Invalid path /Tomcat Server
Administration_files/treeControlTest
>was requested.
>
>Looks like maybe somewhere the "Tomcat Server Administration_files" is
>not being replaced by my own install directory.
>
>Steve.
>
>
>-----Original Message-----
>From: Montz, James C. (James Tower) [mailto:[EMAIL PROTECTED]
>Sent: 13 December 2004 22:30
>To: Tomcat Users List
>Subject: Tomcat Admin Tool Server::Service Drop Down not Populating
(was
>RE: Tomcat Administration Application)
>
>Unfortunately, my installation exhibits the same behavior.
>
>Typically, the Service (Catalina) menu option shows a drop down of
>configured Hosts, Valves, and Connectors.
>Clicking the Drop Down (Magnifying glass?) returns nothing under the
>branch.
>
>Going to the Actions Drop Down, and choosing 'Delete Existing..' does
>return a list of the configured Services.
>
>Anyone else on List know cause/solution?
>
>My Environments:
>Tomcat 5.5.4
>Windows 2000 Pro
>Windows 2003 Server Standard
>Sun J2SE 5.0
>
>-----Original Message-----
>From: Kelly, Steve [mailto:[EMAIL PROTECTED]
>Sent: Monday, December 13, 2004 12:27 PM
>To: Tomcat Users List
>Subject: RE: Tomcat Administration Application
>
>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:[EMAIL PROTECTED]
>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;
>
><Context docBase="${catalina.home}/server/webapps/admin" path="/admin"
>         privileged="true" antiResourceLocking="false"
>antiJARLocking="false">
></Context>
>
>This should override the generic page in \webapps\ROOT\admin\
>
>
>-----Original Message-----
>From: Kelly, Steve [mailto:[EMAIL PROTECTED]
>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:[EMAIL PROTECTED]
>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:[EMAIL PROTECTED]
>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:[EMAIL PROTECTED]
>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: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business 
communication, and may contain information that is confidential, proprietary 
and/or privileged.  This e-mail is intended only for the individual(s) to whom 
it is addressed, and may not be saved, copied, printed, disclosed or used by 
anyone else.  If you are not the(an) intended recipient, please immediately 
delete this e-mail from your computer system and notify the sender.  Thank you.


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

Reply via email to