• 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

Running JBuilder8 with Jakarta Tomcat: can't view the Tomcat Admin application

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In JBuilder8 I have a project with a simple JSP page.
When I run the project it starts up Tomcat successfully, and I can view the JSP page in my web browser.
If I then ask for page:
http://localhost:8080/admin
or
http://localhost:8080/admin/index.jsp
I get the response:
"The requested resource (/admin) is not available."
The bottom line is: I can't view the Tomcat Admin application using the Tomcat server when it is kicked off JBuilder.
Any help will be appreciated.
reply
    Bookmark Topic Watch Topic
  • New Topic