• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat 5.5.9/Admin error

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have installed:

Apache Tomcat/5.5.9 running with Java 1.5.0_03-b07 on Windows 2000 Service Pack: 5.0 Architecture: x86

Tomcat comes up fine and I can deploy and run web apps based on servlets/JSP's etc. using Ant 1.6.5 with no problems either
manually or via the Tomcat Manager web app.

However, if I click on the 'Tomcat Administration' webapp link on the main Tomcat server page (http://localhost/.), the Tomcat Admin login screen is displayed, but in the log file I get this:

"27-Jul-2005 14:22:10 org.apache.struts.action.RequestProcessor processMapping SEVERE: Invalid path /login was requested"

I can login OK, (as user 'admin' with appropriate password) and another error appears:

"27-Jul-2005 14:22:58 org.apache.struts.action.RequestProcessor processMapping SEVERE: Invalid path /frameset was requested"

as the main Admin page (http://localhost/admin/framset.jsp), is displayed. I can perform admin tasks etc. but each time I return to the Admin login screen the first error is repeated.

Does anyone else get this and how did you solve the problem ?

Thanks,
SarahE
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic